-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing htmlSafe
and isHTMLSafe
#235
Comments
Oh, this topic has been raised already, in #217, and fixed. But no new releases were since then, so obviously clean install of npm's didn't help. Do you by any chance plan to release new version soon? |
This continues to be a serious hazard for apps. The problem is that an addon can pull this package into the build, and it can break an unrelated addon that was relying on the deprecated methods. Because both ember-source and
I am in favor of backporting deprecated implementations. As far as I can tell, we should release 1.x, 2.x, and 3.x patches because even |
I added versions of these methods that error with explanation in #367 |
After bumping Ember to 3.24 in our project I got the following errors:
(and a screenshot of the errors if this is helpful)
Interestingly enough, this package exposes TS definitions, and also there're definitions at
@types/ember__string
. And the latter does exposehtmlSafe
andisHTMLSafe
The text was updated successfully, but these errors were encountered: