Skip to content

Bump ember-power-select from 4.0.3 to 5.0.0#21

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2021

Bumps ember-power-select from 4.0.3 to 5.0.0.

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.

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
  • 3c395cf v5.0.0
  • 7751701 Merge pull request #1483 from calvin-fb/role-alert
  • f4c0fa3 Merge pull request #1485 from calvin-fb/power-select-multiple-a11y
  • ccd73cd Update test
  • 5c73c0e Small adjustment to aria properties
  • 18959cb Add tests for PowerSelectMultiple accessibility
  • db49a07 Add aria accessibility properties to PowerSelectMultiple
  • fd31708 Merge pull request #1484 from calvin-fb/activedescendant-fix
  • c99b8d7 aria-activedescendant property should not be present when dropdown is closed
  • 044864e Use role=option for all options in list
  • 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.0.
- [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.0)

---
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 Dec 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2022

Superseded by #24.

@dependabot dependabot bot closed this Jan 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-power-select-5.0.0 branch January 1, 2022 11:20
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