-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from ember-learn/release-5-10
Release 5.10
- Loading branch information
Showing
4 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,5 @@ export const VERSIONS = Object.freeze([ | |
'5.7', | ||
'5.8', | ||
'5.9', | ||
'5.10', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters