Skip to content

Releases: vigoren/simple-web-utilities

@simple-web-utilities/simple-darkmode@1.1.0

02 Oct 20:33
529a776
Compare
Choose a tag to compare

Minor Changes

  • 6f032dc: Added a new icon provider of "custom" that when set will check the config for a customIcon object containing and HTML element or string to use as icons for the light and dark icons.

@simple-web-utilities/simple-darkmode@1.0.2

29 Sep 21:51
14cbadc
Compare
Choose a tag to compare

Patch Changes

  • 5c88469: Fixed issue where library would not import properly into some frameworks because the exports field was not specified in the package.json

@simple-web-utilities/simple-darkmode@1.0.1

29 Sep 20:41
8264f6e
Compare
Choose a tag to compare

Patch Changes

  • d67e79e: Fixed darkmode not applying to the button if the class attribute was used to set dark/light mode.

@simple-web-utilities/simple-darkmode@1.0.0

29 Sep 05:05
2113fab
Compare
Choose a tag to compare

Major Changes

  • 1efb2e0: Initial release of the dark mode component for toggling between dark and light mode. Will detect system preferences first.

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

@simple-web-utilities/simple-toggle@1.0.1

27 Sep 18:07
7bfc140
Compare
Choose a tag to compare

Patch Changes

  • 05569e6: Broke the border css into individual components for more reliable updating of the variable.

@simple-web-utilities/simple-multi-select@1.3.1

18 Sep 01:14
6d07ad6
Compare
Choose a tag to compare

Patch Changes

  • e870e6f: Fixed an issue were CSS Variable declarations were getting duplicated.

@simple-web-utilities/simple-multi-select@1.3.0

17 Sep 19:18
b85b495
Compare
Choose a tag to compare

Minor Changes

  • fc7eb4f: Added a get function to return the selects ID.
  • 399ac22: Added support for single selects. All selects on a page will then have a similar style reguardless of if they are single or multiple.

Patch Changes

  • 84a11bc: Added a parameter to the InitializeAllMultiSelects function called root. This takes a HTMLElement or Document type and will use that as the basis to search for all selects. This defaults to the document. This is useful if the scope of where to search for selects needs to be limited on a page.
  • c83b6a7: Moved the icons to a css variable. This will prevent duplicating the base64 ecoded versions in the compiled css.

@simple-web-utilities/simple-multi-select@1.2.1

17 Sep 06:17
a20dc5c
Compare
Choose a tag to compare

Patch Changes

  • 5abfe66: Changed the icons to use the Font Awesome Free icons over the Bootstrap Icons.
  • 77f5f56: Fixed an issue with the checkbox for disabled option not being the correct color.

@simple-web-utilities/simple-multi-select@1.2.0

17 Sep 05:37
51a3b7a
Compare
Choose a tag to compare

Minor Changes

  • 305f394: Added a new HTML option called data-ignore-label. This option will have the multi-select not more any associated labels or create a new one.

Patch Changes

  • a1b2231: Fixed an issue where the checkbox for options would use the wrong text color.
  • 4199c39: Fixes for the options dropdown alignment, positioning and border radius.

@simple-web-utilities/simple-multi-select@1.1.0

16 Sep 04:11
730cf71
Compare
Choose a tag to compare

Minor Changes

  • 4062ca4: Added a new option to selects to specify help text. Help text will appear below the multiple select box. The help text can be colored with the css variable --simple-multi-select-help-text-color.

Patch Changes

  • 4062ca4: Fixed a bug where the main button was concidered a submit button if used in forms.