Choices.js v8.0.0 Release Notes

Release Date: 2019-10-29 // over 4 years ago
  • This 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 to addItemFilter 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 the hidden 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!