Skip to content

1.5.0

Compare
Choose a tag to compare
@moelders moelders released this 21 May 15:23
· 8 commits to master since this release
580a869
  • Updated choices.js to version 9.0.1.
  • Updated @stencil/core to version 1.12.7.
  • Updated demo application.
  • Changed web component interface:
    • ClassNames:
      • Added selectedState.
      • Removed hiddenState.
      • Replaced itemOption with itemChoice.
    • FuseOptions (fusejs.io updates from 2.7.4 to version 3.4.6):
      • Added options:
        • includeMatches.
        • includeScore.
        • findAllMatches.
        • sortFn.
        • getFn.
    • IchoicesProps:
      • Added properties:
        • uniqueItemText.
        • customAddItemText.
        • valueComparer.
      • Replaced properties:
        • addItemFilterFn with addItemFilter (it allows string and RegExp types).
        • sortFn with sorter.
    • IChoicesMethods:
      • Removed ajax method.