Ember.js 3.1.0 和 3.2.0 beta 1 发布了。Ember是一个雄心勃勃的Web应用程序,消除了样板,并提供了一个标准的应用程序架构的JavaScript框架。更新内容如下:
v3.2.0-beta.1
- #16250 [DEPRECATION] Deprecation of
Ember.Logger
- #16436 [BUGFIX] Refactor
CoreObject
to leverage native JS semantics. - #16382 Upgrade
backburner.js
to 2.2.2. - #16387 [BUGFIX] Add an assertion that actions cannot be sent from a destroyed/destroying object
- #16386 [BUGFIX] Add an assertion if you attempt a
transitionTo
when the app is destroyed - #16433 [CLEANUP] Remove
content
alias - #16462 [CLEANUP] Remove deprecated
MODEL_FACTORY_INJECTIONS
- emberjs/rfcs#286 [FEATURE] Enabled block
let
handlebars helper by default.
下载地址:
v3.1.0
- #16293 [BUGFIX] Ignore –pod for -addon blueprints: helper, initializer, and instance-initializer
- #16312 [DEPRECATION] Deprecate
Route.prototype.router
in favor ofRoute.prototype._router
- #16326 [BUGFIX] Expanded syntax error for if handlebars helper to include source of error
- #16350 [BUGFIX] Fix initializers tests blueprints
- #16294 [BUGFIX] Fix input macro params handling
- #16307 [BUGFIX] Ensure proper .toString() of default components.
- #16287 [BUGFIX] Update to router_js@2.0.0-beta.2.
- #16245 [BUGFIX] Ensure errors in deferred component hooks can be recovered.
- #16246 [BUGFIX] computed.sort should not sort if sortProperties is empty
- emberjs/rfcs#276 [FEATURE named-args] enabled by default.
- emberjs/rfcs#278 [FEATURE template-only-glimmer-components] Enable-able via
@ember/optional-features
addon. - emberjs/rfcs#280 [FEATURE application-template-wrapper] Enable-able via
@ember/optional-features
addon. - emberjs/rfcs#281 [FEATURE native-es5-getters] Enabled by default.
- #15828 Upgrade glimmer-vm to latest version.
下载地址:
转自 https://www.oschina.net/news/95048/emberjs-3-1-0-and-3-2-0-beta2-released