Releases: adidas/choicesjs-stencil
Releases · adidas/choicesjs-stencil
1.5.1
1.5.0
- Updated
choices.js
to version9.0.1
. - Updated
@stencil/core
to version1.12.7
. - Updated demo application.
- Changed web component interface:
ClassNames
:- Added
selectedState
. - Removed
hiddenState
. - Replaced
itemOption
withitemChoice
.
- Added
FuseOptions
(fusejs.io
updates from2.7.4
to version3.4.6
):- Added options:
includeMatches
.includeScore
.findAllMatches
.sortFn
.getFn
.
- Added options:
IchoicesProps
:- Added properties:
uniqueItemText
.customAddItemText
.valueComparer
.
- Replaced properties:
addItemFilterFn
withaddItemFilter
(it allowsstring
andRegExp
types).sortFn
withsorter
.
- Added properties:
IChoicesMethods
:- Removed
ajax
method.
- Removed
1.4.0
1.3.1
1.3.0
- Updated StencilJS core to v0.18.1.
- Updated ChoicesJS to v7.0.0.
regexFilter
config has been replaced withaddItemFilterFn
function.toggleDropdown
method has been removed.clearChoices
method 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
duplicateItems
toduplicateItemsAllowed
. - Renamed property
sortFilter
tosortFn
. - Renamed property
removeItemsByValue
toremoveActiveItemsByValue
. - Renamed property
setValueByChoice
tosetChoiceByValue
. - Modfied
callbackOnCreateTemplates
which receives the class names as first argument (this.config.classNames
).
- Renamed property
- Removed
sass-inline-svg
dependency 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
getValue
public method. - Fixed
placeholder
property 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.