Releases: Choices-js/Choices
Releases · Choices-js/Choices
Version 4.1.3
Fixes bug raised here: #463
Version 4.1.2
Fixes a few bugs related to pressing the enter key (#462)
Version 4.1.0
A Choices input will now be disabled when loading remote data and will be enabled once the data has loaded.
Version 4.0.5
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
Fix bug in types file (#452)
Version 4.0.2
Resolve bug with selected options not having the 'selected' attribute + added e2e tests to cover issue
Version 4.0.1
Resolves bug with disabling/enabling Choices
Version 4.0.0
Breaking changes
duplicateItems
➡️duplicateItemsAllowed
sortFilter
➡️sortFn
removeItemsByValue
➡️removeActiveItemsByValue
setValueByChoice
➡️setChoiceByValue
- Multiple instances are now returned as an array on construction
- The
template
method passed tocallbackOnCreateTemplates
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
Minor bug fixes
Version 3.0.3
- Performance improvement for large datasets (#310)