Skip to content

Commit 0f59d2e

Browse files
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 tracking
1 parent 2630037 commit 0f59d2e

File tree

15 files changed

+401
-751
lines changed

15 files changed

+401
-751
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,5 @@ updates:
6767
- 5.6.4
6868
- 5.6.5
6969
- 5.7.0
70-
- dependency-name: ember-power-select
71-
versions:
72-
- 4.1.3
7370
commit-message:
7471
prefix: "[chore]"

0 commit comments

Comments
 (0)