内容简介:Angular.js 1.7.3 已发布。主要更新内容如下: Bug 修复 $location: fix infinite recursion/digest on URLs with special characters (e68697, #16592, #16611) avoid unnecessary $locationChange* events due ...
Angular.js 1.7.3 已发布。主要更新内容如下:
Bug 修复
$location:
fix infinite recursion/digest on URLs with special characters (e68697, #16592, #16611)
avoid unnecessary
$locationChange*events due to empty hash (1144b1, #16632, #16636)ngMock.$httpBackend:
pass failed HTTP expectations to
$exceptionHandler(4adbf8, #16644)correctly ignore query params in {expect,when}Route (be417f, #14173, #16589)
Angular: add workaround for Safari / Webdriver problem (0a1db2, #16645)
$animate: avoid memory leak with
$animate.enabled(element, enabled)(4bd424, #16649)$compile:
use correct parent element when requiring on html element (05ac70, #16535, #16647)
work around Firefox
DocumentFragmentbug (10973c, #16607, #16615)ngEventDirs:
pass error in handler to $exceptionHandler when event was triggered in a digest (688211)
don't wrap the event handler in $apply if already in $digest (535ee3, #14673, #14674)
angular.element: do not break on
cleanData()if_data()returns undefined (7cf4a2, #16641, #16642)ngAria: do not scroll when pressing spacebar on custom buttons (3a517c, #14665, #16604)
新特性
$compile: add support for arbitrary DOM property and event bindings (a5914c, #16428, #16235, #16614)
ngMock: add
$flushPendingTasks()and$verifyNoPendingTasks()(6f7674, #14336)core: implement more granular pending task tracking (17b139)
$animate: add option data to event callbacks (fc64e6, #12697, #13059)
form.FormController: add $getControls() (c9d1e6, #16601, #14749, #14517, #13202)
ngModelOptions: add
timeStripZeroSecondsandtimeSecondsFormat(b68221, #10721, #16510, #16584)
性能改进
ngAnimate: avoid repeated calls to addClass/removeClass when animation has no duration (093635, #14165,#14166, #16613)
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++标准库(第2版)
Nicolai M. Josuttis / 侯捷 / 电子工业出版社 / 2015-6 / 186.00元
《C++标准库(第2版)》是全球C++经典权威参考书籍时隔12年,基于C++11标准的全新重大升级。标准库提供了一组公共类和接口,极大地拓展了C++语言核心功能。《C++标准库(第2版)》详细讲解了每一标准库组件,包括其设计目的和方法、复杂概念的剖析、实用而高效的编程细节、存在的陷阱、重要的类和函数,又辅以大量用C++11标准实现的实用代码范例。除覆盖全新组件、特性外,《C++标准库(第2版)》一......一起来看看 《C++标准库(第2版)》 这本书的介绍吧!