Skip to content

Releases: Choices-js/Choices

Version 2.8.4

03 Jun 11:43
Compare
Choose a tag to compare
  • Accessibility improvements
  • Various PR improvements

Version 2.8.3

29 May 10:13
Compare
Choose a tag to compare
  • Resolves focus issue in previous release

Version 2.8.2

18 May 17:01
Compare
Choose a tag to compare
  • Change name of search config option for clarity
  • Change searchFloor to be greater than and equal to
  • IE scrollbar blur fix
  • Check duplicate items for text inputs and multiple select inputs

Version 2.8.1

11 May 14:14
Compare
Choose a tag to compare
  • Reverts ability to add items to select boxes - this feature was buggy and caused issues with _canAddItem
  • Better handling of maxItemCount for multiple select boxes

Please upgrade to this version if you are having issues with version 2.8.0!

Version 2.8.0

09 May 08:14
Compare
Choose a tag to compare

• Ability to add items to select inputs (rather than just text inputs)
• Dropdown height fix

Version 3.0.0 (pre)

13 Apr 15:34
Compare
Choose a tag to compare
Version 3.0.0 (pre) Pre-release
Pre-release

• Ability to have placeholders with select elements

Version 2.7.8

07 Apr 07:54
Compare
Choose a tag to compare

Includes the following PRs:
#138
#140

Version 2.7.7

28 Mar 13:46
Compare
Choose a tag to compare

• Resolves ARIA expanded state issue - #132
• New 'choice' event - #126

Version 2.7.6

08 Mar 15:16
Compare
Choose a tag to compare
  • Show/hide dropdown events

Version 2.7.5

01 Mar 19:11
Compare
Choose a tag to compare
  • Pass label to item events (add/remove/highlight/unhighlight)
  • Resolve CSS bug discovered here: #121