romulomachado / ember-cli-string-helpers

Set of the String helpers extracted from DockYard's ember-composable-helpers.
Other
73 stars 30 forks source link

Deprecation warnings with Ember 3.25 #303

Closed boris-petrov closed 3 years ago

boris-petrov commented 3 years ago

Version

5.0.0

Steps to reproduce

Just use the plugin.

Expected Behavior

No deprecation warnings.

Actual Behavior

Deprecation warning about using isHTMLSafe and htmlSafe from @ember/string, for example here. This has been deprecated. Instead of importing them from @ember/string, they should be imported from @ember/template.

boris-petrov commented 3 years ago

I believe this has been fixed by #327.