AngularJS 1.5.0 正式版发布,与 1.5.0 RC2 版本比较,该版本改进包括:
Bug 修复
-
$parse: Copy
inputs
for expressions with expensive checks (37cb9ad4) -
$rootScope: Set no
this
context when calling helper functions for$watch
(1c6edd41) -
$route: allow route reload to be prevented (2f0a50b5,#9824, #13894)
-
dateFilter, input: fix Date parsing in IE/Edge when timezone offset contains
:
(622c4216,#13880, #13887) -
ngAnimateChildren: make it compatible with
ngIf
(8aecf46a,#13865, #13876) -
ngAria: Apply ARIA attrs correctly (d06431e5,#13078, #11374, #11830, #13483)
-
select: handle the corner case of adding options via a custom directive (ca5b27bd,#13874, #13878)
新特性
-
$compile: add one-way binding to the isolate scope definition (4ac23c0a,#13928, #13854, #12835, #13900)
大的变化:
-
ngAria: due to d06431e5, Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for
aria-multiline
on textareas has been removed.
下载地址:https://github.com/angular/angular.js/tree/v1.5.0