Skip to content

Commit 168a5c7

Browse files
committed
Released v2.0.0
1 parent 280ac83 commit 168a5c7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v2.0.0
4+
5+
### Pull Requests
6+
7+
- [#79](https://github.com/offirgolan/ember-burger-menu/pull/79) [FEATURE] Multiple Menu Support *by [@offirgolan](https://github.com/offirgolan)*
8+
9+
### Release Notes
10+
11+
- Multiple menus can now co-exist in your application
12+
- Improved event listeners
13+
- **[BREAKING]** Removed `burger-menu` service as it was used to back a single menu state and no longer makes sense to have.
14+
- **[BREAKING]** When the menu is in a `locked` state, actions can no longer change the state of the menu.
15+
- **[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.
16+
317
## v1.1.3
418

519
### Pull Requests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-burger-menu",
3-
"version": "1.1.3",
3+
"version": "2.0.0",
44
"description": "An off-canvas sidebar component with a collection of animations and styles using CSS transitions",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)