Ember.js 3.3.0-beta.1 和 3.2.0 已发布,Ember 是一个 Web 应用程序,消除了样板,并提供了一个标准的应用程序架构的 JavaScript 框架。
可以看到,本次更新主要是进行了一些 bug 修复,并弃用了一些旧的方法,也新增了一些关于 jQuery 操作的特性。
更新内容如下:
v3.3.0-beta.1 (May 31, 2018)
- #16687 [FEATURE] Implement optional jQuery integration (see emberjs/rfcs#294 for more details).
- #16690 [DEPRECATION] emberjs/rfcs#294 Deprecate accessing
jQuery.Event#originalEvent
. - #16691 [DEPRECATION] emberjs/rfcs#237 Implement
Ember.Map
,Ember.MapWithDefault
, andEmber.OrderedSet
deprecation. - #16692 [DEPRECATION] emberjs/rfcs#322 Implement
Ember.copy
/Ember.Copyable
deprecation.
v3.2.0 (May 31, 2018)
- #16613 [BUGFIX] Prevent errors in ember-engines + 3.1 + proxies.
- #16597 [BUGFIX] Ensure
Ember.run.cancelTimers
is present. - #16605 [BUGFIX] Use resetCache on container destroy
- #16615 [BUGFIX] Fix NAMESPACES_BY_ID leaks
- #16539 [BUGFIX] Ember is already registered by the libraries registry already.
- #16559 [BUGFIX] Fix property normalization, Update glimmer-vm to 0.34.0
- #16563 [BUGFIX] Ensure
ariaRole
can be initially false. - #16550 [BUGFIX] Decrement counter of pending requests in the next tick
- #16551 [BUGFIX] Fix
proto
return value for native classes - #16558 [BUGFIX] Ensure ComponentDefinitions do not leak heap space.
- #16560 [BUGFIX] avoid strict assertion when object proxy calls thru for function
- #16564 [BUGFIX] Ensure Ember.isArray does not trigger proxy assertion.
- #16572 [BUGFIX] Fix curly component class reference setup
- #16493 [BUGFIX] Ensure proxies have access to
getOwner(this)
. - #16494 [BUGFIX] Adjust assertion to allow for either undefined or null
- #16499 [BUGFIX] Object to string serialization
- #16514 [BUGFIX] Bring back (with deprecation) Ember.EXTEND_PROTOTYPES.
- #16520 [BUGFIX] Adds options checking ability to debug/deprecation test helpers
- #16526 [BUGFIX] Ensure setting a
NAME_KEY
does not error. - #16527 [BUGFIX] Update glimmer-vm to 0.33.5.
- #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.
源码下载 https://github.com/emberjs/ember.js/releases
转自 https://www.oschina.net/news/96675/ember-js-3-2-0-released