Skip to content
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

Bump choices.js from 10.2.0 to 11.0.3 #1208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps choices.js from 10.2.0 to 11.0.3.

Release notes

Sourced from choices.js's releases.

v11.0.3

Changes

🐛 Bug Fixes

  • Fix tab => direction keys handling in single-select mode @​Xon (#1242)
  • Fix shift key handling when navigating with tab @​zoglo (#1245)
  • Fix HTML comments were copied from backing <option> and were rendered as text @​Xon (#1244)
  • Fix multiple-select mode "No choices to choose from" is sometimes displayed even if there are choices @​Xon (#1243)
  • Fix Notice for max item limit is removed permanently if you keep typing @​Xon (#1241)
  • Fix search was not stopped when leaving focus with esc key @​zoglo (#1240)
  • Fix tab and esc keys handling @​zoglo (#1239)
  • Fix input text - method setValue didn't work @​Xon (#1211)

🔧 Maintenance

Contributors

@​DarrenSG, @​Xon, @​dependabot, @​dependabot[bot] and @​zoglo

v11.0.2

Changes

🚀 Features

  • duplicateItemsAllowed option is now respected by setChoices() method @​Xon (#1198)
  • Pass getClassNames as the 3rd argument to callbackOnCreateTemplates callback @​Xon (#1190)

🐛 Bug Fixes

  • Fix various opt-group handling issues @​Xon (#1200)
  • Fix clearChoices() would remove items, and clear the search flag @​Xon (#1196)
  • Fix "no choices to choose from"/"no results found" notice did not reliably trigger @​Xon (#1192 #1197)
  • Fix regression of UnhighlightItem event not firing (#1173) @​Xon (#1194)
  • Fix regression where webpack doesn't permit importing scss/css @​tagliala (#1193)

🔧 Maintenance

  • Add autocomplete example to end-to-end tests @​Xon (#1199)
  • Add e2e tests for "no choices" behavior to match v10 @​Xon (#1186)

Contributors

@​Xon and @​tagliala

v11.0.1

🐛 Bug Fixes

🔧 Maintenance

... (truncated)

Changelog

Sourced from choices.js's changelog.

[11.0.3]

Bug Fixes (from 11.0.0)

  • Fix input text - method setValue didn't work #1207
  • Fix tab and esc keys handling #1234 #1209
  • Fix Notice for max item limit is removed permanently if you keep typing #1201
  • Fix search was not stopped when leaving focus with esc key #1240
  • Fix single-select mode disabling search when tab => arrow keys are pressed [#1230]Choices-js/Choices#1230)
  • Fix HTML comments were copied from backing <option> and were rendered as text [#1231]Choices-js/Choices#1231)

[11.0.2] (2024-09-05)

Features (from 11.0.0)

  • Pass getClassNames as the 3rd argument to callbackOnCreateTemplates callback
  • duplicateItemsAllowed option is now respected by setChoices() method #855

Bug Fixes (from 11.0.0)

  • Fix choice disable state wasn't considered when showing the "no choices to choose from" notice
  • Fix regression where webpack doesn't permit importing scss/css @​tagliala #1193
  • Fix regression "no choices to choose from"/"no results found" notice did not reliably trigger. #1185 #1191
  • Fix regression of UnhighlightItem event not firing #1173
  • Fix clearChoices() would remove items, and clear the search flag.
  • Fixes for opt-group handling/rendering
  • Fix removeChoice() did not properly remove a choice which was part of a group

Chore

  • Add e2e tests for "no choices" behavior to match v10

[11.0.1] (2024-08-30)

Bug Fixes (from 11.0.0)

  • Fix the rendered item list was not cleared when clearStore was called. This impacted the on-form-reset and refresh features.

Chore

  • Add e2e test for 'form reset' and 'on paste & search'.
  • Cleanup adding classes to generated elements.

[11.0.0] (2024-08-28)

⚠ BREAKING CHANGES

  • Update polyfills to include Element.prototype.replaceChildren
  • Number of internal APIs have changed
Commits
  • 2424531 Update CHANGELOG.md
  • 47a45de Compile JS files
  • bb2e36b Merge remote-tracking branch 'main' into fix-tab-direction-keys
  • c63d530 Restore removing focus when tabbing through elements
  • 00225b6 Merge pull request #1245 from zoglo/fix/shift-key-navigation
  • d3afeba Do not focus in when pressing shift
  • 08c6ce8 Compile JS files
  • d0849aa Fix unit test
  • 536f6a6 Fix dropdown open behavior would vary depending on if the search flag was cha...
  • 3ef879a Fix single-select mode disabling search when tab => arrow keys are pressed
  • Additional commits viewable in compare view

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 10.2.0 to 11.0.3.
- [Release notes](https://github.com/jshjohnson/Choices/releases)
- [Changelog](https://github.com/Choices-js/Choices/blob/main/CHANGELOG.md)
- [Commits](Choices-js/Choices@v10.2.0...v11.0.3)

---
updated-dependencies:
- dependency-name: choices.js
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants