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

Commit 7e6ff40

Browse files
committed
docs(changelog): release notes for 0.10.2 sneaky-seagull
1 parent 7aeb6a2 commit 7e6ff40

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,50 @@
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.1">0.10.1 chicken-hands</a>
2+
- The Latest Unstable Release: <a href="#0.10.2">0.10.2 sneaky-seagull</a>
33

44
<a name="0.10.2"><a/>
5-
# 0.10.2 sneaky-seagull (in-progress) #
5+
# 0.10.2 sneaky-seagull (2011-10-08) #
6+
7+
## Features:
8+
9+
- jQuery 1.6.4 support (Issue [#556](https://github.com/angular/angular.js/issues/556))
10+
- [jqLite](http://docs-next.angularjs.org/api/angular.element) improvements:
11+
- Added support for `prop` method
12+
([commit](https://github.com/angular/angular.js/commit/3800d177030d20c5c3d04e3601f892c46e723dc2))
13+
- Added support for `unbind` method
14+
([commit](https://github.com/angular/angular.js/commit/6b7ddf414de82720bbf547b2fa661bf5fcec7bb6))
15+
16+
17+
## Bug Fixes:
18+
19+
- Added support for short-circuiting of && and || operators in in angular expressions
20+
(Issue [#433](https://github.com/angular/angular.js/issues/433))
21+
- Fix for [$limitTo] to properly handle excessive limits (contributed by tehek)
22+
(Issue [#571](https://github.com/angular/angular.js/issues/571))
23+
- [jqLite]'s css() method now converts dash-separated css property names to camelCase in order to
24+
support dash-separated properties on Firefox
25+
(Issue [#569](https://github.com/angular/angular.js/issues/569))
26+
- action defaults for [$resource]s now take precedence over resource defaults (contributed by
27+
Marcello Nuccio)
28+
([commit](https://github.com/angular/angular.js/commit/bf5e5f7bc9ebc7dc6cf8fdf3c4923498b22a8654))
29+
- Fixed escaping issues in [$route] matcher
30+
([commit](https://github.com/angular/angular.js/commit/2bc39bb0b4f81b77597bb52f8572d231cf4f83e2))
31+
- Fixed two issues in $browser.defer.cancel mock
32+
([commit](https://github.com/angular/angular.js/commit/62ae7fccbc524ff498779564294ed6e1a7a3f51c),
33+
[commit](https://github.com/angular/angular.js/commit/8336f3f0ba89b529057027711ab4babd6c2cb649))
34+
- Fix for ng:options, which under certain circumstances didn't select the right option element
35+
([commit](https://github.com/angular/angular.js/commit/555f4152909e1c0bd5400737a62dc5d63ecd32d3))
36+
37+
38+
## Docs:
39+
40+
- migrated the docs app to use [$location]'s HTML5 mode (hashbang urls no more)
41+
([commit](https://github.com/angular/angular.js/commit/13f92de6246a0af8450fde84b209211a56397fda))
42+
43+
44+
## Breaking Changes
45+
46+
- If Angular is being used with jQuery older than 1.6, some features might not work properly. Please
47+
upgrade to jQuery version 1.6.4.
648

749

850

@@ -797,3 +839,5 @@ with the `$route` service
797839
[$on]: http://docs-next.angularjs.org/#!/api/angular.scope.$on
798840
[$emit]: http://docs-next.angularjs.org/#!/api/angular.scope.$emit
799841
[$broadcast]: http://docs-next.angularjs.org/#!/api/angular.scope.$broadcast
842+
[$limitTo]: http://docs-next.angularjs.org/api/angular.Array.limitTo
843+
[$location]: http://docs-next.angularjs.org/api/angular.service.$location

0 commit comments

Comments
 (0)