内容简介: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-框架篇
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
嵌入式系统软件设计中的常用算法
周航慈 / 2010-1 / 24.00元
《嵌入式系统软件设计中的常用算法》根据嵌入式系统软件设计需要的常用算法知识编写而成。基本内容有:线性方程组求解、代数插值和曲线拟合、数值积分、能谱处理、数字滤波、数理统计、自动控制、数据排序、数据压缩和检错纠错等常用算法。从嵌入式系统的实际应用出发,用通俗易懂的语言代替枯燥难懂的数学推导,使读者能在比较轻松的条件下学到最基本的常用算法,并为继续学习其他算法打下基础。 《嵌入式系统软件设计中的......一起来看看 《嵌入式系统软件设计中的常用算法》 这本书的介绍吧!