Skip to content

Commit 9f5d0cf

Browse files
docs(changelog): release notes for 1.2.9
1 parent 1413328 commit 9f5d0cf

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="1.2.9"></a>
2+
# 1.2.9 enchanted-articulacy (2014-01-15)
3+
4+
5+
## Bug Fixes
6+
7+
- **$animate:**
8+
- ensure the final closing timeout respects staggering animations
9+
([ed53100a](https://github.com/angular/angular.js/commit/ed53100a0dbc9119d5dfc8b7248845d4f6989df2))
10+
- prevent race conditions for class-based animations when animating on the same CSS class
11+
([4aa9df7a](https://github.com/angular/angular.js/commit/4aa9df7a7ae533531dfae1e3eb9646245d6b5ff4),
12+
[#5588](https://github.com/angular/angular.js/issues/5588))
13+
- correctly detect and handle CSS transition changes during class addition and removal
14+
([7d5d62da](https://github.com/angular/angular.js/commit/7d5d62dafe11620082c79da35958f8014eeb008c))
15+
- avoid accidentally matching substrings when resolving the presence of className tokens
16+
([524650a4](https://github.com/angular/angular.js/commit/524650a40ed20f01571e5466475749874ee67288))
17+
- **$http:** ensure default headers PUT and POST are different objects
18+
([e1cfb195](https://github.com/angular/angular.js/commit/e1cfb1957feaf89408bccf48fae6f529e57a82fe),
19+
[#5742](https://github.com/angular/angular.js/issues/5742), [#5747](https://github.com/angular/angular.js/issues/5747), [#5764](https://github.com/angular/angular.js/issues/5764))
20+
- **$rootScope:** prevent infinite $digest by checking if asyncQueue is empty when decrementing ttl
21+
([2cd09c9f](https://github.com/angular/angular.js/commit/2cd09c9f0e7766bcd191662841b7b1ffc3b6dc3f),
22+
[#2622](https://github.com/angular/angular.js/issues/2622))
23+
- **$route:** update current route upon $route instantiation
24+
([2b344dbd](https://github.com/angular/angular.js/commit/2b344dbd20777fb1283b3a5bcf35a6ae8d09469d),
25+
[#4957](https://github.com/angular/angular.js/issues/4957))
26+
27+
28+
## Features
29+
30+
- **$animate:**
31+
- provide support for DOM callbacks
32+
([dde1b294](https://github.com/angular/angular.js/commit/dde1b2949727c297e214c99960141bfad438d7a4))
33+
- use requestAnimationFrame instead of a timeout to issue a reflow
34+
([4ae3184c](https://github.com/angular/angular.js/commit/4ae3184c5915aac9aa00889aa2153c8e84c14966),
35+
[#4278](https://github.com/angular/angular.js/issues/4278), [#4225](https://github.com/angular/angular.js/issues/4225))
36+
137
<a name="1.2.8"></a>
238
# 1.2.8 interdimensional-cartography (2014-01-10)
339

0 commit comments

Comments
 (0)