Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps choices.js from 9.0.1 to 10.1.0.

Release notes

Sourced from choices.js's releases.

Version 10.1.0

Changes

🚀 Features

🐛 Bug Fixes

🔧 Maintenance

Contributors

@​brosua, @​mtriff, @​mysliwietzflorian and @​supermueller

Version 10.0.0

Changes

🚨 Breaking changes

  • Upgrade to Fuse v6 @​mtriff (#991)
  • Introduce allowHTML option to allow people to disable injecting HTML into choices. @​victiondev (#984)
    • Previously all Choices elements were set using innerHTML. This had the potential to allow XSS attacks when loading items from external, untrusted sources. This behaviour has been deprecated. The new option allowHTML has been introduced, with the current default to true. The default will change to false in a future release. It is recommended that you set it to false unless you require HTML.
    • As a result of this change, callbackOnCreateTemplates now receives the full configuration object, instead of just classNames. 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

Version 9.1.0

Changes

Although this is primarily a maintenance release, there have been a couple of large refactorings done (for example, conversion of the library to TypeScript). So, just to be cautious, this is a minor version bump.

🐛 Bug Fixes

... (truncated)

Commits
  • 08d4f1f Merge pull request #1011 from Choices-js/prep-10-1-0
  • 09eeca0 Prep for 10.1.0
  • e2aab31 Merge pull request #1010 from Choices-js/fix-hidden-first-char
  • c01144a Merge branch 'master' into fix-hidden-first-char
  • 86694c1 Merge pull request #1009 from Choices-js/sponsor
  • 7c360b4 Update snapshots
  • 2099c3d Add sponsor
  • d25c065 Fix first character not appearing in webkit browsers
  • eb22895 Add option labelId to improve a11y (#971)
  • 06d4435 Merge pull request #1000 from mysliwietzflorian/mysliwietzflorian-patch-1
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2022
Bumps [choices.js](https://github.com/jshjohnson/Choices) from 9.0.1 to 10.1.0.
- [Release notes](https://github.com/jshjohnson/Choices/releases)
- [Commits](Choices-js/Choices@v9.0.1...v10.1.0)

---
updated-dependencies:
- dependency-name: choices.js
  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-10.1.0 branch from 1fd2bef to 5f6ed30 Compare March 3, 2022 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant