Skip to content

Commit

Permalink
blog(embertimes170): 3.23 release (#839)
Browse files Browse the repository at this point in the history
* blog(embertimes170): 3.23 release

* Update source/2020-12-18-the-ember-times-issue-170.md

Co-authored-by: Isaac Lee <16869656+ijlee2@users.noreply.github.com>

* Update source/2020-12-18-the-ember-times-issue-170.md

Co-authored-by: Isaac Lee <16869656+ijlee2@users.noreply.github.com>

Co-authored-by: Isaac Lee <16869656+ijlee2@users.noreply.github.com>
  • Loading branch information
chrisrng and ijlee2 authored Dec 18, 2020
1 parent dc0738e commit a7aeb82
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion source/2020-12-18-the-ember-times-issue-170.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ responsive: true
---

๐Ÿ‘ Emberistas! ๐Ÿน

Ember 3.23 is Released! ๐Ÿน,
Explore Ember/Glimmer component performance ๐Ÿš…,
<!--alex ignore nuts-->
Read the blog post on the Ember Octane mental model โœ๏ธ,
Expand All @@ -17,6 +17,20 @@ READMORE

---

## [Ember 3.23 Released ๐Ÿน](https://blog.emberjs.com/2020/12/14/ember-3-23-released.html)

Version 3.23 of Ember.js, Ember Data, and Ember CLI was released on December 14, 2020! Please use the [ember-try](https://github.com/ember-cli/ember-try) addon to continuously test your projects against the latest Ember releases.

Ember.js 3.23 included [improved error ergonomics](https://github.com/emberjs/ember.js/pull/19213), the `invokeHelper` from [JavaScript Helper Invocation API RFC](https://github.com/emberjs/rfcs/blob/master/text/0626-invoke-helper.md), and the helper manager from [Helper Managers RFC](https://github.com/emberjs/rfcs/blob/master/text/0625-helper-managers.md). There were no deprecations in Ember 3.23.

Ember Data 3.23 [deprecates](https://deprecations.emberjs.com/ember-data/v3.x/#toc_ember-data-najax-fallback) `najax` requests when `ember-fetch` is installed to better guide users on how to update their app. If you do not have jQuery [enabled](https://guides.emberjs.com/release/configuring-ember/optional-features/), this deprecation does not apply to you.

There were [no significant changes](https://github.com/ember-cli/ember-cli/releases/tag/v3.23.0) in Ember CLI 3.23.

Read the full [Ember 3.23 release notes](https://blog.emberjs.com/2020/12/14/ember-3-23-released.html) for the complete information.

---

## [Glimmer and Ember component performance playground ๐Ÿš…](https://nullvoxpopuli.github.io/ember-three-boxes-demo/)

> Using @glimmer/component instead of @ember/component can get you up to 2x speed boosts at almost half the memory consumption.
Expand Down

0 comments on commit a7aeb82

Please sign in to comment.