8000 docs(CHANGELOG): add changes for 1.4.0-rc.1 · uicoded/angular.js@c10b249 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c10b249

Browse files
committed
docs(CHANGELOG): add changes for 1.4.0-rc.1
1 parent d97b658 commit c10b249

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
<a name="v1.4.0-rc.1"></a>
2+
# v1.4.0-rc.1 Sartorial Chronography (2015-04-24)
3+
4+
5+
## Bug Fixes
6+
7+
- **$animate:**
8+
- ensure that from styles are applied for class-based animations
9+
([8f819d2c](https://github.com/angular/angular.js/commit/8f819d2cb5c8025b25534529a6e897dc8805885b))
10+
- make sure the JS animation lookup is an object lookup
11+
([103a39ca](https://github.com/angular/angular.js/commit/103a39ca8dad0300bead15c358aad846510b2229),
12+
[#11619](https://github.com/angular/angular.js/issues/11619))
13+
- **$animateCss:** ensure that rAF waiting loop doesn't ignore pending items during a flush
14+
([90e424b2](https://github.com/angular/angular.js/commit/90e424b206239e261024e8ef7fcac762236cd8b7))
15+
- **$http:** stop coercing falsy HTTP request bodies to null / empty body
16+
([e04a887c](https://github.com/angular/angular.js/commit/e04a887c9b506de18516600310fe6e529d9d2ca3),
17+
[#11552](https://github.com/angular/angular.js/issues/11552), [#11593](https://github.com/angular/angular.js/issues/11593))
18+
- **ngAnimate:**
19+
- close parent animations only when there are classes to resolve
20+
([1459be17](https://github.com/angular/angular.js/commit/1459be170dabfca40501dcf219dfced5ba513169))
21+
- ensure ngClass-based classes are always resolved for CSS-enabled animations
22+
([89f081e4](https://github.com/angular/angular.js/commit/89f081e452e9a75c2d3bf86bfef8b7f9bd1f2b0e))
23+
- do not abort animation if only `ng-anchor-in` is used
24+
([3333a5c3](https://github.com/angular/angular.js/commit/3333a5c380f830cba8efec5825cb6648f930f206))
25+
- ensure that a filtered-out leave animation always runs its DOM operation
26+
([6dd64ab5](https://github.com/angular/angular.js/commit/6dd64ab5f34fa19db8f90e6eabc810843089ba14),
27+
[#11555](https://github.com/angular/angular.js/issues/11555))
28+
- ensure that animations work when the app is bootstrapped on the document node
29+
([bee14ed1](https://github.com/angular/angular.js/commit/bee14ed1e7b77ea7dc62326611380da36dec297e),
30+
[#11574](https://github.com/angular/angular.js/issues/11574))
31+
- ensure SVG classes are properly removed
32+
([fa0bbded](https://github.com/angular/angular.js/commit/fa0bbded1ea040fbfdb1a4339e4a374fe9717a82))
33+
- **ngAria:** change accessibility keypress event to use event.which if it is provided
34+
([249f9b81](https://github.com/angular/angular.js/commit/249f9b81cbad5c57cf978a47842744aadd85cdb4),
35+
[#11340](https://github.com/angular/angular.js/issues/11340))
36+
- **ngMessageFormat:**
37+
- ensure bindings are valid for Protractor
38+
([992114f7](https://github.com/angular/angular.js/commit/992114f7a7f5f39778753e0c49458f14b6290ffc),
39+
[#11644](https://github.com/angular/angular.js/issues/11644), [#11649](https://github.com/angular/angular.js/issues/11649))
40+
- minified symbol and nested required expression
41+
([8a45064f](https://github.com/angular/angular.js/commit/8a45064f2bdec13ba3de5b0a0785df76188ab172),
42+
[#11414](https://github.com/angular/angular.js/issues/11414), [#11592](https://github.com/angular/angular.js/issues/11592))
43+
- **select:** allow empty option to be added dynamically by ng-repeat
44+
([abf59c28](https://github.com/angular/angular.js/commit/abf59c285c3ff6af20dbf4236eba5204ae735abb),
45+
[#11470](https://github.com/angular/angular.js/issues/11470), [#11512](https://github.com/angular/angular.js/issues/11512))
46+
47+
48+
## Features
49+
50+
- **$animate:** provide support for animations on elements outside of $rootElement
51+
([e41faaa2](https://github.com/angular/angular.js/commit/e41faaa2a155a42bcc66952497a6f33866878508))
52+
53+
54+
55+
156
<a name="v1.4.0-rc.0"></a>
257
# v1.4.0-rc.0 smooth-unwinding (2015-04-10)
358

0 commit comments

Comments
 (0)
0