Skip to content

Releases: Choices-js/Choices

Version 4.1.3

25 Nov 13:00
Compare
Choose a tag to compare

Fixes bug raised here: #463

Version 4.1.2

24 Nov 18:10
Compare
Choose a tag to compare

Fixes a few bugs related to pressing the enter key (#462)

Version 4.1.0

03 Nov 13:27
Compare
Choose a tag to compare

A Choices input will now be disabled when loading remote data and will be enabled once the data has loaded.

Version 4.0.5

01 Nov 20:10
Compare
Choose a tag to compare

When a select box has a 'disabled' attribute when you initiate Choices, the entire input will now be disabled. Before you could still open and close the dropdown.

Version 4.0.3

30 Oct 08:41
Compare
Choose a tag to compare

Fix bug in types file (#452)

Version 4.0.2

28 Oct 09:37
Compare
Choose a tag to compare

Resolve bug with selected options not having the 'selected' attribute + added e2e tests to cover issue

Version 4.0.1

27 Oct 19:20
Compare
Choose a tag to compare

Resolves bug with disabling/enabling Choices

Version 4.0.0

27 Oct 16:18
Compare
Choose a tag to compare

Breaking changes

  • duplicateItems ➡️duplicateItemsAllowed
  • sortFilter ➡️sortFn
  • removeItemsByValue ➡️ removeActiveItemsByValue
  • setValueByChoice ➡️setChoiceByValue
  • Multiple instances are now returned as an array on construction
  • The template method passed to callbackOnCreateTemplates now receives classnames as it's first argument (this.config.classNames)

Other changes

  • E2E testing with Cypress
  • More modular code
  • Improved unit test coverage
  • Various bug fixes

Version 3.0.4

27 Mar 10:32
Compare
Choose a tag to compare

Minor bug fixes

Version 3.0.3

04 Jan 11:37
Compare
Choose a tag to compare
  • Performance improvement for large datasets (#310)