Ember 3.13 release, JavaScript Web application development framework

Ember project has released version includes Ember.js, Ember Data and Ember CLI 3.13. 3.13 reads as follows:

Ember.js

Ember.js is the core framework for Web applications. Ember.js 3.13 is a progressive, backward compatible Ember release, with bug fixes, performance improvements and minor downgrade. There are five new features in this version:

  • Tracked Property update: it introduces a simpler, more in line with ergonomic system for tracking state changes Ember application
  • Component Templates Co-location: This feature allows you together in the assembly file system templates and JavaScript files. For example, the following components will be a file called user-profile consists of:
app
└── components
    ├── user-profile.hbs
    └── user-profile.js
  • component-class generator: By default, the use ember Generate Component <Component Name> will no longer be generated assembly comprises component classes
  • Detect the edition that is in use: this version when using the @ EMBER / Edition-utils building can be used to detect which version
  • The Add  updateHook the Component Manager-Capability: Component Manager has a new feature that allows you to enter or exit, select whether to use updateComponent hook on the Component Manager

Ember Data 

Ember Data is the official data persistence library Ember.js application. For more information about Ember Data 3.13 in change, see  Ember Data 3.13.0  release notes.

Ember CLI

Ember CLI command is used to manage and packaged applications Ember.js line interface. You can use the ember-cli-update project, easily upgrade Ember CLI.

npm install -g ember-cli-update
ember-cli-update

Change information about Ember CLI, see  Ember CLI 3.13.0  release page.

In addition, Ember version 3.12 is now extended to the LTS, LTS is usually published once every four smaller version. annouce:

https://blog.emberjs.com/2019/09/25/ember-3-13-released.html

Guess you like

Origin www.oschina.net/news/110195/ember-3-13-released