Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe7decd

Browse files
committed
docs(CHANGELOG): add v1.2.6 changes
1 parent cef084a commit fe7decd

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
<a name="1.2.6"></a>
2+
# 1.2.6 taco-salsafication (2013-12-19)
3+
4+
5+
## Bug Fixes
6+
7+
- **$animate:** use a scheduled timeout in favor of a fallback property to close transitions
8+
([54637a33](https://github.com/angular/angular.js/commit/54637a335f885110efaa702a3bab29c77644b36c),
9+
[#5255](https://github.com/angular/angular.js/issues/5255), [#5241](https://github.com/angular/angular.js/issues/5241), [#5405](https://github.com/angular/angular.js/issues/5405))
10+
- **$compile:** remove invalid IE exceptional case for `href`
11+
([c7a1d1ab](https://github.com/angular/angular.js/commit/c7a1d1ab0b663edffc1ac7b54deea847e372468d),
12+
[#5479](https://github.com/angular/angular.js/issues/5479))
13+
- **$location:** parse xlink:href for SVGAElements
14+
([bc3ff2ce](https://github.com/angular/angular.js/commit/bc3ff2cecd0861766a9e8606f3cc2c582d9875df),
15+
[#5472](https://github.com/angular/angular.js/issues/5472), [#5198](https://github.com/angular/angular.js/issues/5198), [#5199](https://github.com/angular/angular.js/issues/5199), [#4098](https://github.com/angular/angular.js/issues/4098), [#1420](https://github.com/angular/angular.js/issues/1420))
16+
- **$log:** should work in IE8
17+
([4f5758e6](https://github.com/angular/angular.js/commit/4f5758e6669222369889c9e789601d25ff885530),
18+
[#5400](https://github.com/angular/angular.js/issues/5400))
19+
- **$parse:** return `undefined` if an intermetiate property's value is `null`
20+
([26d43cac](https://github.com/angular/angular.js/commit/26d43cacdc106765bd928d41600352198f887aef),
21+
[#5480](https://github.com/angular/angular.js/issues/5480))
22+
- **closure:** add type definition for `Scope#$watchCollection`
23+
([8f329ffb](https://github.com/angular/angular.js/commit/8f329ffb829410e1fd8f86a766929134e736e3e5),
24+
[#5475](https://github.com/angular/angular.js/issues/5475))
25+
- **forEach:** allow looping over result of `querySelectorAll` in IE8
26+
([274a6734](https://github.com/angular/angular.js/commit/274a6734ef1fff543cc50388a0958d1988baeb57))
27+
- **input:** do not hold input for composition on Android
28+
([3dc18037](https://github.com/angular/angular.js/commit/3dc18037e8db8766641a4d39f0fee96077db1fcb),
29+
[#5308](https://github.com/angular/angular.js/issues/5308))
30+
- **jqLite:** support unbind self within handler
31+
([2f91cfd0](https://github.com/angular/angular.js/commit/2f91cfd0d2986899c38641100c1851b2f9d3888a))
32+
- **ngRepeat:** allow multiline expressions
33+
([cbb3ce2c](https://github.com/angular/angular.js/commit/cbb3ce2c309052b951d0cc87e4c6daa9c48a3dd8),
34+
[#5000](https://github.com/angular/angular.js/issues/5000))
35+
- **select:** invalidate when `multiple`, `required`, and model is `[]`
36+
([5c97731a](https://github.com/angular/angular.js/commit/5c97731a22ed87d64712e673efea0e8a05eae65f),
37+
[#5337](https://github.com/angular/angular.js/issues/5337))
38+
39+
40+
## Features
41+
42+
- **jqLite:** provide support for `element.one()`
43+
([937caab6](https://github.com/angular/angular.js/commit/937caab6475e53a7ea0206e992f8a52449232e78))
44+
- **ngAnimate:** provide configuration support to match specific className values to trigger animations
45+
([cef084ad](https://github.com/angular/angular.js/commit/cef084ade9072090259d8c679751cac3ffeaed51),
46+
[#5357](https://github.com/angular/angular.js/issues/5357), [#5283](https://github.com/angular/angular.js/issues/5283))
47+
48+
49+
## Performance Improvements
50+
51+
- **compile:** add class 'ng-scope' before cloning and other micro-optimizations
52+
([f3a796e5](https://github.com/angular/angular.js/commit/f3a796e522afdbd3b640d14426edb2fbfab463c5),
53+
[#5471](https://github.com/angular/angular.js/issues/5471))
54+
- **$parse:** use a faster path when the number of path parts is low
55+
([f4462319](https://github.com/angular/angular.js/commit/864b2596b246470cca9d4e223eaed720f4462319))
56+
- use faster check for `$$` prefix
57+
([06c5cfc7](https://github.com/angular/angular.js/commit/cb29632a5802e930262919b3db64ca4806c5cfc7))
58+
159
<a name="1.2.5"></a>
260
# 1.2.5 singularity-expansion (2013-12-13)
361

0 commit comments

Comments
 (0)