Skip to content

Bump ember-power-select from 4.0.3 to 5.0.3#24

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ember-power-select-5.0.3
Closed

Bump ember-power-select from 4.0.3 to 5.0.3#24
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ember-power-select-5.0.3

Conversation

@dependabot
Copy link

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

Bumps ember-power-select from 4.0.3 to 5.0.3.

Release notes

Sourced from ember-power-select's releases.

Alphabet soup

It has been a loooong time since the last major release, but this one addresses one of the main problems with the component since its inception: A11y.

Thanks to the great contributions from the folks at Freshbooks in #1481, #1483 and #1484 this components is now nice to use for people using screen readers like VoiceOver or Jaws, properly announcing the selected and highlighted options.

The improvements required some changes in the aria attributes of the component which some people used for styling, hence why this could be considered a breaking change, although it will be simple upgrade for virtually everyone.

Changelog

Sourced from ember-power-select's changelog.

Master

5.0.2

  • Make the component compatible with Embroider builds.
  • Revert #1470. It turned out to be a breaking change.

5.0.1

  • (#1470) [ENHANCEMENT] For multiselects, ensure that, if an option is disabled, AND that option is selected, then we can't "remove" that option from the selection
  • Allow the addon to work with ember-basic-dropdown 3 and 4.

5.0.0

  • (#1481) [MAYBE BREAKING] Big overhaul of the a11y of the component. Now it uses aria-activedescendant to properly announce highlighted options.
  • (#1483) [BREAKING] Now options always have role=option. Before the selected option had role=alert instead but with the recent a11y enhancements this is more correct.

4.1.7

  • Forward in @animationEnabled from PowerSelectMultiple to inner select #1475
  • Remove debugger statements introduced by mistake

4.1.5

  • [ENHACEMENT] Update ember-basic-dropdown to 3.0.17 which includes updated ember-element-helper and should be more friendly with embroider.
  • [BUGFIX] Ensure searchbox in multiple select doesn't submit its enclosing form when enter is pressed.

4.1.4

  • [BUGFIX] Fix arrays appended to multiple selects' selected array (#1447)

4.1.3

  • [CHORE] Move from travis to github actions, fixing the test suite along the way. This has also updated the version of ember-basic-dropdown.

4.1.2

  • [BUGFIX] Fix problem when passing @initiallyOpened along with @selected.

4.1.1

  • [ENHANCEMENT] Allow to customize what's displayed when no item matches the search by passing a @noMatchesMessageComponent.

4.1.0

  • [ENHANCEMENT] Makes changed to aria roles so the currently highlighted option can be announced by assistive technology like Voice Over.
  • [CHORE] Relax allowed versions of ember-truth-helpers so projects are less likely to have to resolve dependencies.

4.0.5

  • [BUGFIX] Remove event listeners on destroy.

4.0.4

  • [BUGFIX] Ensure observers set when selected/options are promise proxies are properly removed when the component is destroyed, to prevent memory leaks.
Commits
  • c18e0d9 v5.0.3
  • a98e3f8 Update ember-basic-dropdown which brings @​ember/render-modifiers 2.0.0.
  • a8cd2f9 v5.0.2
  • 167616a Revert "Merge pull request #1470 from toh995/multiselect-hide-remove-btn-if-o...
  • 9a1732f Update changelog
  • 3231bb2 Merge pull request #1463 from mydea/fn/embroider-compatibility
  • 4fee826 Add embroider scenario
  • 9c67926 Enable embroider tests in CI
  • 715ac2f Update dummy app & tests to use proper component invocation
  • 6e7add6 Ensure all ways of extending/overwriting components are tested
  • 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)

Bumps [ember-power-select](https://github.com/cibernox/ember-power-select) from 4.0.3 to 5.0.3.
- [Release notes](https://github.com/cibernox/ember-power-select/releases)
- [Changelog](https://github.com/cibernox/ember-power-select/blob/master/CHANGELOG.md)
- [Commits](cibernox/ember-power-select@v4.0.3...v5.0.3)

---
updated-dependencies:
- dependency-name: ember-power-select
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2022

Superseded by #31.

@dependabot dependabot bot closed this Mar 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-power-select-5.0.3 branch March 1, 2022 11:09
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants