Skip to content

Commit

Permalink
Merge pull request #38 from Serabe/fix/mv-ishtml-to-component
Browse files Browse the repository at this point in the history
Change htmlSafe and isHTMLSafe import path
  • Loading branch information
rwjblue authored Dec 14, 2017
2 parents 82c41ff + 1ff95b9 commit eb03561
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,12 +881,32 @@
"global": "Ember.String.htmlSafe",
"module": "@ember/string",
"export": "htmlSafe",
"deprecated": true,
"replacement": {
"module": "@ember/template",
"export": "htmlSafe"
}
},
{
"global": "Ember.String.htmlSafe",
"module": "@ember/template",
"export": "htmlSafe",
"deprecated": false
},
{
"global": "Ember.String.isHTMLSafe",
"module": "@ember/string",
"export": "isHTMLSafe",
"deprecated": true,
"replacement": {
"module": "@ember/template",
"export": "isHTMLSafe"
}
},
{
"global": "Ember.String.isHTMLSafe",
"module": "@ember/template",
"export": "isHTMLSafe",
"deprecated": false
},
{
Expand Down

0 comments on commit eb03561

Please sign in to comment.