Skip to content
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

Implement ember's component-template-resolving deprecation #2088

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Aug 30, 2024

When using embroider with staticComponents enabled, users will never see Ember's component-template-resolving deprecation, since Embroider takes care of implementing the whole feature at build time before Ember can see it at runtime.

This implements the same deprecation logic in Embroider apps so everybody can stay consistent.

@ef4 ef4 added the bug Something isn't working label Aug 30, 2024
When using embroider with staticComponents enabled, users will never see Ember's [component-template-resolving](https://deprecations.emberjs.com/id/component-template-resolving/) deprecation, since Embroider takes care of implementing the whole feature at build time before Ember can see it at runtime.

This implements the same deprecation logic in Embroider apps so everybody can stay consistent.
@ef4 ef4 force-pushed the separate-template-deprecation branch from 106ceee to 19ab9db Compare August 30, 2024 20:22
@ef4
Copy link
Contributor Author

ef4 commented Sep 6, 2024

Fixes #2066

@ef4
Copy link
Contributor Author

ef4 commented Sep 6, 2024

This needs some test updates

@ef4 ef4 merged commit 33af88c into stable Sep 20, 2024
215 checks passed
@ef4 ef4 deleted the separate-template-deprecation branch September 20, 2024 22:32
@github-actions github-actions bot mentioned this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant