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
Under the template tag guide there are listed old and already removed helpers like with and loc. There is also readonly listed, which is private.
with
loc
readonly
Here a list:
hasBlock
has-block
We should remove them for current docs page.
Docs link: https://github.com/ember-learn/guides-source/blob/master/guides/release/components/template-tag-format.md#keywords
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Under the template tag guide there are listed old and already removed helpers like
with
andloc
.There is also
readonly
listed, which is private.Here a list:
with
was deprecates in v3 (https://deprecations.emberjs.com/ember/v3.x/#toc_ember-glimmer-with-syntax)loc
was deprecated in v3 (https://deprecations.emberjs.com/v3.x#toc_ember-string-loc)hasBlock
was replaced withhas-block
readonly
is since begin a private helper so we should remove from guide docs (https://api.emberjs.com/ember/5.8/classes/Ember.Templates.helpers/methods/readonly?anchor=readonly&show=inherited%2Cprivate)We should remove them for current docs page.
Docs link:
https://github.com/ember-learn/guides-source/blob/master/guides/release/components/template-tag-format.md#keywords
The text was updated successfully, but these errors were encountered: