Skip to content

Releases: rooseveltframework/semantic-forms

5.3.4

11 Dec 18:14
49d39fa

Choose a tag to compare

  • Reverted a change to single radio and checkbox inputs.
  • Added sample forms to the demo page.

5.3.3

11 Dec 16:36
45134c5

Choose a tag to compare

  • 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
1544b35

Choose a tag to compare

  • Fixed various layout spacings.

5.3.1

13 Nov 19:46
ad88ab9

Choose a tag to compare

  • Fixed broken exports.
  • Updated dependencies.

5.3.0

13 Nov 15:12
4205329

Choose a tag to compare

  • 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
19e833e

Choose a tag to compare

  • Fixed a bug in data-auto-grow fields that would apply a scrollbar inappropriately.
  • Updated dependencies.

5.2.1

29 Oct 14:43
1ed3b0b

Choose a tag to compare

  • 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
10f7345

Choose a tag to compare

  • 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
0f3213d

Choose a tag to compare

  • 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
cb7e39d

Choose a tag to compare

  • Fixed offset of button-link elements when in menus.