All Versions
10
Latest Version
Avg Release Cycle
29 days
Latest Release
1944 days ago

Changelog History

  • v9.0.1 Changes

    November 18, 2019

    ๐Ÿ”„ Changes

    ๐Ÿฑ ๐Ÿ› Bug Fixes

    ๐Ÿšง ๐Ÿ”ง Maintenance

    Contributors

    @jshjohnson, @kzkn and GitHub Action

  • v9.0.0 Changes

    November 14, 2019

    ๐Ÿ”„ Changes

    ๐Ÿฑ ๐Ÿšจ Breaking changes

    ๐Ÿฑ ๐Ÿ› Bug Fixes

    ๐Ÿšง ๐Ÿ”ง Maintenance

    ๐Ÿšง ๐Ÿ”ง Maintenance

    Contributors

    @agamemnus, @bronzehedwick, @dios-oleg, @jshjohnson and @tinovyatkin

  • v8.0.0 Changes

    October 29, 2019

    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!

  • 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

    Includes the following changes:

    • #548 - clearChoices is now a public method and passing an empty array to setChoices will also clear choices
    • ๐Ÿ›  #547 - fixes scrollbar bug in IE11
    • ๐Ÿšš #536 - removes CustomEvent polyfill (bring your own polyfills instead)
  • v6.0.3 Changes

    February 26, 2019

    ๐Ÿ›  Fixes an issue in the previous release where Fuse was not be transpiled to ES5 code.