Update dependency choices.js to v11 #264
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:
^9.0.1
->^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
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more information about the use of Renovate Bot within Laminas.