Skip to content

Commit

Permalink
Merge pull request #125 from ember-learn/release-5-7
Browse files Browse the repository at this point in the history
Release 5.7
  • Loading branch information
jaredgalanis authored Mar 9, 2024
2 parents 2033cb0 + 251487c commit 30bb5a7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/utils/ember-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ export const VERSIONS = Object.freeze([
'5.4',
'5.5',
'5.6',
'5.7',
]);
7 changes: 7 additions & 0 deletions source/ember-cli-changes/5.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: '5.7'
changes:
- feature: true
title: 'Add an optional feature `no-implicit-route-model` to opt-in to the removal of the implicit loading of a model'
link: 'https://blog.emberjs.com/ember-released-5-7'
---
10 changes: 10 additions & 0 deletions source/ember-js-changes/5.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: '5.7'
changes:
- feature: true
title: 'Add an optional feature `no-implicit-route-model` to opt-in to the removal of the implicit loading of a model'
link: 'https://blog.emberjs.com/ember-released-5-7'
- feature: true
title: 'Add explicit support for TypeScript versions 5.1, 5.2, and 5.3'
link: 'https://blog.emberjs.com/ember-released-5-7'
---
8 changes: 4 additions & 4 deletions tests/acceptance/changes-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module('Acceptance | changes', function (hooks) {

assert.strictEqual(
newFeaturesInEmberJS.length,
40,
'We see 40 new features that occurred in Ember.js since version 3.15'
42,
'We see 42 new features that occurred in Ember.js since version 3.15'
);

// Check deprecations in Ember.js
Expand Down Expand Up @@ -60,8 +60,8 @@ module('Acceptance | changes', function (hooks) {

assert.strictEqual(
newFeaturesInEmberCLI.length,
69,
'We see 69 new features that occurred in Ember CLI since version 3.15'
70,
'We see 70 new features that occurred in Ember CLI since version 3.15'
);

// Check deprecations in Ember CLI
Expand Down

0 comments on commit 30bb5a7

Please sign in to comment.