内容简介:Ember.js 2.15.0 和 2.16.0-beta.1 已发布,更新如下: 2.16.0-beta.1 #14764 Fixed string capitalize for accented characters. #15528 [DEPRECATION] Deprecate Controller#content alias. #15552 [FEAT...
Ember.js 2.15.0 和 2.16.0-beta.1 已发布,更新如下:
2.16.0-beta.1
#14764 Fixed string capitalize for accented characters.
#15528 [DEPRECATION] Deprecate
Controller#content
alias.#15552 [FEATURE] Update blueprints and tests to RFC #176.
2.15.0
#15577 [BUGFIX] Include missing sourcemaps in vendorTree.
#14848 [BUGFIX] Allow boolean values for current-when
#15572 [BUGFIX] Fix issue with using negative numbers as an argument passed in from the template.
#15535 [BUGFIX] Ensure that properties of functions are able to be rendered.
#14753 [BUGFIX] Fix
<input type=XXX>
feature detect issue affecting Safari.#15176 [BUGFIX] Ensure
Controller.prototype.replaceRoute
considers engine's mount point.#15513 [BUGFIX] Release root components after they are destroyed.
#15511 [BUGFIX] Fixes
onFulfillment
beingundefined
when stepping through RSVP code.#15510 [BUGFIX] Make sure notification changes are properly triggered for firstObject/lastObject.
#15502 [BUGFIX] Work around a browser bug that causes
getOwner
to sometimes returnundefined
.#14338 [FEATURE] Remove explicit names from initializers.
#15325 / #15326 [FEATURE ember-engines-mount-params] Allow
{{mount
to accept amodel
named parameter.#15347 [BUGFIX] Make better errors for meta updates after object destruction.
#15411 [CLEANUP] Remove deprecated
Ember.Backburner
.#15366 [BUGFIX] Allow numeric keys for the
get
helper.#14805 / #14861 / #14979 / #15414 / #15415 [FEATURE ember-routing-router-service] Enable by default.
#15193 [CLEANUP] Remove
owner._lookupFactory
support.
下载地址:
2.15.0
2.16.0-beta.1
Ember.js 是一个用于创建 web 应用的 JavaScript MVC 框架,采用基于字符串的 Handlebars 模板,支持双向绑定、观察者模式、计算属性(依赖其他属性动态变化)、自动更新模板、路由控制、状态机等。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- fastjson 1.2.55 版本发布,Bug 修复版本
- Swoole v4.6.1 版本发布,Bug 修复版本
- Swoole v4.6.2 版本发布,Bug 修复版本
- Swoole v4.6.4 版本发布,Bug 修复版本
- Swoole v4.6.7 版本发布,Bug 修复版本
- fastjson 1.2.57 版本发布,Bug 修复维护版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JSP & Servlet学习笔记
【台湾】林信良 / 清华大学出版社 / 2012-5 / 58.00元
本书是作者多年来教学实践经验的总结,汇集了教学过程中学生在学习JSP & Servlet时遇到的概念、操作、应用或认证考试等问题及解决方案。 本书针对Servlet 3.0的新功能全面改版,无论是章节架构与范例程序代码,都做了全面更新。书中详细介绍了Servlet/ JSP与Web容器之间的关系,必要时从Tomcat源代码分析,了解Servlet/ JSP如何与容器互动。本书还涵盖了文本处理......一起来看看 《JSP & Servlet学习笔记》 这本书的介绍吧!