Commit 0f59d2e
authored
Convert to Glimmer component (#772)
* Initial commit
* Adds the hacky way to find the parent element
* Removes the ember-classic-decorator and ember-decorators dependencies
* Reduces the "did-update" calls number
* Fixes the "onTargetOrTriggerChanged" listener; Adds the test
* Uses "meta" tag instead of the "wbr" to render nothing
* makes the helper "meta" element hidden
* Prevents from rendering the `meta` in case of "renderInPlace"; Replaces the ember-power-select with an browser select to avoid conflicts.
* Fixes the ember-lts-3.16 issue for ember-try
* Moves `sass` back to the direct dependencies
* Sets package.json version to 2.0.0 as no "v2" release happened yet
* Adds autoUpdate tracking1 parent 2630037 commit 0f59d2e
File tree
15 files changed
+401
-751
lines changed- .github
- addon
- components
- templates/components
- app/styles
- config
- tests
- dummy/app
- components
- styles
- templates/components
- integration/components/ember-attacher
15 files changed
+401
-751
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 70 | | |
74 | 71 | | |
0 commit comments