Skip to content

Latest commit

 

History

History
160 lines (90 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

160 lines (90 loc) · 6.18 KB

Changelog

v4.0.0 (2022-06-03)

💥 Breaking Change

Committers: 2

v3.3.3

Pull Requests

v3.3.2

Pull Requests

  • #116 fix(element-closest): IE11 fix to use implementation via npm package element-closest by @alexdiliberto

v3.3.1

Pull Requests

v3.3.0

Pull Requests

v3.2.0

Pull Requests

v3.1.0

Pull Requests

v3.0.2

Pull Requests

  • #102 Update ember-cli-dependency-checker

v3.0.1

Pull Requests

v3.0.0

Pull Requests

Release Notes

  • 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 to squeeze
  • [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

v2.0.1

Pull Requests

v2.0.0

Pull Requests

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

  • #69 [BUGFIX] Remove preventDefault from passive event listener touchMove by @offirgolan

v1.1.2

Pull Requests

v1.1.1

Pull Requests

v1.1.0

Pull Requests

  • #29 [FEATURE] Locked + gesturesEnabled + use ember-lifeline by @offirgolan

v1.0.2

Pull Requests

v1.0.1

Pull Requests

v1.0.0

Pull Requests

v0.2.1

Pull Requests

  • #6 [FEATURE] Add open and close state actions by @offirgolan
  • Add ability to use a customAnimation with a specified itemAnimation
  • Some general code cleanup

v0.2.0

Pull Requests

v0.1.0

  • Initial release