Releases: rooseveltframework/semantic-forms
Releases · rooseveltframework/semantic-forms
5.3.4
11 Dec 18:14
Compare
Sorry, something went wrong.
No results found
Reverted a change to single radio and checkbox inputs.
Added sample forms to the demo page.
5.3.3
11 Dec 16:36
Compare
Sorry, something went wrong.
No results found
Fixed a bug where radio and checkbox inputs would be moved to the end of the parent <dl>. (closes #253 )
Updated dependencies.
5.3.2
17 Nov 19:51
Compare
Sorry, something went wrong.
No results found
Fixed various layout spacings.
5.3.1
13 Nov 19:46
Compare
Sorry, something went wrong.
No results found
Fixed broken exports.
Updated dependencies.
5.3.0
13 Nov 15:12
Compare
Sorry, something went wrong.
No results found
Added align-start, align-center, and align-end classes that align form inputs within their available space.
Added the ability to include individual buttons into the responsive form grid.
Updated the preferred form markup to wrap each <dt> and <dd> pair in a <div>.
Updated dependencies.
5.2.2
07 Nov 11:57
Compare
Sorry, something went wrong.
No results found
Fixed a bug in data-auto-grow fields that would apply a scrollbar inappropriately.
Updated dependencies.
5.2.1
29 Oct 14:43
Compare
Sorry, something went wrong.
No results found
Fixed a bug where colspan- classes were not working as expected.
Fixed a bug where <dl> elements did not have enough space above them when nested in a <details> element.
5.2.0
23 Oct 13:32
Compare
Sorry, something went wrong.
No results found
Added the ability to set input focus keyboard shortcuts using the data-focus-key and data-focus-modifier attributes.
Fixed a visual bug where unstyled content would flash on initial load.
Nested fieldsets now use relative colors.
5.1.12
16 Oct 15:59
Compare
Sorry, something went wrong.
No results found
Fixed a visual bug with details element arrows.
Added the ability to place buttons and submit inputs next to other form inputs.
Added the ability to allow fixed-width form elements to grow with their content using the data-max-content attribute.
Added the ability to create one-line textareas that grow in height using the data-auto-grow attribute.
5.1.11
09 Oct 14:50
Compare
Sorry, something went wrong.
No results found
Fixed offset of button-link elements when in menus.