Skip to content

Commit

Permalink
🔖 Released v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers committed Aug 11, 2021
1 parent f17af59 commit 508c2c0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## v0.5.0 (2021-08-11)

#### :boom: Breaking Change

- [#58](https://github.com/GavinJoyce/ember-headlessui/pull/58) `Menu` Component Improvements ([@alexlafroscia](https://github.com/alexlafroscia))

#### :rocket: Enhancement

- [#64](https://github.com/GavinJoyce/ember-headlessui/pull/64) ✨ `<Dialog/>` feature/support for nesting dialogs ([@far-fetched](https://github.com/far-fetched))
- [#59](https://github.com/GavinJoyce/ember-headlessui/pull/59) Set `aria` relationship between Menu and Menu Items ([@alexlafroscia](https://github.com/alexlafroscia))
- [#57](https://github.com/GavinJoyce/ember-headlessui/pull/57) feat(menu): implement search functionality ([@alexlafroscia](https://github.com/alexlafroscia))

#### :memo: Documentation

- [#60](https://github.com/GavinJoyce/ember-headlessui/pull/60) Generate `404` page for Docs site ([@alexlafroscia](https://github.com/alexlafroscia))

#### :house: Internal

- [#66](https://github.com/GavinJoyce/ember-headlessui/pull/66) Configure Project to use Volta ([@alexlafroscia](https://github.com/alexlafroscia))
- [#67](https://github.com/GavinJoyce/ember-headlessui/pull/67) Lint Files on Commit ([@alexlafroscia](https://github.com/alexlafroscia))
- [#56](https://github.com/GavinJoyce/ember-headlessui/pull/56) Format `.hbs` files with Prettier ([@alexlafroscia](https://github.com/alexlafroscia))

#### Committers: 2

- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
- Piotr Panek ([@far-fetched](https://github.com/far-fetched))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-headlessui",
"version": "0.4.1",
"version": "0.5.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 508c2c0

Please sign in to comment.