diff --git a/CHANGELOG.md b/CHANGELOG.md index 5583b15..26812eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v2.0.0 + +### Pull Requests + +- [#79](https://github.com/offirgolan/ember-burger-menu/pull/79) [FEATURE] Multiple Menu Support *by [@offirgolan](https://github.com/offirgolan)* + +### Release Notes + +- Multiple menus can now co-exist in your application +- Improved event listeners +- **[BREAKING]** Removed `burger-menu` service as it was used to back a single menu state and no longer makes sense to have. +- **[BREAKING]** When the menu is in a `locked` state, actions can no longer change the state of the menu. +- **[BREAKING]** The default height is no longer set to `100vh`, instead it is set to `100%`. If you upgrade and your menu is no longer visible, please check the available viewport height. + ## v1.1.3 ### Pull Requests diff --git a/package.json b/package.json index 28b92f1..b453081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-burger-menu", - "version": "1.1.3", + "version": "2.0.0", "description": "An off-canvas sidebar component with a collection of animations and styles using CSS transitions", "directories": { "doc": "doc",