Skip to content

Releases: Choices-js/Choices

Version 2.7.3

17 Feb 09:27

Choose a tag to compare

  • Minor improvements to type checking

Version 2.7.2

10 Feb 09:09

Choose a tag to compare

• Resolves issue where loading state was not being removed of an empty array was passed to the ajax() method.

Version 2.7.1

09 Feb 14:25

Choose a tag to compare

  • Pass function to noResultsText/noChoicesText
  • Node script to automate versioning

Version 2.7.0

05 Feb 09:49

Choose a tag to compare

  • Better management of group ids
  • Default type for remove item buttons
  • Accept page up/down to skip to the first/last options

Version 2.6.1

01 Jan 16:07

Choose a tag to compare

• Resolved build issue with previous release + expose Fuse options in config (#83)

Version 2.6.0

01 Jan 15:35

Choose a tag to compare

This release has breaking changes

Thanks to @jbanety for pointing me in the right direction.

Happy new year! 🎉

Version 2.5.1

29 Nov 15:16

Choose a tag to compare

v2.5.1

Rebuild

Version 2.5.0

07 Nov 14:08

Choose a tag to compare

  • addItemText config option
  • maxItemText config option
  • Bind instance to callbacks

Version 2.4.0

22 Oct 20:10

Choose a tag to compare

  • Ensure you can re-initialise Choices after using the destroy() method
  • CSS fix to wrap long input values within dropdown
  • Better management of input width setting

Version 2.3.1

19 Oct 08:23

Choose a tag to compare

  • Ability to remove choices when using the setChoices method
  • Pass group value to callbacks if it exists (select-one/select-multiple)
  • Reduce CSS specificity where possible