Today the Ember project is releasing version 4.11 of Ember.js, Ember Data, and Ember CLI.
Today the Ember project is releasing version 4.11 of Ember.js, Ember Data, and Ember CLI.
Today the Ember project is releasing version 4.10 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.11 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 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:
Today the Ember project is releasing version 4.9 of Ember.js, Ember Data, and Ember CLI.
Version 4.8 of Ember is now promoted to LTS (Long Term Support).
An LTS version of Ember continues to receive security updates for 9 release cycles (54 weeks) and bugfixes for 6 cycles (36 weeks).
LTS releases typically occur every four minor versions.
The previous LTS version of Ember was 4.4.
The Ember project is pleased to announce that an improved RFC ("request for comments") process has been implemented.
As proposed in RFC #617 "RFC Stages", RFCs will now progress through several stages that now include tracking implementation, release, and completeness of features, as well as design:
Today we are releasing Ember.js 3.24.7, 3.28.10, 4.4.4, 4.8.1, and 4.9.0-beta.3 to patch a security vulnerability. A CVE number is pending and this post will be updated to include it once it's been issued.
Apps that pass untrusted input as paths to EmberObject.setProperties
or EmberObject.set
, or the corresponding standalone functions setProperties
or set
, may get surprising results that, in combination with other application bugs, could lead to cross-site scripting vulnerabilities.
Today the Ember project is releasing version 4.8 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.9 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 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:
We recently made a significant shift in how we think about versioning in Ember, with RFC 0830: Evolving Ember’s Major Version Process. Starting in the current 4.0 cycle, Ember major versions will be 18 months long, running from the .0
release up to the .12
release, and then starting a new major version.
As of ember-source@4.8.0-beta.2
, Ember is shipping a public preview of our official TypeScript support for the framework itself. This is the next step in implementing RFC 0724: Official TypeScript Support and RFC 0800: TypeScript Adoption Plan.
Today the Ember project is releasing version 4.7 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.8 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 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:
Ember 4.5 introduced a long-awaited feature: the ability to use normal JavaScript functions as helpers.
Today, this means two things:
helper()
.In the future, it will also work extra nicely with the upcoming feature!
Let's see what each of those looks like.