Skip to content

Commit 8955601

Browse files
committed
Released v3.0.0
1 parent 66c8fd6 commit 8955601

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.0
4+
5+
### Pull Requests
6+
7+
- [#88](https://github.com/offirgolan/ember-burger-menu/pull/88) Better Sass *by [@offirgolan](https://github.com/offirgolan)*
8+
9+
### Release Notes
10+
11+
- Hard dependency on sass (now required in the host application)
12+
- Allows to override various variables
13+
- Allows to selective import only the sass files you need
14+
- More fine grain selector matching to support multi-level nested burger menus
15+
- **[BREAKING]** `slide-shrink` renamed to `squeeze`
16+
- **[BREAKING]** Menu item class has now been moved to the top level `ember-burger-menu` element. It can now be accessed via `.ember-burger-menu.bm-item--stack`
17+
- **[BREAKING]** Please see [Custom Animations](https://github.com/offirgolan/ember-burger-menu#custom-animations) for the new sass structure for custom animations
18+
319
## v2.0.1
420

521
### 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": "2.0.1",
3+
"version": "3.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)