- #152 ember-auto-import 2, node >= 12, update all the things (@rwwagner90)
- #124 Update ember and various things (@ttill)
- Robert Wagner (@rwwagner90)
- Till Theato (@ttill)
- #116 fix(element-closest): IE11 fix to use implementation via npm package
element-closest
by @alexdiliberto
- #111 Completely remove usage of jQuery by @josemarluedke
- #112 Remove unused ember-data dependency by @josemarluedke
- #113 Only include used bootstrap styles by @josemarluedke
- #110 Upgrade to latest Ember CLI and update dependencies by @josemarluedke
- #109 Remove usage of jquery in components by @josemarluedke
- #102 Update ember-cli-dependency-checker
- #98 Fix for lifeline selector issue by @donaldwasserman
- #88 Better Sass by @offirgolan
- Hard dependency on sass (now required in the host application)
- Allows to override various variables
- Allows to selective import only the sass files you need
- More fine grain selector matching to support multi-level nested burger menus
- [BREAKING]
slide-shrink
renamed tosqueeze
- [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
- [BREAKING] Please see Custom Animations for the new sass structure for custom animations
- #79 [FEATURE] Multiple Menu Support by @offirgolan
- 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 to100%
. If you upgrade and your menu is no longer visible, please check the available viewport height.
- #69 [BUGFIX] Remove preventDefault from passive event listener touchMove by @offirgolan
- #62 [FEATURE] Slide Shrink Animation by @offirgolan
- #42 Update ember-cli-sass to the latest version 🚀 by @offirgolan/greenkeeper
- #29 [FEATURE] Locked + gesturesEnabled + use ember-lifeline by @offirgolan
- #21 Make height 100vh by @rwwagner90
- #13 [BUGFIX] Use originalEvent to access touches by @offirgolan
- #10 [FEATURE] Dismiss menu on item click by @offirgolan
- #11 [FEATURE] Use a service to hold the menu state by @offirgolan
- #6 [FEATURE] Add open and close state actions by @offirgolan
- Add ability to use a customAnimation with a specified itemAnimation
- Some general code cleanup
- #4 [FEATURE] Swipe Support by @offirgolan
- Initial release