Skip to content

Commit 710a270

Browse files
committed
cutting the 0.9.19 canine-psychokinesis release
1 parent 19aa16c commit 710a270

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
<a name="0.9.19"><a/>
2-
# 0.9.19 canine-psychokinesis (in-progress) #
2+
# 0.9.19 canine-psychokinesis (2011-08-20) #
33

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))
413

514

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+
634

735
<a name="0.9.18"><a/>
836
# 0.9.18 jiggling-armfat (2011-07-29) #
@@ -64,7 +92,7 @@
6492
- doubled our e2e test suite by running all angular e2e tests with jqLite in addition to jQuery
6593

6694

67-
### Breaking changes:
95+
### Breaking changes
6896
- [commit](https://github.com/angular/angular.js/commit/3af1e7ca2ee8c2acd69e5bcbb3ffc1bf51239285)
6997
removed support for the `MMMMM` (long month name), use `MMMM` instead. This was done to align
7098
Angular with
@@ -273,8 +301,7 @@
273301
- many, but by far not all, docs were updated, improved and cleaned up
274302

275303
### Features
276-
- [`$route`](http://docs.angularjs.org/#!/api/angular.service.$route) service now supports these
277-
features:
304+
- [$route] service now supports these features:
278305
- route not found handling via `#otherwise()`
279306
- redirection support via `#when('/foo', {redirectTo: '/bar'})` (including param interpolation)
280307
- setting the parent scope for scopes created by the service via `#parent()`
@@ -633,6 +660,7 @@ with the `$route` service
633660
[$xhr]: http://docs.angularjs.org/#!/api/angular.service.$xhr
634661
[$xhr.cache]: http://docs.angularjs.org/#!/api/angular.service.$xhr.cache
635662
[$resource]: http://docs.angularjs.org/#!/api/angular.service.$resource
663+
[$route]: http://docs.angularjs.org/#!/api/angular.service.$route
636664
[$orderBy]: http://docs.angularjs.org/#!/api/angular.Array.orderBy
637665
[date]: http://docs.angularjs.org/#!/api/angular.filter.date
638666
[number]: http://docs.angularjs.org/#!/api/angular.filter.number

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# AngularJS build config file
22
---
3-
version: 0.9.19-snapshot
3+
version: 0.9.19
44
codename: canine-psychokinesis

0 commit comments

Comments
 (0)