All Versions
10
Latest Version
Avg Release Cycle
29 days
Latest Release
1944 days ago
Changelog History
Changelog History
-
v9.0.1 Changes
November 18, 2019๐ Changes
๐ฑ ๐ Bug Fixes
๐ง ๐ง Maintenance
- ๐ Fix releases @jshjohnson (#761)
Contributors
@jshjohnson, @kzkn and GitHub Action
-
v9.0.0 Changes
November 14, 2019๐ Changes
๐ฑ ๐จ Breaking changes
- โ Add missing type definitions + rename sortFn @jshjohnson (#734)
- ๐ Fix #727 @jshjohnson (#731)
๐ฑ ๐ Bug Fixes
- โ Remove redundant event listener conditional @jshjohnson (#755)
- Resolve bug #637 @jshjohnson (#754)
- ๐ Always hide remove button if no value is selected @bronzehedwick (#744)
- Indent fixed in "choices__list--dropdown" @dios-oleg (#750)
- Resolve bug 473 @jshjohnson (#739)
- Resolve bug 533 @jshjohnson (#736)
- ๐ fix setChoices flow @tinovyatkin (#730)
๐ง ๐ง Maintenance
- Typo. @agamemnus (#759)
- Commit and push built files to master @jshjohnson (#756)
- โฌ๏ธ Upgrade Cypress to 3.6 and use cache in Github Actions @tinovyatkin (#748)
- ๐ Fix id types @jshjohnson (#743)
- โ remove safari test, update snapshots for new macOS, use dependency caching @tinovyatkin (#745)
- โ Enable test on Safari @tinovyatkin (#737)
- [bug] Override Prettier settings for Demo page @tinovyatkin (#733)
- โ [TEST] Automatic screenshots comparing and error checking in IE11, Firefox and Chrome @tinovyatkin (#715)
- โ Add documentation label + headings @jshjohnson (#729)
- โก๏ธ Update GitHub action workflows @jshjohnson (#728)
- ๐ Fix lint @tinovyatkin (#723)
- Store config in file @jshjohnson (#722)
- โ Add release drafter @jshjohnson (#720)
๐ง ๐ง Maintenance
- ๐ improve whole-page performance by scoping events handlers @tinovyatkin (#740)
- ๐จ Code refactoring @jshjohnson (#735)
- speed up getAdjacentEl @tinovyatkin (#726)
- ๐ use CSS queries @tinovyatkin (#718)
Contributors
@agamemnus, @bronzehedwick, @dios-oleg, @jshjohnson and @tinovyatkin
-
v8.0.0 Changes
October 29, 2019This version contains multiple breaking changes:
- ๐ The ability to pass multiple elements to one instance of Choices has been removed - now only one element can be associated with Choices (#693)
- ๐ The undocumented
userDefaults
static property has been removed - ๐ The
ajax
method has been removed.setChoices
can now be used to set choices dynamically - more info can be found in the README (#701) - ๐ The
addItemFilterFn
option has been renamed toaddItemFilter
and now supports regex's (#699) Element.prototype.closest
has been added to the required polyfill list (#696)- The
.is-hidden
class has been replaced with thehidden
attribute (https://github.com/jshjohnson/Choices/pull/691/files)
๐ฑ This version also contains numerous bug fixes, type fixes + tooling improvements ๐
๐ Big thanks to @tinovyatkin for his contributions to this release!
-
v7.1.5
October 23, 2019 -
v7.1.4
October 23, 2019 -
v7.1.0 Changes
October 22, 2019 -
v7.0.2 Changes
October 15, 2019 -
v7.0.1
October 15, 2019 -
v7.0.0 Changes
March 29, 2019 -
v6.0.3 Changes
February 26, 2019๐ Fixes an issue in the previous release where Fuse was not be transpiled to ES5 code.