内容简介:Ember.js 3.3.0-beta.1 和 3.2.0 已发布,Ember 是一个 Web 应用程序,消除了样板,并提供了一个标准的应用程序架构的 JavaScript 框架。 可以看到,本次更新主要是进行了一些 bug 修复,并弃用了一些旧的方法,也...
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
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 基于Google MVVM框架的baseMVVM框架
- Spring 框架是怎么出生的(二):重构提炼出框架
- Spring 框架是怎么出生的(二):重构提炼出框架
- Genesis框架从入门到精通(7): 框架的过滤器
- 如何打造自己的POC框架-Pocsuite3-框架篇
- 如何打造自己的PoC框架-Pocsuite3-框架篇
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。