Skip to content

Commit fef0cfc

Browse files
committed
chore(CHANGELOG.md): add changelog for 1.2.16
1 parent 5de8455 commit fef0cfc

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
<a name="1.2.16"></a>
2+
# 1.2.16 badger-enumeration (2014-04-03)
3+
4+
5+
## Bug Fixes
6+
7+
- **$animate:**
8+
- ensure the CSS driver properly works with SVG elements
9+
([38ea5426](https://github.com/angular/angular.js/commit/38ea542662b2b74703d583e3a637d65369fc26eb),
10+
[#6030](https://github.com/angular/angular.js/issues/6030))
11+
- prevent cancellation timestamp from being too far in the future
12+
([35d635cb](https://github.com/angular/angular.js/commit/35d635cbcbdc20f304781655f3563111afa6567f),
13+
[#6748](https://github.com/angular/angular.js/issues/6748))
14+
- run CSS animations before JS animations to avoid style inheritance
15+
([0e5106ec](https://github.com/angular/angular.js/commit/0e5106ec2ccc8596c589b89074d3b27d27bf395a),
16+
[#6675](https://github.com/angular/angular.js/issues/6675))
17+
- **$parse:** mark constant unary minus expressions as constant
18+
([6e420ff2](https://github.com/angular/angular.js/commit/6e420ff28d9b3e76ac2c3598bf3797540ef8a1d3),
19+
[#6932](https://github.com/angular/angular.js/issues/6932))
20+
- **Scope:**
21+
- revert the __proto__ cleanup as that could cause regressions
22+
([2db66f5b](https://github.com/angular/angular.js/commit/2db66f5b695a06cff62a52e55e55d1a0a25eec2f))
23+
- more scope clean up on $destroy to minimize leaks
24+
([7e4e696e](https://github.com/angular/angular.js/commit/7e4e696ec3adf9d6fc77a7aa7e0909a9675fd43a),
25+
[#6794](https://github.com/angular/angular.js/issues/6794), [#6856](https://github.com/angular/angular.js/issues/6856), [#6968](https://github.com/angular/angular.js/issues/6968))
26+
- aggressively clean up scope on $destroy to minimize leaks
27+
([8d4d437e](https://github.com/angular/angular.js/commit/8d4d437e8cd8d7cebab5d9ae5c8bcfeef2118ce9),
28+
[#6794](https://github.com/angular/angular.js/issues/6794), [#6856](https://github.com/angular/angular.js/issues/6856))
29+
- **filter.ngdoc:** Check if "input" variable is defined
30+
([a275d539](https://github.com/angular/angular.js/commit/a275d539f9631d6ec64d03814b3b09420e6cf1ee),
31+
[#6819](https://github.com/angular/angular.js/issues/6819))
32+
- **input:** don't perform HTML5 validation on updated model-value
33+
([b2363e31](https://github.com/angular/angular.js/commit/b2363e31023df8240113f68b4e01d942f8009b60),
34+
[#6796](https://github.com/angular/angular.js/issues/6796), [#6806](https://github.com/angular/angular.js/issues/6806))
35+
- **ngClass:** handle ngClassOdd/Even affecting the same classes
36+
([55fe6d63](https://github.com/angular/angular.js/commit/55fe6d6331e501325c2658df8995dcc083fc4ffb),
37+
[#5271](https://github.com/angular/angular.js/issues/5271))
38+
39+
40+
## Features
41+
42+
- **$http:** add xhr statusText to completeRequest callback
43+
([32c09c1d](https://github.com/angular/angular.js/commit/32c09c1d195fcb98f6e29fc7e554a867f4762301),
44+
[#2335](https://github.com/angular/angular.js/issues/2335), [#2665](https://github.com/angular/angular.js/issues/2665), [#6713](https://github.com/angular/angular.js/issues/6713))
45+
46+
147
<a name="v1.2.15"></a>
248
# v1.2.15 beer-underestimating (2014-03-21)
349

0 commit comments

Comments
 (0)