Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps choices.js from 11.0.2 to 11.1.0.

Release notes

Sourced from choices.js's releases.

v11.1.0

Changes

🚀 Features

🐛 Bug Fixes

Contributors

@​Xon, @​midzer, @​mlinnetz and Mike Linnetz

v11.0.6

Changes

🚨 Breaking changes

  • Changes to setChoices & clearChoices adjust how the selection and new choices combine when using replaceChoices: true is used to better match v10.2.0 and v11.0.3 behavior.
    • To remove duplication, consider using the configuration optionduplicateItemsAllowed: false, or use the setChoices's new 6th argument replaceItems:true

🐛 Bug Fixes

Chore

  • Add e2e test for dropdown behavior on item mouse down/click
  • Add e2e test for serveral setChoices/clearChoices actions

Contributors

@​Xon

v11.0.5

Changes

🐛 Bug Fixes

  • Fix setChoices regression in v11.0.4, where replaceChoices argument would deselect selected items. Fixes #1278 @​Xon (#1279)

Contributors

@​Xon

v11.0.4

Changes

🚀 Features

🐛 Bug Fixes

  • Fix v11 setChoice performance regression @​Xon (#1276)
  • Fix renderSelectedChoices option when all choices are selected @​Xon (#1274)

... (truncated)

Changelog

Sourced from choices.js's changelog.

[11.1.0]

Features

  • Support <option> label attribute #1289
  • Add KMP search algorithm (gated by build flag) #1229 #1277

Bug Fixes

[11.0.6] (2025-02-27)

Breaking changes

  • Changes to setChoices & clearChoices adjust how the selection and new choices combine when using replaceChoices: true is used to better match v10 and v11.0.3 behavior.
    • To remove duplication, consider duplicateItemsAllowed: false to be set, or use the new 6th argument replaceItems:true

Bug Fixes

Chore

  • Add e2e test for dropdown behavior on item mouse down/click
  • Add e2e test for serveral setChoices/clearChoices actions

[11.0.5] (2025-02-26)

Bug Fixes

  • Fix regression when calling setChoices #1278

[11.0.4] (2025-02-23)

Features

  • Do not preventDefault on item to support dragging #417 #1094 #920

Bug Fixes (from 11.0.0)

  • Fix performance regression when calling setChoices #1275
  • Fix renderSelectedChoices option when all choices are selected #1274
  • Fix v11 regression for disabled placeholder option handling #1203
  • Fix v11 regression where clearChoices (and setChoices with replaceChoices:true) did not remove selected items when preserving placeholders #1261
  • Fix v11 regression where duplicateItemsAllowed option did not work with select-one/select-multiple #1271
  • Fix: Reached maximum item limit notice is not cleared after removing selections #1249
  • Fix: Disabled options are not visible #1257 #1269
  • Fix: Clear button reverses items order #1251
  • Fix tab => direction keys handling with disabled search #1260
  • Improve cjs compatibility by removing pinned "module" type in package.json #1250

[11.0.3] (2024-12-22)

Bug Fixes (from 11.0.0)

  • Fix input text - method setValue didn't work #1207
  • Fix tab and esc keys handling #1234 #1209

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [choices.js](https://github.com/jshjohnson/Choices) from 11.0.2 to 11.1.0.
- [Release notes](https://github.com/jshjohnson/Choices/releases)
- [Changelog](https://github.com/Choices-js/Choices/blob/main/CHANGELOG.md)
- [Commits](Choices-js/Choices@v11.0.2...v11.1.0)

---
updated-dependencies:
- dependency-name: choices.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 17, 2025
@github-actions github-actions bot added npm Pull requests that update npm packages Component: Hub The core of Edlib - handling search, filtering, my content and shared content labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Hub The core of Edlib - handling search, filtering, my content and shared content dependencies Pull requests that update a dependency file npm Pull requests that update npm packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant