Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e60601b

Browse files
committed
docs(changelog): release notes for 0.10.5 steel-fist
1 parent e2663f6 commit e60601b

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

CHANGELOG.md

+35-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,41 @@
11
- The Latest Stable Release: <a href="#0.9.19">0.9.19 canine-psychokinesis</a>
2-
- The Latest Unstable Release: <a href="#0.10.4">0.10.4 human-torch</a>
2+
- The Latest Unstable Release: <a href="#0.10.5">0.10.5 steel-fist</a>
33

44
<a name="0.10.5"></a>
5-
# 0.10.5 steel-fist (in-progress) #
5+
# 0.10.5 steel-fist (11-11-08) #
66

7+
## Features:
8+
9+
- [ng:autobind]: drop angular.js file name restrictions
10+
([commit](https://github.com/angular/angular.js/commit/d7ba5bc83ba9a8937384ea677331c5156ed6772d))
11+
- [Scope]: better logging of infinite digest error
12+
([commit](https://github.com/angular/angular.js/commit/ef875ad0cf4349144cb4674e050dd160564f6dd9),
13+
issue [#621](https://github.com/angular/angular.js/issues/621))
14+
- enable [widget] styling in IE8 and below using
15+
[html5shiv](http://code.google.com/p/html5shiv/)-like approach
16+
([commit](https://github.com/angular/angular.js/commit/163c799effd5cfadc57990f4d4127651bae3fbdb),
17+
issue [#584](https://github.com/angular/angular.js/issues/584))
18+
- [ng:style]: compatibility + perf improvements
19+
([commit](https://github.com/angular/angular.js/commit/e2663f62b0fbb8b9ce2e706b821a135e0bc7e885))
720

821

22+
## Bug Fixes:
23+
- [ng:view]: ignore stale xhr callbacks - fixes issues caused by race-conditions which occured when
24+
user navigated to a new route before the current route finished loading
25+
(issue [#619](https://github.com/angular/angular.js/issues/619))
26+
- [ng:form] should always be a block level (css) element
27+
([commit](https://github.com/angular/angular.js/commit/02dc81bae0011b7ae4190363be5fdd5db420aca9))
28+
- Fixes for [e2e test runner]'s `$location` dsl
29+
([commit](https://github.com/angular/angular.js/commit/dc8ffa51b7ebe5fb9bc1c89087c8b3c9e65d1006))
30+
- [ng:repeat] when iterating over arrays ignore non-array properties + when iterating over objects
31+
sort keys alphabetically
32+
([commit](https://github.com/angular/angular.js/commit/3945f884c5777e629b57c9ab0e93b9d02b9840d0))
33+
34+
## Docs:
35+
- experimental [disqus.com](http://disqus.com/) integration for all docs-next.angularjs.org pages
36+
([commit](https://github.com/angular/angular.js/commit/28ed5ba46595a371bd734b92a6e4bb40d1013741),
37+
contributed by Dan Doyon)
38+
- [e2e test runner] docs were moved to the dev guide
939

1040

1141
<a name="0.10.4"></a>
@@ -927,6 +957,7 @@ with the `$route` service
927957
[ng:class]: http://docs.angularjs.org/#!/api/angular.directive.ng:class
928958
[ng:src]: http://docs.angularjs.org/#!/api/angular.directive.ng:src
929959
[ng:href]: http://docs.angularjs.org/#!/api/angular.directive.ng:href
960+
[ng:style]: http://docs.angularjs.org/#!/api/angular.directive.ng:style
930961
[$defer]: http://docs.angularjs.org/#!/api/angular.service.$defer
931962
[$cookies]: http://docs.angularjs.org/#!/api/angular.service.$cookies
932963
[$xhr]: http://docs.angularjs.org/#!/api/angular.service.$xhr
@@ -947,9 +978,11 @@ with the `$route` service
947978
[Jstd Scenario Adapter]: https://github.com/angular/angular.js/blob/master/src/jstd-scenario-adapter/Adapter.js
948979
[i18n]: http://docs-next.angularjs.org/#!/guide/dev_guide.i18n
949980
[ng:pluralize]: http://docs-next.angularjs.org/#!/api/angular.widget.ng:pluralize
981+
[ng:form]: http://docs-next.angularjs.org/api/angular.widget.form
950982
[ng:cloak]: http://docs-next.angularjs.org/#!/api/angular.directive.ng:cloak
951983
[$on]: http://docs-next.angularjs.org/#!/api/angular.scope.$on
952984
[$emit]: http://docs-next.angularjs.org/#!/api/angular.scope.$emit
953985
[$broadcast]: http://docs-next.angularjs.org/#!/api/angular.scope.$broadcast
954986
[$limitTo]: http://docs-next.angularjs.org/api/angular.Array.limitTo
955987
[$location]: http://docs-next.angularjs.org/api/angular.service.$location
988+
[e2e test runner]: http://docs-next.angularjs.org/guide/dev_guide.e2e-testing

0 commit comments

Comments
 (0)