|
1 | 1 | <a name="0.9.19"><a/>
|
2 |
| -# 0.9.19 canine-psychokinesis (in-progress) # |
| 2 | +# 0.9.19 canine-psychokinesis (2011-08-20) # |
3 | 3 |
|
| 4 | +## Features |
| 5 | +- added error handling support for JSONP requests (see error callback param of the [$xhr] service) |
| 6 | + ([commit](https://github.com/angular/angular.js/commit/05e2c3196c857402a9aa93837b565e0a2736af23)) |
| 7 | +- exposed http response headers in the [$xhr] and [$resource] callbacks |
| 8 | + ([commit](https://github.com/angular/angular.js/commit/4ec1d8ee86e3138fb91543ca0dca28463895c090) |
| 9 | + contributed by Karl Seamon) |
| 10 | +- added `reloadOnSearch` [$route] param support to prevent unnecessary controller reloads and |
| 11 | + resulting flicker |
| 12 | + ([commit](https://github.com/angular/angular.js/commit/e004378d100ce767a1107180102790a9a360644e)) |
4 | 13 |
|
5 | 14 |
|
| 15 | +## Fixes |
| 16 | +- make ng:class-even/odd compatible with ng:class |
| 17 | + (Issue [#508](https://github.com/angular/angular.js/issues/508)) |
| 18 | +- fixed error handling for resources that didn't work in certain situations |
| 19 | + ([commit](https://github.com/angular/angular.js/commit/c37bfde9eb31556ee1eb146795b0c1f1504a4a26) |
| 20 | + contributed by Karl Seamon) |
| 21 | + |
| 22 | + |
| 23 | +## Docs |
| 24 | +- [jsFiddle](http://jsfiddle.net/) integration for all docs.angularjs.org examples (contributed by |
| 25 | + Dan Doyon). |
| 26 | + |
| 27 | + |
| 28 | +## Breaking Changes |
| 29 | +- removed [jqLite] show/hide support. See the |
| 30 | + [commit](https://github.com/angular/angular.js/commit/4c8eaa1eb05ba98d30ff83f4420d6fcd69045d99) |
| 31 | + message for details. Developers should use jquery or jqLite's `css('display', 'none')` and |
| 32 | + `css('display', 'block'/'inline'/..)` instead |
| 33 | + |
6 | 34 |
|
7 | 35 | <a name="0.9.18"><a/>
|
8 | 36 | # 0.9.18 jiggling-armfat (2011-07-29) #
|
|
64 | 92 | - doubled our e2e test suite by running all angular e2e tests with jqLite in addition to jQuery
|
65 | 93 |
|
66 | 94 |
|
67 |
| -### Breaking changes: |
| 95 | +### Breaking changes |
68 | 96 | - [commit](https://github.com/angular/angular.js/commit/3af1e7ca2ee8c2acd69e5bcbb3ffc1bf51239285)
|
69 | 97 | removed support for the `MMMMM` (long month name), use `MMMM` instead. This was done to align
|
70 | 98 | Angular with
|
|
273 | 301 | - many, but by far not all, docs were updated, improved and cleaned up
|
274 | 302 |
|
275 | 303 | ### Features
|
276 |
| -- [`$route`](http://docs.angularjs.org/#!/api/angular.service.$route) service now supports these |
277 |
| - features: |
| 304 | +- [$route] service now supports these features: |
278 | 305 | - route not found handling via `#otherwise()`
|
279 | 306 | - redirection support via `#when('/foo', {redirectTo: '/bar'})` (including param interpolation)
|
280 | 307 | - setting the parent scope for scopes created by the service via `#parent()`
|
@@ -633,6 +660,7 @@ with the `$route` service
|
633 | 660 | [$xhr]: http://docs.angularjs.org/#!/api/angular.service.$xhr
|
634 | 661 | [$xhr.cache]: http://docs.angularjs.org/#!/api/angular.service.$xhr.cache
|
635 | 662 | [$resource]: http://docs.angularjs.org/#!/api/angular.service.$resource
|
| 663 | +[$route]: http://docs.angularjs.org/#!/api/angular.service.$route |
636 | 664 | [$orderBy]: http://docs.angularjs.org/#!/api/angular.Array.orderBy
|
637 | 665 | [date]: http://docs.angularjs.org/#!/api/angular.filter.date
|
638 | 666 | [number]: http://docs.angularjs.org/#!/api/angular.filter.number
|
|
0 commit comments