

























Today the Ember project is releasing version 5.1 of Ember.js, EmberData, and Ember CLI.
This release kicks off the 5.2 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.js is the core framework for building ambitious web applications.
The headlining feature of this release is stable TypeScript support! 🎉 The framework now publishes TypeScript types built from Ember's own source code, with Ember's strong Semantic Versioning commitment baked in—bringing benefits for both TypeScript and JavaScript users. For details, a couple important caveats, and a migration guide, check out the accompanying blog post.
Ember.js 5.1 is an incremental, backwards compatible release of Ember with bug fixes, performance improvements, and minor deprecations.
Ember.js 5.1 introduced 1 bug fix:
Ember.js 5.1 introduced 1 feature:
Ember.js 5.1 introduced 0 deprecations.
For more details on changes in Ember.js 5.1, please review the Ember.js 5.1.0 release page.
EmberData is the official data persistence library for Ember.js applications.
EmberData 5.1 introduced 2 bug fixes:
NotificationManager should only invoke resource/document callbacks owned by the originating store.EmberData 5.1 introduced 0 features.
EmberData 5.1 introduced 0 deprecations.
For more details on changes in EmberData 5.1, please review the EmberData 5.1.0 release page and for future planning please refer to the new 🔥 EmberData Roadmap.
Ember CLI is the command line interface for managing and packaging Ember.js applications.
You may upgrade Ember CLI using the ember-cli-update project:
npx 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.
While it is recommended to keep Ember CLI versions in sync with Ember and EmberData, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or EmberData by editing package.json to revert the changes to the lines containing ember-source and ember-data.
Ember CLI 5.1 introduced 2 bug fixes:
Ember CLI 5.1 introduced 2 features:
Ember CLI 5.1 introduced 0 deprecations.
For more details on the changes in Ember CLI 5.1 and detailed upgrade instructions, please review the Ember CLI 5.1.0 release page.
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.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。