Skip to content
Draft

5.3.0 #245

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 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>`.

## 5.2.2

- Fixed a bug in `data-auto-grow` fields that would apply a scrollbar inappropriately.
Expand Down
3,653 changes: 873 additions & 2,780 deletions dist/semantic-forms.css

Large diffs are not rendered by default.

113 changes: 63 additions & 50 deletions dist/semantic-forms.js

Large diffs are not rendered by default.

29 changes: 22 additions & 7 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading