Skip to content

Commit

Permalink
polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
betocantu93 committed Jan 13, 2021
1 parent 0d0768e commit c723784
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 114 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Master

### 0.0.28
- Add ember-in-element-polyfill

### 0.0.27
- Move `ember-keyboard` and `ember-focus-trap` from devDependencies to dependencies

Expand Down
4 changes: 2 additions & 2 deletions addon/components/eui-overlay-mask/index.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#-in-element
{{#in-element
this.destinationElement
insertBefore=null
}}
Expand All @@ -15,4 +15,4 @@
>
{{yield}}
</div>
{{/-in-element}}
{{/in-element}}
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-eui",
"version": "0.0.27",
"version": "0.0.28",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -44,16 +44,17 @@
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^5.3.1",
"ember-cli-resolve-asset": "^0.3.0",
"ember-focus-trap": "^0.4.0",
"ember-keyboard": "^6.0.1",
"ember-cli-sass": "^10.0.1",
"ember-cli-typescript": "^4.0.0",
"ember-element-helper": "^0.3.1",
"ember-focus-trap": "^0.4.0",
"ember-in-element-polyfill": "^1.0.0",
"ember-keyboard": "^6.0.1",
"ember-named-blocks-polyfill": "^0.2.3",
"ember-svg-jar": "github:betocantu93/ember-svg-jar#11e288e32e9195df777587a2c8e5beea12421d1b",
"ember-truth-helpers": "^2.1.0",
"node-sass": "^4.14.1",
"resolve": "^1.13.1",
"ember-named-blocks-polyfill": "^0.2.3"
"resolve": "^1.13.1"
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
Expand Down
Loading

0 comments on commit c723784

Please sign in to comment.