Skip to content

Latest commit

 

History

History
277 lines (147 loc) · 17.7 KB

CHANGELOG.md

File metadata and controls

277 lines (147 loc) · 17.7 KB

Change Log

Visit the Multiple-Select-Vanilla GitHub project or take a look at the Live Demo

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

1.1.1 (2023-12-02)

Bug Fixes

  • add aria-expanded on ms-drop element, fixes #178 (#179) (1c2ccee) - by @ghiscoding

1.1.0 (2023-11-26)

Features

  • add tabindex to list item to control up/down arrow direction (#176) (763e13a) - by @ghiscoding

1.0.3 (2023-11-22)

Note: Version bump only for package multiple-select-vanilla-root

1.0.2 (2023-11-22)

Note: Version bump only for package multiple-select-vanilla-root

1.0.2-beta.4 (2023-11-22)

Bug Fixes

  • package main export is using wrong file extension (913f247) - by @ghiscoding

1.0.2-beta.3 (2023-11-22)

Note: Version bump only for package multiple-select-vanilla-root

1.0.2-beta.2 (2023-11-22)

Note: Version bump only for package multiple-select-vanilla-root

1.0.2-beta.1 (2023-11-22)

Note: Version bump only for package multiple-select-vanilla-root

1.0.2-beta.0 (2023-11-22)

Bug Fixes

  • revert to using .js for both CJS/ESM (#173) (fff2484) - by @ghiscoding

1.0.1 (2023-11-22)

Note: Version bump only for package multiple-select-vanilla-root

1.0.0 (2023-11-22)

Refer to the v1.0.0 release for more info about the migration.

⚠ BREAKING CHANGES

  • default .js as ESM, CJS to .cjs & build target ES2021 (#171)

Features

  • default .js as ESM, CJS to .cjs & build target ES2021 (#171) (5e99b03) - by @ghiscoding

0.6.4-beta.1 (2023-11-16)

Note: Version bump only for package multiple-select-vanilla-root

0.6.4-beta.0 (2023-11-16)

Note: Version bump only for package multiple-select-vanilla-root

0.6.3 (2023-11-13)

Bug Fixes

  • @types/trusted-types should be lib dependency (#162) (946de83) - by @ghiscoding

0.6.2 (2023-11-11)

Bug Fixes

  • adjust types & exports for all bundler (#161) (b4ad0ac) - by @ghiscoding

0.6.1 (2023-11-10)

Bug Fixes

  • input checkbox value should always be included even when null (#158) (4d33cff) - by @ghiscoding

0.6.0 (2023-11-10)

Features

  • add cssStyler option to use typed CSSStyleDeclaration props (#148) (8ad2b28) - by @ghiscoding
  • add showSearchClear option to clear search input (#147) (32de6f2) - by @ghiscoding
  • replace all dynamic html strings by pure HTML elements (#144) (adcc33d) - by @ghiscoding
  • VirtualScroll replace all html strings to pure HTML elements (#146) (8731387) - by @ghiscoding

Performance Improvements

  • don't recreate items list twice while filtering (#154) (5e58ceb) - by @ghiscoding
  • use array of html struct instead of plain HTML Element (#153) (6731228) - by @ghiscoding

0.5.0 (2023-10-27)

Bug Fixes

  • updated onFilter event parameter to original search (#140) (02c1d45) - by @ghiscoding

Features

  • added onBeforeClick event (#141) (6b0cdb8) - by @ghiscoding
  • added locale ja-JP (#139) (d473bd9) - by @ghiscoding

0.4.11 (2023-10-25)

Bug Fixes

  • make sure source element exists when calling findParent on it (#136) (0d7c185) - by @ghiscoding

0.4.10 (2023-09-08)

Bug Fixes

  • remove type module to support non-ESM, fixes #123 (#126) (63f2e82) - by @ghiscoding

0.4.9 (2023-08-22)

Bug Fixes

  • previous values should not be reused as selected values (#121) (46fb7cd) - by @ghiscoding

0.4.8 (2023-08-22)

Bug Fixes

  • select option should compare full value not substring, fix #115 (#119) (79ce83d) - by @ghiscoding

0.4.7 (2023-08-22)

Bug Fixes

  • select option should compare full value not substring, fix #115 (#118) (2ec33a7) - by @ghiscoding

0.4.6 (2023-08-22)

Bug Fixes

  • select option should compare full value not substring, fix #115 (#118) (2ec33a7) - by @ghiscoding

0.4.5 (2023-07-17)

Bug Fixes

  • CJS fallbacks should be at the end not at beginning (#103) (febdc9c) - by @ghiscoding

0.4.4 (2023-06-28)

Bug Fixes

  • data collection shouldn't render label as html by default (#86) (50f4652) - by @ghiscoding

0.4.3 (2023-06-28)

Bug Fixes

  • replace some DOM Element method not supported in Salesforce (#84) (2617514) - by @ghiscoding

0.4.2 (2023-06-27)

Bug Fixes

  • add missing repo links to package.json (21c7a9d) - by @ghiscoding

0.4.1 (2023-06-27)

Bug Fixes

  • remove leftover console.log (#83) (e64351c) - by @ghiscoding

0.4.0 (2023-06-25)

Breaking Changes

  • change customFilter signature & add extra options/methods (#80) (ca9f0ce) - by @ghiscoding

Bug Fixes

  • deps: update dependency @popperjs/core to ^2.11.8 (#70) (ce647a0) - by @renovate-bot

Features

  • add cz-CS and da-DK locales (#80) (c74ce59) - by @ghiscoding

0.3.1 (2023-05-18)

Bug Fixes

  • create DOM element util should spread element props (#62) (97d1d64) - by @ghiscoding

0.3.0 (2023-05-03)

Features

  • add CSS/SASS variables for ul > li vertical alignment (#54) (07ac9ab) - by @ghiscoding

0.2.9 (2023-04-15)

Bug Fixes

  • deps: update all non-major dependencies (#38) (dd0998e) - by @renovate-bot

0.2.8 (2023-03-23)

Bug Fixes

  • calling open() method multiple times should keep drop (re)open (#33) (c36cf45) - by @ghiscoding

0.2.7 (2023-03-11)

Bug Fixes

  • VirtualScroll and drop auto-width should work without timeout delay (d030ecb) - by @ghiscoding

0.2.6 (2023-03-11)

Bug Fixes

  • VirtualScroll and drop auto-width should work without timeout delay (d030ecb) - by @ghiscoding

0.2.5 (2023-03-11)

Bug Fixes

  • single select radio should work with empty label select option (9b5c7ea) - by @ghiscoding

0.2.4 (2023-03-04)

Bug Fixes

  • when data array is null it shouldn't throw (184dffa) - by @

0.2.2 (2023-02-26)

Bug Fixes

0.2.1 (2023-02-25)

Bug Fixes

  • multiple fixes identified after adding it to external project (5e78f68) - by @ghiscoding

0.2.0 (2023-02-22)

Features

  • add sanitizer callback option to sanitize html code (308a5fe) - by @ghiscoding
  • add new useSelectOptionLabel option (145e955) - by @ghiscoding
  • add optional OK button for multiple selection (13ed051) - by @ghiscoding
  • add SASS and CSS variables (93ca2c2) - by @ghiscoding
  • add string pattern options as alternative to override text formats (c72148e) - by @ghiscoding
  • auto-adjust height by available space & width by text content (33df39f) - by @ghiscoding
  • provide demo with Font-Awesome checkbox/radio icons (b6c0bae) - by @ghiscoding
  • separate all locales into separate files for better tree shaking (da064e6) - by @ghiscoding

0.1.0 (2023-01-13)

Bug Fixes

  • calling ms() twice should only create 1 instance, also fix destroy (c397f30) - by @ghiscoding

Features

  • initial commit rewritten & working in pure JS (0b7f69b) - by @ghiscoding