Skip to content

Commit

Permalink
Release 8.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Mar 5, 2024
1 parent ff38c7a commit b02cfc8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ember-power-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@




## v8.0.0-beta.8 (2024-03-05)

#### :rocket: Enhancement
* [#1690](https://github.com/cibernox/ember-power-select/pull/1690) Improve a11y & make easier to fullfill all requirements out of the box ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#1717](https://github.com/cibernox/ember-power-select/pull/1717) Fix `BeforeOptions` search input having invalid `aria-activedescendant` when no results are found ([@alex-ju](https://github.com/alex-ju))
* [#1716](https://github.com/cibernox/ember-power-select/pull/1716) Fix `BeforeOptions` search input missing `aria-expanded` ([@alex-ju](https://github.com/alex-ju))
* [#1715](https://github.com/cibernox/ember-power-select/pull/1715) Fix `NoMatchesMessage` component missing splattributes ([@alex-ju](https://github.com/alex-ju))
* [#1714](https://github.com/cibernox/ember-power-select/pull/1714) fix: `Type error: (n.selected || []).slice is not a function` in multiple select ([@johanrd](https://github.com/johanrd))

#### :memo: Documentation
* [#1694](https://github.com/cibernox/ember-power-select/pull/1694) docs: update repo link to variables ([@derrabauke](https://github.com/derrabauke))

#### Committers: 4
- Alex ([@alex-ju](https://github.com/alex-ju))
- Falk Neumann ([@derrabauke](https://github.com/derrabauke))
- [@johanrd](https://github.com/johanrd)
- [@mkszepp](https://github.com/mkszepp)

## v8.0.0-beta.7 (2024-02-12)

## v8.0.0-beta.6 (2024-02-12)
Expand Down
2 changes: 1 addition & 1 deletion ember-power-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select",
"version": "8.0.0-beta.7",
"version": "8.0.0-beta.8",
"description": "The extensible select component built for ember",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
},
"npm": false
},
"version": "8.0.0-beta.7"
"version": "8.0.0-beta.8"
}

0 comments on commit b02cfc8

Please sign in to comment.