|
| 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 | + |
1 | 56 | <a name="v1.4.0-rc.0"></a>
|
2 | 57 | # v1.4.0-rc.0 smooth-unwinding (2015-04-10)
|
3 | 58 |
|
|
0 commit comments