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

Commit 440c122

Browse files
committed
docs(CHANGELOG.md): add changelog notes for v1.3.11 and v1.4.0-beta.2
Closes #10876
1 parent f7114d0 commit 440c122

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
<a name="1.4.0-beta.2"></a>
2+
# 1.4.0-beta.2 holographic-rooster (2015-01-26)
3+
4+
5+
## Bug Fixes
6+
7+
- **$location:** don't rewrite when link is shift-clicked
8+
([8b33de6f](https://github.com/angular/angular.js/commit/8b33de6fd0ec0eb785fed697f062763b5c1d8d23),
9+
[#9904](https://github.com/angular/angular.js/issues/9904), [#9906](https://github.com/angular/angular.js/issues/9906))
10+
- **$templateRequest:** cache downloaded templates as strings
11+
([b3a9bd3a](https://github.com/angular/angular.js/commit/b3a9bd3ae043e3042ea7ccfe08e3b36a84feb35e),
12+
[#10630](https://github.com/angular/angular.js/issues/10630), [#10646](https://github.com/angular/angular.js/issues/10646))
13+
- **filterFilter:** throw error if input is not an array
14+
([cea8e751](https://github.com/angular/angular.js/commit/cea8e75144e6910b806b63a6ec2a6d118316fddd),
15+
[#9992](https://github.com/angular/angular.js/issues/9992), [#10352](https://github.com/angular/angular.js/issues/10352))
16+
- **form:** ignore properties in $error prototype chain
17+
([31a5b835](https://github.com/angular/angular.js/commit/31a5b8353ae5f1a5cb283322829880995e877833),
18+
[#10469](https://github.com/angular/angular.js/issues/10469), [#10727](https://github.com/angular/angular.js/issues/10727))
19+
- **htmlAnchorDirective:**
20+
- remove "element !== target element" check
21+
([2958cd30](https://github.com/angular/angular.js/commit/2958cd308b5ebaf223a3e5df3fb5bf0f23408447),
22+
[#10866](https://github.com/angular/angular.js/issues/10866))
23+
- don't add event listener if replaced, ignore event if target is different element
24+
([b146af11](https://github.com/angular/angular.js/commit/b146af11271de8fa4c51c6db87df104269f41a33),
25+
[#4262](https://github.com/angular/angular.js/issues/4262), [#10849](https://github.com/angular/angular.js/issues/10849))
26+
- **ngPluralize:** fix wrong text content when count is null/undefined
27+
([3228d3b4](https://github.com/angular/angular.js/commit/3228d3b4991af681e57de5ab079c1e1c11cf35cb),
28+
[#10836](https://github.com/angular/angular.js/issues/10836), [#10841](https://github.com/angular/angular.js/issues/10841))
29+
30+
## Breaking Changes
31+
32+
- **filterFilter:** due to [cea8e751](https://github.com/angular/angular.js/commit/cea8e75144e6910b806b63a6ec2a6d118316fddd),
33+
Previously, the filter was not applied if used with a non array.
34+
Now, it throws an error. This can be worked around by converting an object to an array, using
35+
a filter such as https://github.com/petebacondarwin/angular-toArrayFilter
36+
37+
Closes #9992
38+
Closes #10352
39+
40+
41+
<a name="1.3.11"></a>
42+
# 1.3.11 spiffy-manatee (2015-01-26)
43+
44+
45+
## Bug Fixes
46+
47+
- **$location:** don't rewrite when link is shift-clicked
48+
([939ca37c](https://github.com/angular/angular.js/commit/939ca37cfe5f6fc35b09b6705caabd1fcc3cf9d3),
49+
[#9904](https://github.com/angular/angular.js/issues/9904), [#9906](https://github.com/angular/angular.js/issues/9906))
50+
- **form:** ignore properties in $error prototype chain
51+
([adf91fe6](https://github.com/angular/angular.js/commit/adf91fe6ee77a84e8159c9a95e36f65276fe67bd),
52+
[#10469](https://github.com/angular/angular.js/issues/10469), [#10727](https://github.com/angular/angular.js/issues/10727))
53+
- **htmlAnchorDirective:**
54+
- remove "element !== target element" check
55+
([779e3f6b](https://github.com/angular/angular.js/commit/779e3f6b5f8d2550e758cb0c5f64187ba8e00e29),
56+
[#10866](https://github.com/angular/angular.js/issues/10866))
57+
- don't add event listener if replaced, ignore event if target is different element
58+
([837a0775](https://github.com/angular/angular.js/commit/837a077578081bbd07863bef85241537d19fa652),
59+
[#4262](https://github.com/angular/angular.js/issues/4262), [#10849](https://github.com/angular/angular.js/issues/10849))
60+
61+
162
<a name="1.4.0-beta.1"></a>
263
# 1.4.0-beta.1 trepidatious-salamander (2015-01-20)
364

0 commit comments

Comments
 (0)