Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@jshjohnson jshjohnson released this 27 Oct 16:18

Breaking changes

  • duplicateItems ➡️duplicateItemsAllowed
  • sortFilter ➡️sortFn
  • removeItemsByValue ➡️ removeActiveItemsByValue
  • setValueByChoice ➡️setChoiceByValue
  • Multiple instances are now returned as an array on construction
  • The template method passed to callbackOnCreateTemplates now receives classnames as it's first argument (this.config.classNames)

Other changes

  • E2E testing with Cypress
  • More modular code
  • Improved unit test coverage
  • Various bug fixes