Skip to content

Latest commit

Β 

History

History
444 lines (310 loc) Β· 28.7 KB

CHANGELOG.md

File metadata and controls

444 lines (310 loc) Β· 28.7 KB

Changelog

Release (2024-02-16)

🏠 Internal

Committers: 1

Release (2024-02-16)

ember-mobile-menu 5.1.0 (minor)

πŸš€ Enhancement

  • ember-mobile-menu
    • #891 Inline body scroll lock library, apply small fixes & (unofficial) fastboot support (@nickschot)

🏠 Internal

Committers: 1

v5.0.0 (2024-02-09)

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ“ Documentation

🏠 Internal

Committers: 1

v5.0.0-2 (2023-12-01)

πŸ’₯ Breaking Change

  • #821 Drop support for mm.LinkTo component, use LinkTo with on click modifier instead (@nickschot)

πŸ“ Documentation

🏠 Internal

Committers: 1

v5.0.0-1 (2023-12-01)

πŸš€ Enhancement

  • #804 Re-add support for ember-source v3.28.0 (@nickschot)
  • #798 Replace ember-could-get-used-to-this with ember-resources (by @johanrd ) (@nickschot)

🏠 Internal

Committers: 1

v5.0.0-0 (2023-11-17)

πŸ’₯ Breaking Change

πŸš€ Enhancement

🏠 Internal

Committers: 1

v4.0.0 (2023-10-20)

πŸ’₯ Breaking Change

Committers: 1

v4.0.0-beta.0 (2023-08-11)

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ› Bug Fix

  • #633 Set correct supported ember-source as peerDependency (@nickschot)
  • #682 Fix ember-cli-sass check not working under ember-cli 5/embroider (@nickschot)

🏠 Internal

Committers: 1

v3.0.3 (2022-07-15)

v3.0.2 (2022-07-15)

🏠 Internal

v3.0.1 (2022-07-15)

πŸ“ Documentation

  • #365 Move README, CONTRIBUTING and LICENSE.md to addon folder (@nickschot)

Committers: 1

v3.0.0 (2022-07-15)

πŸ’₯ Breaking Change

🏠 Internal

Committers: 1

v3.0.0-beta.3 (2022-04-03)

🏠 Internal

  • #238 Revert "Prevent open/close from being triggered a huge amount of times when unnecessary" (@nickschot)

Committers: 1

v3.0.0-beta.2 (2022-04-03)

🏠 Internal

Committers: 1

v3.0.0-beta.1 (2022-04-03)

πŸ’₯ Breaking Change

πŸ› Bug Fix

🏠 Internal

Committers: 1

v2.1.1 (2020-12-04)

πŸ“ Documentation

  • #108 manually add application wrapper to dummy app as addon docs styles expect it (@nickschot)

Committers: 1

v2.1.0 (2020-12-03)

πŸš€ Enhancement

πŸ› Bug Fix

  • #105 properly cleanup body-scroll-lock when the tray component is destroyed (@nickschot)
  • #100 remove old service re-export (fixes embroider build) (@johanrd)
  • #98 fix ember-usable package.json ref (for yarn 2) (@bartocc)

🏠 Internal

Committers: 3

v2.0.5 (2020-08-26)

πŸ› Bug Fix

  • #91 fix build issue by upgrading to ember-modifier 2.1.0 (@nickschot)

πŸ“ Documentation

Committers: 1

v2.0.4 (2020-08-23)

πŸ› Bug Fix

  • #92 fix horizontal scrollbar appearing in certain situations (@nickschot)

🏠 Internal

Committers: 1

v2.0.3 (2020-08-04)

πŸ› Bug Fix

  • #89 don't require @glimmer/{component,tracking} 1.0.1+ (@nickschot)

Committers: 1

v2.0.2 (2020-08-03)

πŸ› Bug Fix

  • #86 set aria-hidden="true" on closed MobileMenus (@nickschot)
  • #85 make squeeze(-reveal) menus listen to the preventScroll argument (@nickschot)

Committers: 1

v2.0.1 (2020-08-02)

πŸ› Bug Fix

  • #83 hide secondary mask for push style menus (@nickschot)
  • #82 hide MobileMenuWrapper overflow & add prevent scroll class as soon as the menu is not closed (@nickschot)

🏠 Internal

Committers: 1

v2.0.0 (2020-08-01)

πŸ’₯ Breaking Change

  • #75 switch to a ResizeObserver based on-resize modifier (@nickschot)

πŸš€ Enhancement

  • #79 add isOpen & onToggle arguments to MobileMenu component (w/ Fastboot support) (@nickschot)
  • #74 spring physics implementation to replace basic tween (@nickschot)

πŸ› Bug Fix

  • #78 don't prevent body scroll when the menu is in embed mode (@nickschot)
  • #77 prevent body scroll as soon as the menu is not closed (@nickschot)
  • #76 fix iOS safari menu overflow when browser chrome is visible (@nickschot)

🏠 Internal

  • #80 upgrade to ember-cli 3.20 & latest dependencies (@nickschot)

Committers: 1

v2.0.0-beta.4 (2020-03-29)

πŸš€ Enhancement

  • #68 yield absolute position of active menu from MobileMenuWrapper component (@nickschot)
  • #67 yield relative position of active menu from MobileMenuWrapper component (@nickschot)

🏠 Internal

  • #66 remove reliance on ember-useragent for detecting iOS (@nickschot)

Committers: 1

v2.0.0-beta.3 (2020-03-27)

πŸš€ Enhancement

  • #64 more rigorously prevent body scroll when non-squeeze menus are open (@nickschot)
  • #61 add invisible content mask for reveal/ios/push menus (@nickschot)

πŸ› Bug Fix

  • #62 don't close menu when clicking on a link in one of the squeeze modes (@nickschot)
  • #58 add missing ember-concurrency dependency (@nickschot)
  • #59 fix css not included in host app if ember-cli-sass isn't used (@nickschot)
  • #60 fix minor css issues (@nickschot)

Committers: 1

v2.0.0-beta.2 (2020-03-24)

πŸ’₯ Breaking Change

  • #57 link body scroll behaviour to menu settings & enable preventScroll by default (@nickschot)

🏠 Internal

Committers: 1

v2.0.0-beta.1 (2020-03-23)

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #52 ignore pan events that start near the edge on non-standalone iOS browsers (@nickschot)
  • #44 add support for different mode per menu (@nickschot)
  • #43 rework pan handling (@nickschot)
  • #42 implement multiple modes (inc better UX for desktop) (@nickschot)
  • #40 make maxWidth optional (enables 100% width menus) (@nickschot)
  • #34 automatically toggle the only available menu if no target is passed (@nickschot)
  • #33 add dynamic shadow feature (intensity based on drag position) (@nickschot)
  • #29 add support for embedding a menu in another element (@nickschot)

πŸ› Bug Fix

  • #48 fix mode reverting to default when dragging non-default menu to a close (@nickschot)

πŸ“ Documentation

🏠 Internal

Committers: 1

v0.1.0-beta.2 (2019-12-13)

πŸš€ Enhancement

  • #28 upgrade to ember-cli 3.12.0 & upgrade dependencies (@nickschot)

🏠 Internal

Committers: 1

v0.1.0-beta.1 (2019-03-29)

πŸ’₯ Breaking Change

  • #22 use ember-concurrency for opening/closing menu (@nickschot)

πŸš€ Enhancement

  • #19 ember-cli 3.8 & dependency updates (@nickschot)
  • #18 upgrade ember-useragent to 0.9.0 (@nickschot)
  • #17 Precompile CSS & include precompiled CSS if ember-cli-sass is not installed (@nickschot)

πŸ“ Documentation

🏠 Internal

Committers: 1