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

[BUGFIX beta] Add url to deprecate-implicit-route-model deprecation #20524

Conversation

bertdeblock
Copy link
Member

Addresses #20376 (comment).

@@ -1251,8 +1251,9 @@ class Route<Model = unknown> extends EmberObject.extend(ActionHandler, Evented)
{
id: 'deprecate-implicit-route-model',
for: 'ember-source',
since: { available: '5.3.0' },
since: { available: '5.3.0', enabled: '5.3.0' },
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added enabled as well, since it will be enabled right away when released I think.

@kategengler
Copy link
Member

thank you!!

@kategengler kategengler merged commit 1cd116d into emberjs:main Aug 17, 2023
18 checks passed
@kategengler kategengler changed the title Add url to deprecate-implicit-route-model deprecation [BUGFIX beta] Add url to deprecate-implicit-route-model deprecation Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants