Releases: emberjs/ember.js
Releases · emberjs/ember.js
v4.8.6
v5.1.0-beta.1
v5.0.0
CHANGELOG
- #20438 [BREAKING] Drop support for Node 14
- #20445 [CLEANUP] Update browser support per RFC #685. Minimum support has been updated to Chrome >= 103, Edge >= 110, Firefox >= 102, iOS >= 12, Safari >= 12, ChromeAndroid >= 112, FirefoxAndroid >= 110
- #20379 [CLEANUP] Remove deprecated
@ember/error
package - #20380 [CLEANUP] Remove deprecated
assign
polyfill - #20381 [CLEANUP] Remove deprecated
@ember/string
package - #20382 [CLEANUP] Remove deprecated injection
- #20402 [CLEANUP] Remove support for
ember-cli-mocha
andember-mocha
when generating test blueprints - #20406 [CLEANUP] Remove deprecated auto-location
- #20413 [CLEANUP] Remove deprecated routing.transition-methods
- #20416 [CLEANUP] Finish cleaning up
Location
interface - #20434 [BUGFIX] Fix HistoryLocation preview types
- #20441 [BUGFIX] Fix for TS 5.1 nightly narrowing change
- #20429 [BUGFIX] TS lint-level error in
mixins/-proxy.ts
- #20410 [BUGFIX] Add missing type declarations in the preview types for @ember/template-compilation
v5.0.0-beta.3
CHANGELOG
- Publish v5.0.0-beta.2 again, having fixed publishing automation
v4.4.5
v3.28.12
v5.0.0-beta.2
CHANGELOG
- #20434 [BUGFIX] Fix HistoryLocation preview types
- #20438 [BREAKING] Drop support for Node 14
- #20441 [BUGFIX] Fix for TS 5.1 nightly narrowing change
- #20445 [CLEANUP] Update browser support per RFC #685. Minimum support has been updated to Chrome >= 103, Edge >= 110, Firefox >= 102, iOS >= 12, Safari >= 12, ChromeAndroid >= 112, FirefoxAndroid >= 110
v5.0.0-beta.1
CHANGELOG
- #20429 [BUGFIX] TS lint-level error in
mixins/-proxy.ts
- #20410 [BUGFIX] Add missing type declarations in the preview types for @ember/template-compilation
- #20379 [CLEANUP] Remove deprecated
@ember/error
package - #20380 [CLEANUP] Remove deprecated
assign
polyfill - #20381 [CLEANUP] Remove deprecated
@ember/string
package - #20382 [CLEANUP] Remove deprecated injection
- #20402 [CLEANUP] Drop support for
ember-cli-mocha
andember-mocha
when generating test blueprints - #20406 [CLEANUP] Remove deprecated auto-location
- #20413 [CLEANUP] Remove deprecated routing.transition-methods
- #20414 [CLEANUP] Add @ember/string to smoke-tests app
- #20415 [CLEANUP] Remove unused imports
- #20416 [CLEANUP] Finish cleaning up
Location
interface
v4.12.0
CHANGELOG
- #20352 [FEATURE] Enable generating Typescript blueprints when
isTypeScriptProject
is true without additional environment variables per RFC #800. - #20355 [FEATURE] Enhance the Typescript blueprint for generated services per RFC #800.
- #20356 [FEATURE] Generate signature in Typescript component blueprints per RFC #800.
- #20388 [BUGFIX] Don't run getters while applying mixins
- #20398 [BUGFIX] Fix runloop types on TS 5.0+
- #20385 [BUGFIX] Improve error for owner methods called after destroy