Skip to content

Commit

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




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

#### :boom: Breaking Change
* [#1685](https://github.com/cibernox/ember-power-select/pull/1685) Update ember-concurrency to v4 and move to peerDependencies ([@mkszepp](https://github.com/mkszepp))

#### :rocket: Enhancement
* [#1683](https://github.com/cibernox/ember-power-select/pull/1683) Add `template-registry` and activate glint in `docs` / `test-app` ([@mkszepp](https://github.com/mkszepp))
* [#1682](https://github.com/cibernox/ember-power-select/pull/1682) Convert `@task` to the async-arrow fn ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#1687](https://github.com/cibernox/ember-power-select/pull/1687) Forward @highlightOnHover & @typeAheadOptionMatcher on multiple select ([@mkszepp](https://github.com/mkszepp))
* [#1674](https://github.com/cibernox/ember-power-select/pull/1674) fix: support numbers selection for `PowerSelect` component ([@artemgurzhii](https://github.com/artemgurzhii))

#### :memo: Documentation
* [#1686](https://github.com/cibernox/ember-power-select/pull/1686) DOCS: Add section "Migrate from 7.0 to 8.0" ([@mkszepp](https://github.com/mkszepp))
* [#1660](https://github.com/cibernox/ember-power-select/pull/1660) DOCS: Fix scss import statement ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#1684](https://github.com/cibernox/ember-power-select/pull/1684) Stricter dep management ([@mkszepp](https://github.com/mkszepp))

#### Committers: 2
- Artem Hurzhii ([@artemgurzhii](https://github.com/artemgurzhii))
- [@mkszepp](https://github.com/mkszepp)

## v8.0.0-beta.5 (2024-01-18)

#### :boom: Breaking Change
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.5",
"version": "8.0.0-beta.6",
"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.5"
"version": "8.0.0-beta.6"
}

0 comments on commit ec80236

Please sign in to comment.