Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 223cf2b

Browse files
committed
docs(CHANGELOG): add release notes for 1.7.2
1 parent c387e0d commit 223cf2b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="1.7.2"></a>
2+
# 1.7.2 extreme-compatiplication (2018-06-12)
3+
4+
In the previous release, we removed a private, undocumented API that was no longer used by
5+
AngularJS. It turned out that several popular UI libraries (such as
6+
[AngularJS Material](https://material.angularjs.org/),
7+
[UI Bootstrap](https://angular-ui.github.io/bootstrap/),
8+
[ngDialog](http://likeastore.github.io/ngDialog/) and probably others) relied on that API.
9+
10+
In order to avoid unnecessary pain for developers, this release reverts the removal of the private
11+
API and restores compatibility of the aforementioned libraries with the latest AngularJS.
12+
13+
## Reverts
14+
- **$compile:** remove `preAssignBindingsEnabled` leftovers
15+
([2da495](https://github.com/angular/angular.js/commit/2da49504065e9e2b71a7a5622e45118d8abbe87e),
16+
[#16580](https://github.com/angular/angular.js/pull/16580),
17+
[a81232](https://github.com/angular/angular.js/commit/a812327acda8bc890a4c4e809f0debb761c29625),
18+
[#16595](https://github.com/angular/angular.js/pull/16595))
19+
20+
121
<a name="1.7.1"></a>
222
# 1.7.1 momentum-defiance (2018-06-08)
323

0 commit comments

Comments
 (0)