Skip to content

Tags: rooseveltframework/semantic-forms

Tags

5.3.4

Toggle 5.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.3.4

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

5.3.3

Toggle 5.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.3.3

- 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

Toggle 5.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.3.2

- Fixed various layout spacings.

5.3.1

Toggle 5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #249 from kethinov/5.3.1

5.3.1

5.3.0

Toggle 5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.3.0

- 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

Toggle 5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #244 from kethinov/5.2.2

5.2.2

5.2.1

Toggle 5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #232 from rooseveltframework/renovate/actions-setu…

…p-node-6.x

Update actions/setup-node action to v6

5.2.0

Toggle 5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.2.0

- 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

Toggle 5.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.1.12

- 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

Toggle 5.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.1.11

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