Releases: rooseveltframework/semantic-forms
Releases · rooseveltframework/semantic-forms
3.0.4
- Reduced size of select box text.
3.0.3
- Fixed issue that prevented id selectors from allowing dots in the string.
- Fixed issue that prevented the clear field from dispatching an input event.
3.0.2
- Added support for a single checkbox rather than a group of checkboxes.
3.0.0
- Removed defualt two column layout. Now defaults to as many columns as the container is wide.
- Added
x2
class you can put on dd
elements to double the width of a form. Does not apply on small screens.
2.1.2
- Added a function to the JS files's global scope called
semanticForms
that you can call to initialize new forms that have been added to the DOM since the initial initialization.
- Updated dependencies.
2.1.1
- Fix minor alignment issue.
2.1.0
- Added all input types.
- Fixed clear field.
- Fixed markup mistakes in the examples.
- Fixed CSS to support
<menu>
elements correctly.
- Refactored the JavaScript to modernize it.
- Updated dependencies.
2.0.0
- Replaced
<div class="buttonGroup">
with a <menu>
element. You will need to refactor your HTML accordingly.
- Fixed alignment issue caused by browser engines changing their alignment calculations since the first release.
- Various other refactoring.
- Pinned deps.
- Updated dependencies.