Releases: adidas/choicesjs-stencil
Releases · adidas/choicesjs-stencil
1.5.1
1.5.0
- Updated choices.jsto version9.0.1.
- Updated @stencil/coreto version1.12.7.
- Updated demo application.
- Changed web component interface:
- ClassNames:- Added selectedState.
- Removed hiddenState.
- Replaced itemOptionwithitemChoice.
 
- Added 
- FuseOptions(- fusejs.ioupdates from- 2.7.4to version- 3.4.6):- Added options:
- includeMatches.
- includeScore.
- findAllMatches.
- sortFn.
- getFn.
 
 
- Added options:
- IchoicesProps:- Added properties:
- uniqueItemText.
- customAddItemText.
- valueComparer.
 
- Replaced properties:
- addItemFilterFnwith- addItemFilter(it allows- stringand- RegExptypes).
- sortFnwith- sorter.
 
 
- Added properties:
- IChoicesMethods:- Removed ajaxmethod.
 
- Removed 
 
1.4.0
1.3.1
1.3.0
- Updated StencilJS core to v0.18.1.
- Updated ChoicesJS to v7.0.0.
- regexFilterconfig has been replaced with- addItemFilterFnfunction.
- toggleDropdownmethod has been removed.
- clearChoicesmethod has been added.
 
- Updated example with new options.
- Updated documentation with example of framework integration.
1.2.1
1.2.0
- Updated to Choices.js v4.1.3. Changes:
- Renamed property duplicateItemstoduplicateItemsAllowed.
- Renamed property sortFiltertosortFn.
- Renamed property removeItemsByValuetoremoveActiveItemsByValue.
- Renamed property setValueByChoicetosetChoiceByValue.
- Modfied callbackOnCreateTemplateswhich receives the class names as first argument (this.config.classNames).
 
- Renamed property 
- Removed sass-inline-svgdependency because the assets are now bundled along with the CSS.
- Updated TravisCI configuration to publish on tags.
- Updated example.
1.1.1
1.1.0
- Fixed component to be able to work within a <form/>element.
- Fixed getValuepublic method.
- Fixed placeholderproperty when it is used as element attribute.
- Updated dev and public examples:
- Wrap select elements in a form to get their values.
- Show the values of the select elements.
 
- Updated logo.