Skip to content

Commit 54af406

Browse files
committed
docs(changelog): add release notes for 1.3.0-rc.3
1 parent 930bd40 commit 54af406

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG.md

+53
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
<a name="1.3.0-rc.3"></a>
2+
# 1.3.0-rc.3 aggressive-pacification (2014-09-23)
3+
4+
5+
## Bug Fixes
6+
7+
- **ngModel:** support milliseconds in time and datetime
8+
([4b83f6ca](https://github.com/angular/angular.js/commit/4b83f6ca2c15bd65fe2b3894a02c04f9967fbff4),
9+
[#8874](https://github.com/angular/angular.js/issues/8874))
10+
11+
12+
## Features
13+
14+
- **$location:** add ability to opt-out of <base/> tag requirement in html5Mode
15+
([dc3de7fb](https://github.com/angular/angular.js/commit/dc3de7fb7a14c38b5c3dc7decfafb0b51d422dd1),
16+
[#8934](https://github.com/angular/angular.js/issues/8934))
17+
- **formController:** add $setUntouched to propagate untouched state
18+
([fd899755](https://github.com/angular/angular.js/commit/fd8997551f9ed4431f5e99d61f637139485076b9),
19+
[#9050](https://github.com/angular/angular.js/issues/9050))
20+
- **input:** support dynamic element validation
21+
([729c238e](https://github.com/angular/angular.js/commit/729c238e19ab27deff01448d79342ea53721bfed),
22+
[#4791](https://github.com/angular/angular.js/issues/4791), [#1404](https://github.com/angular/angular.js/issues/1404))
23+
- **ngAria:** add an ngAria module to make a11y easier
24+
([d1434c99](https://github.com/angular/angular.js/commit/d1434c999a66c6bb915ee1a8b091e497d288d940),
25+
[#5486](https://github.com/angular/angular.js/issues/5486))
26+
27+
28+
## Performance Improvements
29+
30+
- **map:** use Array.prototype.map
31+
([a591e8b8](https://github.com/angular/angular.js/commit/a591e8b8d302efefd67bf0d5c4bad300a5f3aded))
32+
33+
34+
## Breaking Changes
35+
36+
- **$location:** due to [dc3de7fb](https://github.com/angular/angular.js/commit/dc3de7fb7a14c38b5c3dc7decfafb0b51d422dd1),
37+
The $location.html5Mode API has changed to allow enabling html5Mode by
38+
passing an object (as well as still supporting passing a boolean). Symmetrically, the
39+
method now returns an object instead of a boolean value.
40+
41+
To migrate, follow the code example below:
42+
43+
Before:
44+
45+
var mode = $locationProvider.html5Mode();
46+
47+
After:
48+
49+
var mode = $locationProvider.html5Mode().enabled;
50+
51+
Fixes #8934
52+
53+
154
<a name="1.2.25"></a>
255
# 1.2.25 hypnotic-gesticulation (2014-09-16)
356

0 commit comments

Comments
 (0)