Skip to content

Releases: Choices-js/Choices

Version 3.0.1 & 3.0.2

03 Aug 15:17
Compare
Choose a tag to compare
  • IE11 bug fixes

Version 3.0.0

03 Aug 11:30
Compare
Choose a tag to compare
  • Ability to have placeholder items with single select boxes 🎉
  • Ability to set a placeholder on the search input via searchPlaceholderValue
  • Various improvements across the board

Version 2.8.12

02 Aug 13:20
Compare
Choose a tag to compare
  • Fixes issue with IE11 where trying to scroll the dropdown list would blur the input and thus close the dropdown

Version 2.8.11

31 Jul 15:23
Compare
Choose a tag to compare
  • Ability to specify a limit on the amount of choices rendered (renderChoiceLimit)
  • Return search result count on search event

Version 2.8.10

20 Jul 11:08
Compare
Choose a tag to compare
  • Resolves issue with keyCode is undefined error (sorry about the version number, but this isn't a big release)

Version 2.8.9

19 Jul 19:50
Compare
Choose a tag to compare
  • Include keyCode in certain events (#211)
  • Ensure text input value is updated on addItem (#205)
  • Various refactoring/housekeeping

Version 2.8.8

13 Jul 08:12
Compare
Choose a tag to compare
  • Two new config options (#203)
  • Tidying

Version 2.8.7

05 Jul 08:04
Compare
Choose a tag to compare
  • Bug fix resolving issue with custom properties (#197)

Version 2.8.6

29 Jun 07:43
Compare
Choose a tag to compare
  • Ability to pass custom properties to items and choices

Version 2.8.5

27 Jun 15:52
Compare
Choose a tag to compare
  • searchResultLimit config option
  • Resolve issue with isUnique filter
  • Use classnames for handling CSS class application
  • Search bug fix (PR 186)
  • Set aria-label on remove buttons