Releases: rooseveltframework/semantic-forms
Releases · rooseveltframework/semantic-forms
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
- Fixed a bug that would cause errors when
reinitialize()
was called. - Fixed a bug that caused nested selects to lose their dropdown icon.
- Fixed a bug where required single checkboxes would not show an asterisk.
- Added a help text icon beside labels with a
title
attribute on their respective inputs, or on labels for checkboxes and radios. Enabled with adata-show-help-icon
attribute. - Updated various dependencies.
5.0.1
5.0.0
- Breaking: Added JS module bundling to make it possible for you to import CJS, ESM, or a standalone version of the JavaScript in this library to your project. However you will need to change your imports to match the new file names. See README for details.
- Added show/hide toggle to password fields which can be disabled with a
data-no-reveal
attribute. - Added hover text for the clear field button and the show/hide password button.
- Added ability to customize clear field button hover text and show/hide password button hover text using data attributes as well.
- Added support for undo/redo keyboard commands when pressing the clear field.
- Added test suite.
- Fixed some accessibility issues.
- Updated various dependencies.