Skip to content

Releases: rooseveltframework/semantic-forms

5.0.8

05 May 12:30
ecccb2e
Compare
Choose a tag to compare
  • Altered dark mode support so that it does not apply if the <html> or <body> tag has a class of "light".
  • Updated dependencies.

5.0.7

29 Apr 18:33
1248c7c
Compare
Choose a tag to compare
  • Fixed a bug where the responsive grid layout would not always line up correctly.
  • Fixed a bug that prevented text from being longer than input element, causing graphical errors.
  • Updated dependencies.

5.0.6

10 Apr 20:42
ee31e07
Compare
Choose a tag to compare
  • Added slicker live demo docs.
  • Fixed a bug causing dark mode not to respect OS preference.
  • Updated dependencies.

5.0.5

26 Mar 11:49
0e2b23a
Compare
Choose a tag to compare
  • Added better error handling to the JS.
  • Updated dependencies.

5.0.4

21 Mar 17:43
6133514
Compare
Choose a tag to compare
  • Fixed a periodic JS error.

5.0.3

21 Mar 17:35
2c8f7f3
Compare
Choose a tag to compare
  • Fixed a bug that prevented semantic-forms from detecting when you inserted new forms into the page.
  • Updated dependencies.

5.0.2

01 Mar 13:10
92eabb0
Compare
Choose a tag to compare
  • 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 a data-show-help-icon attribute.
  • Updated various dependencies.

5.0.1

27 Feb 13:41
da7f0f2
Compare
Choose a tag to compare
  • Fixed a bug that caused some devDependencies to end up in the production build.
  • Updated various dependencies.

5.0.0

26 Feb 16:15
c49ad24
Compare
Choose a tag to compare
  • 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.

4.0.4

08 Jan 16:00
48c30c1
Compare
Choose a tag to compare
  • Fixed a bug that caused menu items with buttons to appear as a list.
  • Updated various dependencies.