Skip to content

Commit

Permalink
Merge pull request #128 from ember-learn/release-5-10
Browse files Browse the repository at this point in the history
Release 5.10
  • Loading branch information
jaredgalanis authored Jul 12, 2024
2 parents 2ee6df1 + 016cfc0 commit 00b7085
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 @@ -105,4 +105,5 @@ export const VERSIONS = Object.freeze([
'5.7',
'5.8',
'5.9',
'5.10',
]);
7 changes: 7 additions & 0 deletions source/ember-cli-changes/5.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: '5.10'
changes:
- feature: true
title: 'update blueprint to specify a locale as the test helper `setupIntl()` in `ember-intl@v7` requires end-developers to specify a locale.'
link: 'https://blog.emberjs.com/ember-released-5-10'
---
10 changes: 10 additions & 0 deletions source/ember-js-changes/5.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: '5.10'
changes:
- deprecation: true
title: 'deprecate non-colocated component template resolution per RFC #995'
link: 'https://blog.emberjs.com/ember-released-5-10'
- deprecation: true
title: 'deprecate array prototype extensions per RFC 848'
link: 'https://blog.emberjs.com/ember-released-5-10'
---
8 changes: 4 additions & 4 deletions tests/acceptance/changes-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module('Acceptance | changes', function (hooks) {

assert.strictEqual(
deprecationsInEmberJS.length,
31,
'We see 31 deprecations that occurred in Ember.js since version 3.15'
33,
'We see 33 deprecations that occurred in Ember.js since version 3.15'
);

// Check new features in Ember Data
Expand Down Expand Up @@ -60,8 +60,8 @@ module('Acceptance | changes', function (hooks) {

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

// Check deprecations in Ember CLI
Expand Down

0 comments on commit 00b7085

Please sign in to comment.