From 9aace3e294cbadd8a6be45c4335f36fbbc87fe36 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Thu, 3 Dec 2020 19:51:01 +0000 Subject: [PATCH 01/10] add 3.23 boilerplate --- source/2020-12-07-ember-3-23.md | 93 +++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 source/2020-12-07-ember-3-23.md diff --git a/source/2020-12-07-ember-3-23.md b/source/2020-12-07-ember-3-23.md new file mode 100644 index 000000000..98ffd02e4 --- /dev/null +++ b/source/2020-12-07-ember-3-23.md @@ -0,0 +1,93 @@ +--- +title: Ember 3.23 Released +author: Ricardo Mendes +tags: Releases, 2020, 3, 3.23, Version 3.x +responsive: true +--- + +Today the Ember project is releasing version VER of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.5 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases. + +You can read more about our general release process here: + +- [Release Dashboard](http://emberjs.com/releases/) +- [The Ember Release Cycle](http://emberjs.com/blog/2013/09/06/new-ember-release-process.html) +- [The Ember Project](http://emberjs.com/blog/2015/06/16/ember-project-at-2-0.html) +- [Ember LTS Releases](http://emberjs.com/blog/2016/02/25/announcing-embers-first-lts.html) + +--- + +## Ember.js + +Ember.js is the core framework for building ambitious web applications. + +### Changes in Ember.js VER + +Ember.js VER is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There is COUNT (#) new feature, COUNT (#) deprecations, and COUNT (#) bugfixes in this version. + +#### New Features (2) + +First new feature (1 of 2) + +Second new feature (2 of 2) + +#### Deprecations (0) + +Deprecations are added to Ember.js when an API will be removed at a later date. Each deprecation has an entry in the deprecation guide describing the migration path to a more stable API. Deprecated public APIs are not removed until a major release of the framework. + +Consider using the [ember-cli-deprecation-workflow](https://github.com/mixonic/ember-cli-deprecation-workflow) addon if you would like to upgrade your application without immediately addressing deprecations. + +For more details on changes in Ember.js VER, please review the [Ember.js VER.0 release page](https://github.com/emberjs/ember.js/releases/tag/vVER.0). + +--- + +## Ember Data + +Ember Data is the official data persistence library for Ember.js applications. + +### Changes in Ember Data VER + +#### New Features (0) + +No new features introduced in Ember Data VER. + +#### Deprecations (0) + +No new deprecations introduced in Ember Data VER. + +For more details on changes in Ember Data VER, please review the +[Ember Data VER.0 release page](https://github.com/emberjs/data/releases/tag/vVER.0). + +--- + +## Ember CLI + +Ember CLI is the command line interface for managing and packaging Ember.js applications. + +### Upgrading Ember CLI + + +You may upgrade Ember CLI easily using the ember-cli-update project: + +```bash +npm install -g ember-cli-update +ember-cli-update +``` + +This utility will help you to update your app or add-on to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. For more information on the `ember-cli-update` project, see [the github README](https://github.com/ember-cli/ember-cli-update). + +While it is recommended to keep Ember CLI versions in sync with Ember and Ember Data, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or Ember Data by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`. + +### Changes in Ember CLI VER + +#### New Features (X) + +#### Deprecations (X) + +--- + +For more details on the changes in Ember CLI VER and detailed upgrade +instructions, please review the [Ember CLI VER.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/vVER.0). + +## Thank You! + +As a community-driven open-source project with an ambitious scope, each of these releases serve as a reminder that the Ember project would not have been possible without your continued support. We are extremely grateful to our contributors for their efforts. From 277a9d46a82d140f13286b2ecd3b09f2bc368371 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Thu, 3 Dec 2020 20:25:00 +0000 Subject: [PATCH 02/10] update version number --- source/2020-12-07-ember-3-23.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/2020-12-07-ember-3-23.md b/source/2020-12-07-ember-3-23.md index 98ffd02e4..4d9ede946 100644 --- a/source/2020-12-07-ember-3-23.md +++ b/source/2020-12-07-ember-3-23.md @@ -5,7 +5,7 @@ tags: Releases, 2020, 3, 3.23, Version 3.x responsive: true --- -Today the Ember project is releasing version VER of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.5 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases. +Today the Ember project is releasing version 3.23 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.5 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases. You can read more about our general release process here: @@ -20,9 +20,9 @@ You can read more about our general release process here: Ember.js is the core framework for building ambitious web applications. -### Changes in Ember.js VER +### Changes in Ember.js 3.23 -Ember.js VER is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There is COUNT (#) new feature, COUNT (#) deprecations, and COUNT (#) bugfixes in this version. +Ember.js 3.23 is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There is COUNT (#) new feature, COUNT (#) deprecations, and COUNT (#) bugfixes in this version. #### New Features (2) @@ -36,7 +36,7 @@ Deprecations are added to Ember.js when an API will be removed at a later date. Consider using the [ember-cli-deprecation-workflow](https://github.com/mixonic/ember-cli-deprecation-workflow) addon if you would like to upgrade your application without immediately addressing deprecations. -For more details on changes in Ember.js VER, please review the [Ember.js VER.0 release page](https://github.com/emberjs/ember.js/releases/tag/vVER.0). +For more details on changes in Ember.js 3.23, please review the [Ember.js 3.23.0 release page](https://github.com/emberjs/ember.js/releases/tag/v3.23.0). --- @@ -44,7 +44,7 @@ For more details on changes in Ember.js VER, please review the [Ember.js VER.0 r Ember Data is the official data persistence library for Ember.js applications. -### Changes in Ember Data VER +### Changes in Ember Data 3.23 #### New Features (0) @@ -77,7 +77,7 @@ This utility will help you to update your app or add-on to the latest Ember CLI While it is recommended to keep Ember CLI versions in sync with Ember and Ember Data, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or Ember Data by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`. -### Changes in Ember CLI VER +### Changes in Ember CLI 3.23 #### New Features (X) @@ -85,8 +85,8 @@ While it is recommended to keep Ember CLI versions in sync with Ember and Ember --- -For more details on the changes in Ember CLI VER and detailed upgrade -instructions, please review the [Ember CLI VER.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/vVER.0). +For more details on the changes in Ember CLI 3.23 and detailed upgrade +instructions, please review the [Ember CLI 3.23.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v3.23.0). ## Thank You! From 5fc7c6c51bd025e7e8bc207f4e2a283ed196fe47 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Thu, 3 Dec 2020 20:25:33 +0000 Subject: [PATCH 03/10] fill out Ember CLI section --- source/2020-12-07-ember-3-23.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/2020-12-07-ember-3-23.md b/source/2020-12-07-ember-3-23.md index 4d9ede946..b854d3adf 100644 --- a/source/2020-12-07-ember-3-23.md +++ b/source/2020-12-07-ember-3-23.md @@ -79,9 +79,7 @@ While it is recommended to keep Ember CLI versions in sync with Ember and Ember ### Changes in Ember CLI 3.23 -#### New Features (X) - -#### Deprecations (X) +Blueprints for new applications were updated for the new testing setup ([#9340](https://github.com/ember-cli/ember-cli/pull/9340), [#9371](https://github.com/ember-cli/ember-cli/pull/9371/files)). --- From 2d4daa1671de5cbe90ec22b9300e8045b05f7458 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Thu, 3 Dec 2020 20:42:01 +0000 Subject: [PATCH 04/10] fill ember-data section still need to properly fill out deprecation once respective guide is published --- source/2020-12-07-ember-3-23.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/source/2020-12-07-ember-3-23.md b/source/2020-12-07-ember-3-23.md index b854d3adf..3b85d5627 100644 --- a/source/2020-12-07-ember-3-23.md +++ b/source/2020-12-07-ember-3-23.md @@ -46,17 +46,24 @@ Ember Data is the official data persistence library for Ember.js applications. ### Changes in Ember Data 3.23 -#### New Features (0) +This release included several bug fixes and improvements, such as: +- Improved debug message ([#7337](https://github.com/emberjs/data/pull/7337)). +- Polymorphic relation type changes on first load ([#7363](https://github.com/emberjs/data/pull/7363/files)). -No new features introduced in Ember Data VER. +#### Deprecations (1) + +**najax when ember-fetch is also a dependency** + +[#7230](https://github.com/emberjs/data/pull/7230). +_editor note_ will fill out once the pending deprecation guide is out. -#### Deprecations (0) No new deprecations introduced in Ember Data VER. For more details on changes in Ember Data VER, please review the [Ember Data VER.0 release page](https://github.com/emberjs/data/releases/tag/vVER.0). + --- ## Ember CLI From c849aca08983e47058c49fc9c1b712674f85e10d Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Sat, 5 Dec 2020 08:25:49 -0600 Subject: [PATCH 05/10] Updated file name --- ...2020-12-07-ember-3-23.md => 2020-12-07-ember-3-23-released.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename source/{2020-12-07-ember-3-23.md => 2020-12-07-ember-3-23-released.md} (100%) diff --git a/source/2020-12-07-ember-3-23.md b/source/2020-12-07-ember-3-23-released.md similarity index 100% rename from source/2020-12-07-ember-3-23.md rename to source/2020-12-07-ember-3-23-released.md From 7e2fda0f3007e278628ad8fe316ab9a3d308f152 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Sat, 5 Dec 2020 08:30:52 -0600 Subject: [PATCH 06/10] Updated default writeup to better match the previous release notes --- source/2020-12-07-ember-3-23-released.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/source/2020-12-07-ember-3-23-released.md b/source/2020-12-07-ember-3-23-released.md index 3b85d5627..0cbe59386 100644 --- a/source/2020-12-07-ember-3-23-released.md +++ b/source/2020-12-07-ember-3-23-released.md @@ -1,11 +1,13 @@ --- title: Ember 3.23 Released -author: Ricardo Mendes +author: Ricardo Mendes, Isaac Lee tags: Releases, 2020, 3, 3.23, Version 3.x responsive: true --- -Today the Ember project is releasing version 3.23 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.5 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases. +Today the Ember project is releasing version 3.23 of Ember.js, Ember Data, and Ember CLI. + +This release kicks off the 3.24 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases. You can read more about our general release process here: @@ -22,7 +24,7 @@ Ember.js is the core framework for building ambitious web applications. ### Changes in Ember.js 3.23 -Ember.js 3.23 is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There is COUNT (#) new feature, COUNT (#) deprecations, and COUNT (#) bugfixes in this version. +Ember.js 3.23 is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There are COUNT (#) features, COUNT (#) deprecations, and COUNT (#) bugfixes in this version. #### New Features (2) @@ -47,6 +49,7 @@ Ember Data is the official data persistence library for Ember.js applications. ### Changes in Ember Data 3.23 This release included several bug fixes and improvements, such as: + - Improved debug message ([#7337](https://github.com/emberjs/data/pull/7337)). - Polymorphic relation type changes on first load ([#7363](https://github.com/emberjs/data/pull/7363/files)). @@ -60,9 +63,8 @@ _editor note_ will fill out once the pending deprecation guide is out. No new deprecations introduced in Ember Data VER. -For more details on changes in Ember Data VER, please review the -[Ember Data VER.0 release page](https://github.com/emberjs/data/releases/tag/vVER.0). - +For more details on changes in Ember Data 3.23, please review the +[Ember Data 3.23.0 release page](https://github.com/emberjs/data/releases/tag/v3.23.0). --- @@ -76,11 +78,10 @@ Ember CLI is the command line interface for managing and packaging Ember.js appl You may upgrade Ember CLI easily using the ember-cli-update project: ```bash -npm install -g ember-cli-update -ember-cli-update +npx ember-cli-update ``` -This utility will help you to update your app or add-on to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. For more information on the `ember-cli-update` project, see [the github README](https://github.com/ember-cli/ember-cli-update). +This utility will help you to update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. For more information on the `ember-cli-update` project, see [the GitHub README](https://github.com/ember-cli/ember-cli-update). While it is recommended to keep Ember CLI versions in sync with Ember and Ember Data, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or Ember Data by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`. @@ -91,8 +92,8 @@ Blueprints for new applications were updated for the new testing setup ([#9340]( --- For more details on the changes in Ember CLI 3.23 and detailed upgrade -instructions, please review the [Ember CLI 3.23.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v3.23.0). +instructions, please review the [Ember CLI 3.23.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v3.23.0). ## Thank You! -As a community-driven open-source project with an ambitious scope, each of these releases serve as a reminder that the Ember project would not have been possible without your continued support. We are extremely grateful to our contributors for their efforts. +As a community-driven open-source project with an ambitious scope, each of these releases serves as a reminder that the Ember project would not have been possible without your continued support. We are extremely grateful to our contributors for their efforts. From 27e1981eb5bcd4b787eab85035cf0b8eed9b22ff Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Sat, 5 Dec 2020 08:53:06 -0600 Subject: [PATCH 07/10] Described bug fixes that landed in Ember.js 3.23 --- source/2020-12-07-ember-3-23-released.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/2020-12-07-ember-3-23-released.md b/source/2020-12-07-ember-3-23-released.md index 0cbe59386..228d595df 100644 --- a/source/2020-12-07-ember-3-23-released.md +++ b/source/2020-12-07-ember-3-23-released.md @@ -24,7 +24,16 @@ Ember.js is the core framework for building ambitious web applications. ### Changes in Ember.js 3.23 -Ember.js 3.23 is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There are COUNT (#) features, COUNT (#) deprecations, and COUNT (#) bugfixes in this version. +Ember.js 3.23 is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. + +Ember.js 3.23 introduced several bug fixes, including: + +- Updated Glimmer (rendering engine) to improve developer experience with debugging ([#19213](https://github.com/emberjs/ember.js/pull/19213)) +- Ensured that `(fn (mut ...))` works with falsy values ([#19221](https://github.com/emberjs/ember.js/pull/19221)) +- Fixed bugs in query parameters with intermediate transitions ([#19249](https://github.com/emberjs/ember.js/pull/19249)) +- Prevented multiple serialization of query parameters on `activeTransition` ([#19236](https://github.com/emberjs/ember.js/pull/19236)) +- Prevented dynamic invocation of string value when referenced directly in angle brackets ([#19122](https://github.com/emberjs/ember.js/pull/19122)) +- Issued a deprecation for tracked mutation in `constructor` during rendering ([#19282](https://github.com/emberjs/ember.js/pull/19282)) ⚠️ #### New Features (2) From 21b85f0bf71083c07f3813f68a73bbc6833322db Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Sat, 5 Dec 2020 09:12:18 -0600 Subject: [PATCH 08/10] Described features and deprecations that landed in Ember.js 3.23 --- source/2020-12-07-ember-3-23-released.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/2020-12-07-ember-3-23-released.md b/source/2020-12-07-ember-3-23-released.md index 228d595df..e1bbc6545 100644 --- a/source/2020-12-07-ember-3-23-released.md +++ b/source/2020-12-07-ember-3-23-released.md @@ -35,17 +35,17 @@ Ember.js 3.23 introduced several bug fixes, including: - Prevented dynamic invocation of string value when referenced directly in angle brackets ([#19122](https://github.com/emberjs/ember.js/pull/19122)) - Issued a deprecation for tracked mutation in `constructor` during rendering ([#19282](https://github.com/emberjs/ember.js/pull/19282)) ⚠️ -#### New Features (2) +#### New Features -First new feature (1 of 2) + +Ember.js 3.23 introduced 2 features. -Second new feature (2 of 2) +1. Implemented and enabled `invokeHelper` from [JavaScript Helper Invocation API RFC](https://github.com/emberjs/rfcs/blob/master/text/0626-invoke-helper.md). The `invokeHelper` can be used to create and call an instance of the helper in a component. ([#19171](https://github.com/emberjs/ember.js/pull/19171), [#19182](https://github.com/emberjs/ember.js/pull/19182)) +2. Implemented and enabled helper manager from [Helper Managers RFC](https://github.com/emberjs/rfcs/blob/master/text/0625-helper-managers.md). It provides a low-level primitive for defining helpers. ([#19160](https://github.com/emberjs/ember.js/pull/19160), [#19182](https://github.com/emberjs/ember.js/pull/19182)) -#### Deprecations (0) +#### Deprecations -Deprecations are added to Ember.js when an API will be removed at a later date. Each deprecation has an entry in the deprecation guide describing the migration path to a more stable API. Deprecated public APIs are not removed until a major release of the framework. - -Consider using the [ember-cli-deprecation-workflow](https://github.com/mixonic/ember-cli-deprecation-workflow) addon if you would like to upgrade your application without immediately addressing deprecations. +Ember.js 3.23 introduced 0 deprecations. For more details on changes in Ember.js 3.23, please review the [Ember.js 3.23.0 release page](https://github.com/emberjs/ember.js/releases/tag/v3.23.0). From 0e177daaf0b7b56c940fd599d46950bb9567a610 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Mon, 14 Dec 2020 22:36:50 +0000 Subject: [PATCH 09/10] Update 2020-12-07-ember-3-23-released.md --- source/2020-12-07-ember-3-23-released.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/2020-12-07-ember-3-23-released.md b/source/2020-12-07-ember-3-23-released.md index e1bbc6545..825384f0b 100644 --- a/source/2020-12-07-ember-3-23-released.md +++ b/source/2020-12-07-ember-3-23-released.md @@ -66,11 +66,8 @@ This release included several bug fixes and improvements, such as: **najax when ember-fetch is also a dependency** -[#7230](https://github.com/emberjs/data/pull/7230). -_editor note_ will fill out once the pending deprecation guide is out. - - -No new deprecations introduced in Ember Data VER. +Building on the deprecation of the previous minor version, [#7230](https://github.com/emberjs/data/pull/7230) also triggers a deprecation warning when `ember-fetch` is installed to better guide users on how to update their app. +You can consult the [Deprecate `najax` request](https://deprecations.emberjs.com/ember-data/v3.x/#toc_ember-data-najax-fallback) deprecation guide for more information. For more details on changes in Ember Data 3.23, please review the [Ember Data 3.23.0 release page](https://github.com/emberjs/data/releases/tag/v3.23.0). From 1202341bb50916c99d5b52a9d769b435fdfb92f5 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Mon, 14 Dec 2020 22:42:50 +0000 Subject: [PATCH 10/10] Update 2020-12-07-ember-3-23-released.md --- source/2020-12-07-ember-3-23-released.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/2020-12-07-ember-3-23-released.md b/source/2020-12-07-ember-3-23-released.md index 825384f0b..d7bf725c7 100644 --- a/source/2020-12-07-ember-3-23-released.md +++ b/source/2020-12-07-ember-3-23-released.md @@ -93,7 +93,8 @@ While it is recommended to keep Ember CLI versions in sync with Ember and Ember ### Changes in Ember CLI 3.23 -Blueprints for new applications were updated for the new testing setup ([#9340](https://github.com/ember-cli/ember-cli/pull/9340), [#9371](https://github.com/ember-cli/ember-cli/pull/9371/files)). +No significant changes were introduced in this version of Ember CLI. +Upcoming changes to how the blueprint for new applications sets up testing were delayed to next minor version due to regressions. ---