ember-mobile-menu icon indicating copy to clipboard operation
ember-mobile-menu copied to clipboard

fix for ember 4

Open luxzeitlos opened this issue 3 years ago • 1 comments

This is a try to fix compatibility with ember 4. Especially this removes @ember/legacy-built-in-components. For this I basically completely changed the special <LinkTo component to not extend the built-in component but instead proxy it.

luxzeitlos avatar Jan 23 '22 14:01 luxzeitlos

This addon (legacy-built-in-components) should be compatible with ember 4 (and appears to be from current state of master). We will need to implement some kind of replacement, but I'm not sure yet if I want it to be:

  • this
  • a modifier the user can apply
  • simply the current close action and we update the docs that the user can use the {{on "click"}} modifier to call the close action

nickschot avatar Apr 03 '22 19:04 nickschot