Skip to content

Commit

Permalink
fix: remove deprecated usage of private helper and use ember-cli-ugli…
Browse files Browse the repository at this point in the history
…fy (#562)
  • Loading branch information
Jonas Metzener authored Nov 20, 2020
1 parent ec7bb33 commit bba51c6
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 524 deletions.
4 changes: 2 additions & 2 deletions addon/templates/components/uk-modal.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#-in-element this.containerElement}}
{{#in-element this.containerElement insertBefore=null}}
<div id={{this.modalId}} class={{@modalClass}} data-test-animating={{this.isAnimating}}>
<div
class="uk-modal-dialog {{@dialogClass}}"
Expand Down Expand Up @@ -26,4 +26,4 @@
)}}
</div>
</div>
{{/-in-element}}
{{/in-element}}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"ember-cli-htmlbars": "^5.3.1",
"ember-focus-trap": "0.5.0",
"ember-get-config": "^0.3.0",
"ember-in-element-polyfill": "^1.0.0",
"ember-toggle": "^7.0.0",
"uikit": "^3.5.9"
},
Expand All @@ -65,7 +66,7 @@
"ember-cli-inject-live-reload": "2.0.2",
"ember-cli-sass": "10.0.1",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.1",
"ember-cli-uglify": "^3.0.0",
"ember-code-snippet": "3.0.0",
"ember-composable-helpers": "4.3.2",
"ember-concurrency": "1.3.0",
Expand Down
Loading

0 comments on commit bba51c6

Please sign in to comment.