-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency choices.js to v11 #264
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/choices.js-11.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2bf6eaa
to
38ae39c
Compare
ffc4d32
to
e1d3f11
Compare
e1d3f11
to
ef1ed04
Compare
ef1ed04
to
81a37d2
Compare
3d1ccc4
to
0430d45
Compare
0bd66d4
to
7083d11
Compare
7083d11
to
11a54b9
Compare
d85ec0c
to
37a7f36
Compare
37a7f36
to
a4784c6
Compare
13f80c0
to
046faaf
Compare
4f8eead
to
e162bb4
Compare
e162bb4
to
cb7e9da
Compare
cb7e9da
to
46998be
Compare
e1edccd
to
c5c1620
Compare
c5c1620
to
aa92a23
Compare
7cf9994
to
76d23c1
Compare
576c416
to
ba9f848
Compare
ba9f848
to
2c75611
Compare
| datasource | package | from | to | | ---------- | ---------- | ----- | ------ | | npm | choices.js | 9.1.0 | 11.0.6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2c75611
to
9e2fe4a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3
Compare Source
Bug Fixes (from 11.0.0)
tab
andesc
keys handling #1234 #1209tab
=> arrow keys are pressed [#1230]https://github.com/Choices-js/Choices/issues/1230)<option>
and were rendered as text [#1231]https://github.com/Choices-js/Choices/issues/1231)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.