You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ember-released-5-7.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ It is not required to keep Ember CLI versions in sync with Ember and EmberData.
86
86
87
87
Ember CLI 5.7 introduced 1 new features.
88
88
89
-
-[#10440](https://github.com/ember-cli/ember-cli/pull/10440) - Add an optional feature `no-implicit-route-model` to allow the removal of the implicit loading of a model per [RFC #774](https://rfcs.emberjs.com/id/0774-implicit-record-route-loading) and facilitated by [`ember-optional-features`](https://github.com/emberjs/ember-optional-features/pull/334) and the [related](https://github.com/emberjs/ember.js/pull/20639) Ember.js pull request.
89
+
-[#10440](https://github.com/ember-cli/ember-cli/pull/10440) - Add an optional feature `no-implicit-route-model` to opt-in to the removal of the implicit loading of a model per [RFC #774](https://rfcs.emberjs.com/id/0774-implicit-record-route-loading) and facilitated by [`ember-optional-features`](https://github.com/emberjs/ember-optional-features/pull/334) and the [related](https://github.com/emberjs/ember.js/pull/20639) Ember.js pull request. Enabling this feature can be used to clear the [deprecation of the implicit route model behavior](https://deprecations.emberjs.com/v5.x#toc_deprecate-implicit-route-model) once you ensure your project is not relying on that behavior.
90
90
91
91
For more details on the changes in Ember CLI 5.7 and detailed upgrade
92
92
instructions, please review the [Ember CLI 5.7.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v5.7.0).
0 commit comments