We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Ember.String namespace deprecation reads, in part:
Starting with Ember v2.18.0 [TODO: update to proper version], the @ember/string package was extracted from the Ember codebase into a separate module.
@ember/string
Note the [TODO: update to proper version]! If someone can inform me of the actual version, I'm happy to submit a PR to fix it. 😅
[TODO: update to proper version]
The text was updated successfully, but these errors were encountered:
Thanks for finding this @chriskrycho!
To me, it looks like it was extracted here: emberjs/ember.js#16530 and came in at v3.3.0.
v3.3.0
Sorry, something went wrong.
Possible duplicate of #322
I'm working on this!
@chriskrycho we discussed this with @locks and for now we're actually just going to remove the deprecations until this work has progressed further.
That seems totally reasonable. Thanks for the quick follow-through!
Successfully merging a pull request may close this issue.
The Ember.String namespace deprecation reads, in part:
Note the
[TODO: update to proper version]
! If someone can inform me of the actual version, I'm happy to submit a PR to fix it. 😅The text was updated successfully, but these errors were encountered: