|
| 1 | +<a name="v1.2.15"></a> |
| 2 | +# v1.2.15 beer-underestimating (2014-03-21) |
| 3 | + |
| 4 | + |
| 5 | +## Bug Fixes |
| 6 | + |
| 7 | +- **$$RAFProvider:** check for webkitCancelRequestAnimationFrame |
| 8 | + ([e84da228](https://github.com/angular/angular.js/commit/e84da2283c4e195be557f7b06c8783fe502acbbb), |
| 9 | + [#6526](https://github.com/angular/angular.js/issues/6526)) |
| 10 | +- **$$rAF:** always fallback to a $timeout incase native rAF isn't supported |
| 11 | + ([ee8e4a94](https://github.com/angular/angular.js/commit/ee8e4a946ed8f943e00846b88d8d51c0b2cd1fab), |
| 12 | + [#6654](https://github.com/angular/angular.js/issues/6654)) |
| 13 | +- **$compile:** support templates with thead and tfoot root elements |
| 14 | + ([ca0ac649](https://github.com/angular/angular.js/commit/ca0ac649971ae4fb50419b38f92a98d2226eb696), |
| 15 | + [#6289](https://github.com/angular/angular.js/issues/6289)) |
| 16 | +- **$http:** |
| 17 | + - allow sending Blob data using $http |
| 18 | + ([fbb125a3](https://github.com/angular/angular.js/commit/fbb125a3af164e52af2f8119175b04cbbed2f331), |
| 19 | + [#5012](https://github.com/angular/angular.js/issues/5012)) |
| 20 | + - don't covert 0 status codes to 404 for non-file protocols |
| 21 | + ([f108a2a9](https://github.com/angular/angular.js/commit/f108a2a994149ecc011e29f327bcb8e11adf72d9), |
| 22 | + [#6074](https://github.com/angular/angular.js/issues/6074), [#6155](https://github.com/angular/angular.js/issues/6155)) |
| 23 | +- **$rootScope:** |
| 24 | + - ng-repeat can't handle NaN values. #4605 |
| 25 | + ([e48c28fe](https://github.com/angular/angular.js/commit/e48c28fe9292efe7af6205b2be116d2350990c73), |
| 26 | + [#4605](https://github.com/angular/angular.js/issues/4605)) |
| 27 | + - $watchCollection should call listener with oldValue |
| 28 | + ([3dd95727](https://github.com/angular/angular.js/commit/3dd9572754c7bafec30dd625f5c611346959c969), |
| 29 | + [#2621](https://github.com/angular/angular.js/issues/2621), [#5661](https://github.com/angular/angular.js/issues/5661), [#5688](https://github.com/angular/angular.js/issues/5688), [#6736](https://github.com/angular/angular.js/issues/6736)) |
| 30 | +- **angular.bootstrap:** only allow angular to load once |
| 31 | + ([0d60f8d3](https://github.com/angular/angular.js/commit/0d60f8d367e38224696749b0f7de04bd60649815), |
| 32 | + [#5863](https://github.com/angular/angular.js/issues/5863), [#5587](https://github.com/angular/angular.js/issues/5587)) |
| 33 | +- **jqLite:** traverse `host` property for DocumentFragment in inheritedData() |
| 34 | + ([98d825e1](https://github.com/angular/angular.js/commit/98d825e10d3bf76f47e69abba857a8933c8cb7d9), |
| 35 | + [#6637](https://github.com/angular/angular.js/issues/6637)) |
| 36 | +- **ngAnimate:** setting classNameFilter disables animation inside ng-if |
| 37 | + ([a41a2a1d](https://github.com/angular/angular.js/commit/a41a2a1d2ce20f86ac2709592e4ada527160e580), |
| 38 | + [#6539](https://github.com/angular/angular.js/issues/6539)) |
| 39 | +- **ngCookie:** convert non-string values to string |
| 40 | + ([93d1c95c](https://github.com/angular/angular.js/commit/93d1c95c61dbfa565333bb64527a103242175af7), |
| 41 | + [#6151](https://github.com/angular/angular.js/issues/6151), [#6220](https://github.com/angular/angular.js/issues/6220)) |
| 42 | +- **ngTouch:** update workaround for desktop Webkit quirk |
| 43 | + ([01a34f51](https://github.com/angular/angular.js/commit/01a34f513bb567ed6d4c81d00d7c2a777c0dae01), |
| 44 | + [#6302](https://github.com/angular/angular.js/issues/6302)) |
| 45 | +- **orderBy:** support string predicates containing non-ident characters |
| 46 | + ([10d3e1e4](https://github.com/angular/angular.js/commit/10d3e1e4472ab9f5cf4418b6438ec2e0f2b0b288), |
| 47 | + [#6143](https://github.com/angular/angular.js/issues/6143), [#6144](https://github.com/angular/angular.js/issues/6144)) |
| 48 | +- **select:** avoid checking option element selected properties in render |
| 49 | + ([dc149de9](https://github.com/angular/angular.js/commit/dc149de9364c66b988f169f67cad39577ba43434), |
| 50 | + [#2448](https://github.com/angular/angular.js/issues/2448), [#5994](https://github.com/angular/angular.js/issues/5994), [#6769](https://github.com/angular/angular.js/issues/6769)) |
| 51 | + |
| 52 | + |
| 53 | + |
1 | 54 | <a name="1.2.14"></a>
|
2 | 55 | # 1.2.14 feisty-cryokinesis (2014-03-01)
|
3 | 56 |
|
|
0 commit comments