-
-
Couldn't load subscription status.
- Fork 13
Update dependency choices.js to v11 #264
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
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 hidden or 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
fc2c3e7 to
ff81435
Compare
fce0729 to
25afa5e
Compare
25afa5e to
b06c01c
Compare
7c25a6b to
4f3a8dc
Compare
4f3a8dc to
f1829ce
Compare
f1829ce to
c5d92db
Compare
c5d92db to
a8c6b91
Compare
a8c6b91 to
abc0a3e
Compare
026aa58 to
4d64ae9
Compare
4d64ae9 to
4f17efa
Compare
0824247 to
bd77c0f
Compare
2a65e01 to
a87d1cb
Compare
a87d1cb to
bef39c3
Compare
6835ce9 to
72c0bb3
Compare
e0aee79 to
1b054cb
Compare
eebc2b2 to
0a70898
Compare
0a70898 to
c48558d
Compare
| datasource | package | from | to | | ---------- | ---------- | ----- | ------ | | npm | choices.js | 9.1.0 | 11.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c48558d to
a6089e8
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.0Release Notes
jshjohnson/Choices (choices.js)
v11.1.0Compare Source
Features
<option>label attribute #1289Bug Fixes
role="textbox"from search input, per a11y practices. #941 @mlinnetz (#1285)v11.0.6Compare Source
Breaking changes
setChoices&clearChoicesadjust how the selection and new choices combine when usingreplaceChoices: trueis used to better match v10 and v11.0.3 behavior.duplicateItemsAllowed: falseto be set, or use the new 6th argumentreplaceItems:trueBug Fixes
setChoices&clearChoicesrelated regressions @Xon (#1278) #1283Chore
setChoices/clearChoicesactionsv11.0.5Compare Source
Bug Fixes
v11.0.4Compare Source
Features
Bug Fixes (from 11.0.0)
renderSelectedChoicesoption when all choices are selected #1274clearChoices(andsetChoiceswithreplaceChoices:true) did not remove selected items when preserving placeholders #1261duplicateItemsAllowedoption did not work withselect-one/select-multiple#1271tab=> direction keys handling with disabled search #1260v11.0.3Compare Source
Bug Fixes (from 11.0.0)
tabandesckeys handling #1234 #1209tab=> arrow keys are pressed #1230<option>and were rendered as text #1231v11.0.2Compare Source
Features (from 11.0.0)
getClassNamesas the 3rd argument tocallbackOnCreateTemplatescallbackduplicateItemsAllowedoption is now respected bysetChoices()method #855Bug Fixes (from 11.0.0)
UnhighlightItemevent 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.1Compare Source
Bug Fixes (from 11.0.0)
clearStorewas called. This impacted the on-form-reset andrefreshfeatures.Chore
v11.0.0Compare Source
⚠ BREAKING CHANGES
Element.prototype.replaceChildrenBug Fixes (from 10.2.0)
unhighlightAllduring on-click handler (batching in v11.0.0-rc8 would also have helped) #522 #599v10.2.0Compare Source
unhighlightAllduring on-click handler (batching in v11.0.0-rc8 would also have helped) #522 #599v10.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
fuseOptionshave 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 optionallowHTMLhas been introduced, with the current default totrue. The default will change tofalsein a future release. It is recommended that you set it tofalseunless you require HTML.callbackOnCreateTemplatesnow 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.