1
1
- 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 >
3
3
4
4
<a name =" 0.10.5 " ></a >
5
- # 0.10.5 steel-fist (in-progress ) #
5
+ # 0.10.5 steel-fist (11-11-08 ) #
6
6
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 ) )
7
20
8
21
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
9
39
10
40
11
41
<a name =" 0.10.4 " ></a >
@@ -927,6 +957,7 @@ with the `$route` service
927
957
[ ng:class ] : http://docs.angularjs.org/#!/api/angular.directive.ng:class
928
958
[ ng:src ] : http://docs.angularjs.org/#!/api/angular.directive.ng:src
929
959
[ ng:href ] : http://docs.angularjs.org/#!/api/angular.directive.ng:href
960
+ [ ng:style ] : http://docs.angularjs.org/#!/api/angular.directive.ng:style
930
961
[ $defer ] : http://docs.angularjs.org/#!/api/angular.service.$defer
931
962
[ $cookies ] : http://docs.angularjs.org/#!/api/angular.service.$cookies
932
963
[ $xhr ] : http://docs.angularjs.org/#!/api/angular.service.$xhr
@@ -947,9 +978,11 @@ with the `$route` service
947
978
[ Jstd Scenario Adapter ] : https://github.com/angular/angular.js/blob/master/src/jstd-scenario-adapter/Adapter.js
948
979
[ i18n ] : http://docs-next.angularjs.org/#!/guide/dev_guide.i18n
949
980
[ ng:pluralize ] : http://docs-next.angularjs.org/#!/api/angular.widget.ng:pluralize
981
+ [ ng:form ] : http://docs-next.angularjs.org/api/angular.widget.form
950
982
[ ng:cloak ] : http://docs-next.angularjs.org/#!/api/angular.directive.ng:cloak
951
983
[ $on ] : http://docs-next.angularjs.org/#!/api/angular.scope.$on
952
984
[ $emit ] : http://docs-next.angularjs.org/#!/api/angular.scope.$emit
953
985
[ $broadcast ] : http://docs-next.angularjs.org/#!/api/angular.scope.$broadcast
954
986
[ $limitTo ] : http://docs-next.angularjs.org/api/angular.Array.limitTo
955
987
[ $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