You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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
- 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.