Skip to content

Bump choices.js from 10.2.0 to 11.2.4 - #245

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/choices.js-11.2.4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/choices.js-11.2.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps choices.js from 10.2.0 to 11.2.4.

Release notes

Sourced from choices.js's releases.

v11.2.4

Changes

🐛 Bug Fixes

🔧 Maintenance

Contributors

@​AysajanE, @​Xon, @​dependabot, @​dependabot[bot], @​terminalchai and @​totallytavi

v11.2.3

Changes

🐛 Bug Fixes

  • Fix search input width unexpectedly collapses for select-one backing elements #1399 @​Xon (#1401)

Contributors

@​Xon

v11.2.2

Changes

🐛 Bug Fixes

  • Fix maxItemText would cause the dropdown to display if choices.js is created with that many items selected (Fix #1299) @​Xon (#1393)
  • Fix non-fixed width font support when computing width for input element @​terminalchai (#1384)
  • Fix setChoices() could cause the add choice notice to incorrectly render and replaceChoices/clearSearchFlag/replaceItems arguments could be ignored @​Xon (#1389)
  • Fix opening the dropdown could cause the entire page to scroll @​Xon (#1388)

🔧 Maintenance

Contributors

@​Xon, @​dependabot, @​dependabot[bot] and @​terminalchai

... (truncated)

Changelog

Sourced from choices.js's changelog.

[11.2.4] (2026-07-)

Bugfixes

  • Focus input synchronously to open iOS keyboard (Fix #1373) #1418
  • Fix addItemFilter config option regression from v10.2.0 #1419
  • Fix incorrect aria-expanded attribute for text backing field (Fix #1016) #1391
  • Fix arrow-key navigation did not start from the selected choice when no choice is currently highlighted #1400

Maintenance

  • Update unit test framework to vitest v4.1.10

[11.2.3] (2026-04-30)

Bugfixes

  • Fix search input width unexpectedly collapses for select-one backing elements (Fix #1399) #1401

[11.2.2] (2026-04-14)

Bugfixes

  • Fix maxItemText would cause the dropdown to display if choices.js is created with that many items selected (Fix #1299) @​Xon #1393
  • Fix non-fixed width font support when computing width for input element @​terminalchai (#1384](Choices-js/Choices#1384)
  • Fix setChoices() could cause the add choice notice to incorrectly render and replaceChoices/clearSearchFlag/replaceItems arguments could be ignored @​Xon #1389
  • Fix opening the dropdown could cause the entire page to scroll @​Xon #1388

[11.2.0] (2026-01-05)

Features

  • Add searchRenderSelectedChoices configuration option to control whether selected choices appear in search results for select-multiple inputs. Defaults to true (backward compatible behavior). Set to false to hide selected choices from search results.
  • Add support for required html attribute #1332
    • Note; This feature requires updating any css targeting the .choices [hidden] selector
  • Improve UX on the select dropdown #1361
  • Add searchDisabledChoices configuration option to allow disabled choices to appear in search results #1357
  • Add additional SCSS variables #1304
  • Add CSS custom properties support (+ dark mode for the intro page) #1335
  • Soften constraints on remove buttons #1338

Bugfixes

  • Fix data-label-description from source html was not treated as trusted #1365
  • Fix kmp search not returning results as expected #1364
  • Fix selected choice was not reliably highlighted when opening the dropdown #1339
  • Define [aria-selected] for selectable choices per WAI-ARIA 1.2 spec, and avoid triple state with aria-selected #1330
  • Fix appendGroupInSearch option was non-functional #1324
  • When resolving the remove item/label/icon, add a 3rd argument item argument. Update default remove item label to use this (Fixes #1296) #1323
  • Fix searchResultLimit could not be set to -1 when renderChoiceLimit was set #1322
  • Fix dropdown would stick closed when a search loses focus #1308
  • Fix searchEnabled being disabled for select-multiple did not work #1366

Chore

  • Update callback argument documentation
  • Update development dependencies to fix npm install warning

... (truncated)

Commits
  • 0951c89 Update CHANGELOG.md
  • 54fca94 build assets
  • 783951b Code golf
  • 3d9744a Merge pull request #1391 from terminalchai/fix/html-invalid-markup-1016
  • d579859 fix: keep dropdown aria-expanded for select elements
  • 0d4d842 fix: remove invalid dropdown aria-expanded
  • 897cd3f Merge pull request #1400 from terminalchai/fix/direction-key-start-from-selec...
  • b6d7b72 Merge pull request #1428 from Choices-js/fix-dropdown-event-ordering
  • 529da87 Preserve ordering between opening the dropdown and the focus event
  • 9ed4f46 Merge pull request #1426 from Choices-js/dependabot/npm_and_yarn/immutable-4.3.9
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for choices.js since your current version.


@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code major labels Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/choices.js-11.2.4 branch 2 times, most recently from b898e6d to 731bdc4 Compare September 8, 2026 08:41
Bumps [choices.js](https://github.com/Choices-js/Choices) from 10.2.0 to 11.2.4.
- [Release notes](https://github.com/Choices-js/Choices/releases)
- [Changelog](https://github.com/Choices-js/Choices/blob/main/CHANGELOG.md)
- [Commits](Choices-js/Choices@v10.2.0...v11.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/choices.js-11.2.4 branch from 731bdc4 to 08cfa2c Compare September 8, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants