From 1094b3471e0c6f21d7dbc91f14d8e5a6d5bd7bcc Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 13 Mar 2011 17:34:01 -0700 Subject: preparing release notes for the 0.9.13 curdling stare release --- CHANGELOG.md | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 223aac97..0313f172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,28 @@ -# 0.9.13 curdling-stare (in-progress) # +# 0.9.13 curdling-stare (2011-03-13) # ### New Features -- Added XSRF prevention logic to $xhr service +- Added XSRF protection for the [$xhr] service. (commit c578f8c3) +- Targeted auto-bootstrap — [ng:autobind] now takes an optional value which specifies an element id + to be compiled instead of compiling the entire html document. (commit 9d5c5337) ### Bug Fixes -- Fixed cookies which contained unescaped '=' would not show up in cookie service. -- Consider all 2xx responses as OK, not just 200 -- Remove the script tag after successful JSONP request +- Fixed IE7 regression which prevented angular from bootstrapping in this browser. +- Cookies which contain unescaped '=' are now visible via the [$cookies] service. (commit 26bad2bf) +- [$xhr] service now executes "success" callback for all 2xx responses, not just 200. + (commit 5343deb3) +- Always remove the script tag after successful JSONP request. (commit 0084cb5c) +- Removal of all `document.write` statements to make angular compabile with async script loaders. + (commit 3224862a) + ### Breaking changes -- Changed the $browser.xhr parameter post from optional to required. Since everyone should be - using the $xhr instead of $browser.xhr, this should not break anyone. If you do use $browser.xhr - then just add null for the post value argument. +- The `post` parameter of [$browser.xhr][$browser] is now non-optional. Since everyone should be + using the [$xhr] service instead of $browser.xhr, this should not break anyone. If you do use + $browser.xhr then just add null for the post value argument where post was not passed in. + + @@ -431,6 +440,7 @@ with the `$route` service [$xhr]: http://docs.angularjs.org/#!angular.service.$xhr [$resource]: http://docs.angularjs.org/#!angular.service.$resource [directive]: http://docs.angularjs.org/#!angular.directive +[ng:autobind]: http://docs.angularjs.org/#!angular.directive.ng:autobind [guide.di]: http://docs.angularjs.org/#!guide.di [downloading]: http://docs.angularjs.org/#!downloading [contribute]: http://docs.angularjs.org/#!contribute -- cgit v1.2.3