Skip to content

Commit

Permalink
Released v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed May 20, 2017
1 parent 280ac83 commit 168a5c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 168a5c7

Please sign in to comment.