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

Commit 458ac0b

Browse files
committed
docs(CHANGELOG.md): add release notes for v1.5.7
1 parent d16b60e commit 458ac0b

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
<a name="1.5.7"></a>
2+
# 1.5.7 hexagonal-circumvolution (2016-06-15)
3+
4+
5+
## Bug Fixes
6+
7+
- **$compile:**
8+
- don't add merged attributes twice to $attrs
9+
([ebbaa4ac](https://github.com/angular/angular.js/commit/ebbaa4ac5e3559df9267203438a0bb18c2d3b7d8),
10+
[#8159](https://github.com/angular/angular.js/issues/8159), [#14737](https://github.com/angular/angular.js/issues/14737))
11+
- cope with `$onChanges` hooks throwing
12+
([3749c858](https://github.com/angular/angular.js/commit/3749c85829406ca57cc5729e80696c7f34134068),
13+
[#14444](https://github.com/angular/angular.js/issues/14444), [#14463](https://github.com/angular/angular.js/issues/14463))
14+
- **$parse:** allow arguments to contain filter chains
15+
([cc6dcb4b](https://github.com/angular/angular.js/commit/cc6dcb4bc28aadff4f62d76d6451b0f80b928e69),
16+
[#4175](https://github.com/angular/angular.js/issues/4175), [#4168](https://github.com/angular/angular.js/issues/4168), [#14720](https://github.com/angular/angular.js/issues/14720))
17+
- **$routeProvider:** do not deep-copy route definition objects
18+
([6d0dcca6](https://github.com/angular/angular.js/commit/6d0dcca6f18a353a12c356dc96e05475d351b795),
19+
[#14478](https://github.com/angular/angular.js/issues/14478), [#14699](https://github.com/angular/angular.js/issues/14699), [#14750](https://github.com/angular/angular.js/issues/14750))
20+
- **input[email]:** improve email address validation
21+
([f423dc6b](https://github.com/angular/angular.js/commit/f423dc6b51a9b4a09728a287a2cabda7d45f192e),
22+
[#14719](https://github.com/angular/angular.js/issues/14719))
23+
- **ngMessages:** create new scope for ngMessage, clean it up correctly
24+
([56f33af8](https://github.com/angular/angular.js/commit/56f33af89045e2ec18d144d9d1ef73affbe51959),
25+
[#14307](https://github.com/angular/angular.js/issues/14307))
26+
- **ngMock#$controller:** properly assign bindings to all types of controllers (e.g. class-based)
27+
([db58801a](https://github.com/angular/angular.js/commit/db58801a55c91df755414387dc00fee5902bb5f3),
28+
[#14437](https://github.com/angular/angular.js/issues/14437), [#14439](https://github.com/angular/angular.js/issues/14439))
29+
- **ngMockE2E:** allow $httpBackend.passThrough() to work when ngMock is loaded
30+
([6685043a](https://github.com/angular/angular.js/commit/6685043ad40acc50d7088f87e2a71f76d2265306),
31+
[#1434](https://github.com/angular/angular.js/issues/1434), [#13124](https://github.com/angular/angular.js/issues/13124))
32+
- **ngSanitize:** call attribute setter in linky for all links
33+
([c4fad6ad](https://github.com/angular/angular.js/commit/c4fad6ad617af025984ca401054f7b402aa28f1d),
34+
[#14707](https://github.com/angular/angular.js/issues/14707))
35+
36+
37+
## Features
38+
39+
- **limitTo:** add support for array-like objects
40+
([b03957f0](https://github.com/angular/angular.js/commit/b03957f0047fcfe996abc8efe97f9e2be2c2e13a),
41+
[#14657](https://github.com/angular/angular.js/issues/14657), [#14694](https://github.com/angular/angular.js/issues/14694))
42+
- **ngMessagesInclude:** don't break on empty (or whitespace-only) templates
43+
([01b8772c](https://github.com/angular/angular.js/commit/01b8772cca55916376355a2ae58d3ab7832a4bc2),
44+
[#12941](https://github.com/angular/angular.js/issues/12941), [#14726](https://github.com/angular/angular.js/issues/14726))
45+
- **orderBy:** add support for custom comparators
46+
([2e33d170](https://github.com/angular/angular.js/commit/2e33d170be7eb72f40fd57a8f66631583572fbf2),
47+
[#13238](https://github.com/angular/angular.js/issues/13238), [#14455](https://github.com/angular/angular.js/issues/14455), [#5123](https://github.com/angular/angular.js/issues/5123), [#8112](https://github.com/angular/angular.js/issues/8112), [#10368](https://github.com/angular/angular.js/issues/10368), [#14468](https://github.com/angular/angular.js/issues/14468))
48+
49+
150
<a name="1.4.12"></a>
251
# 1.4.12 cultural-conservation (2016-06-15)
352

0 commit comments

Comments
 (0)