Update dependency choices.js to v11 #143
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.0.0
->^11.0.0
Release Notes
jshjohnson/Choices (choices.js)
v11.0.2
Compare Source
Features (from 11.0.0)
getClassNames
as the 3rd argument tocallbackOnCreateTemplates
callbackduplicateItemsAllowed
option is now respected bysetChoices()
method #855Bug Fixes (from 11.0.0)
UnhighlightItem
event not firing #1173clearChoices()
would remove items, and clear the search flag.removeChoice()
did not properly remove a choice which was part of a groupChore
v11.0.1
Compare Source
Bug Fixes (from 11.0.0)
clearStore
was called. This impacted the on-form-reset andrefresh
features.Chore
v11.0.0
Compare Source
⚠ BREAKING CHANGES
Element.prototype.replaceChildren
Bug Fixes (from 10.2.0)
unhighlightAll
during on-click handler (batching in v11.0.0-rc8 would also have helped) #522 #599v10.2.0
: Version 10.2.0Compare Source
Changes
🚀 Features
$choices-z-index
variable @Moonlight-Angel (#1034)🐛 Bug Fixes
🔧 Maintenance
Contributors
@Moonlight-Angel, @Sysix, @brosua, @comxd, @mtriff, @ousmorez, David DIVERRES and Josua Vogel
v10.1.0
: Version 10.1.0Compare Source
Changes
🚀 Features
🐛 Bug Fixes
🔧 Maintenance
Contributors
@brosua, @mtriff, @mysliwietzflorian and @supermueller
v10.0.0
: Version 10.0.0Compare Source
Changes
🚨 Breaking changes
fuseOptions
have changed. See https://fusejs.io/api/options.html for details.innerHTML
. This had the potential to allow XSS attacks when loading items from external, untrusted sources. This behaviour has been deprecated. The new optionallowHTML
has been introduced, with the current default totrue
. The default will change tofalse
in a future release. It is recommended that you set it tofalse
unless you require HTML.callbackOnCreateTemplates
now receives the full configuration object, instead of justclassNames
. The method signature to match previous versions is now({ classNames }, data)
. See the documentation for the updated example.🐛 Bug Fixes
🔧 Maintenance
Contributors
@bobmaerten, @mtriff, @rjorel, @victiondev, @isaac-mercieca, @daicambruzzi
v9.1.0
Compare Source
v9.0.1
: Version 9.0.1Compare Source
Changes
🐛 Bug Fixes
🔧 Maintenance
Contributors
@jshjohnson, @kzkn and GitHub Action
v9.0.0
: Version 9.0.0Compare Source
Changes
🚨 Breaking changes
🐛 Bug Fixes
🔧 Maintenance
🔧 Maintenance
Contributors
@agamemnus, @bronzehedwick, @dios-oleg, @jshjohnson and @tinovyatkin
v8.0.0
: Version 8.0.0Compare Source
This version contains multiple breaking changes:
userDefaults
static property has been removedajax
method has been removed.setChoices
can now be used to set choices dynamically - more info can be found in the README (https://github.com/jshjohnson/Choices/pull/701)addItemFilterFn
option has been renamed toaddItemFilter
and now supports regex's (https://github.com/jshjohnson/Choices/pull/699)Element.prototype.closest
has been added to the required polyfill list (https://github.com/jshjohnson/Choices/pull/696).is-hidden
class has been replaced with thehidden
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
Compare Source
v7.1.4
Compare Source
v7.1.3
Compare Source
v7.1.1
Compare Source
v7.1.0
: Version 7.1.0Compare Source
https://github.com/jshjohnson/Choices/pull/617
v7.0.6
Compare Source
v7.0.4
Compare Source
v7.0.2
: Version 7.0.2Compare Source
https://github.com/jshjohnson/Choices/pull/608
https://github.com/jshjohnson/Choices/pull/648
https://github.com/jshjohnson/Choices/pull/642
https://github.com/jshjohnson/Choices/pull/644
v7.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.