Skip to content

Commit

Permalink
Release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jul 31, 2024
1 parent d6c3d66 commit b078018
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions ember-basic-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@




## v8.2.0 (2024-07-31)

#### :rocket: Enhancement
* [#910](https://github.com/cibernox/ember-basic-dropdown/pull/910) Improve `rootEventType` type and export for EPS ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#930](https://github.com/cibernox/ember-basic-dropdown/pull/930) silence chrome warning for non-passive 'touchstart' event. ([@xomaczar](https://github.com/xomaczar))
* [#927](https://github.com/cibernox/ember-basic-dropdown/pull/927) Fix dropdown not correctly positioned horizontally when body position is relative ([@ArnaudWeyts](https://github.com/ArnaudWeyts))

#### :memo: Documentation
* [#903](https://github.com/cibernox/ember-basic-dropdown/pull/903) Document @rootEventType ([@ArnaudWeyts](https://github.com/ArnaudWeyts))

#### :house: Internal
* [#929](https://github.com/cibernox/ember-basic-dropdown/pull/929) Add push dist workflow ([@mkszepp](https://github.com/mkszepp))
* [#892](https://github.com/cibernox/ember-basic-dropdown/pull/892) Add missing addon blueprint config, fix vscode settings & package lint ([@mkszepp](https://github.com/mkszepp))

#### Committers: 3
- Andrey Khomenko ([@xomaczar](https://github.com/xomaczar))
- Arnaud Weyts ([@ArnaudWeyts](https://github.com/ArnaudWeyts))
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## v8.1.0 (2024-05-06)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-basic-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-basic-dropdown",
"version": "8.1.0",
"version": "8.2.0",
"description": "The basic dropdown that your ember app needs",
"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 @@ -53,6 +53,6 @@
},
"npm": false
},
"version": "8.1.0",
"version": "8.2.0",
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}

0 comments on commit b078018

Please sign in to comment.