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

Commit

Permalink
docs(CHANGELOG): add notes for v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matsko committed Mar 18, 2016
1 parent e166621 commit b0f2ee7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.5.2"></a>
# 1.5.2 differential-recovery (2016-03-18)

This release reverts a breaking change that accidentally made it into the 1.5.1 release. See [fee7bac3](https://github.com/angular/angular.js/commit/fee7bac392db24b6006d6a57ba71526f3afa102c) for more info.


## Bug Fixes

- **ngAnimate.$animate:** remove animation callbacks when the element is removed
([ce7f4000](https://github.com/angular/angular.js/commit/ce7f400011e1e2e1b9316f18ce87b87b79d878b4))


## Breaking Changes



<a name="1.4.10"></a>
# 1.4.10 benignant-oscillation (2016-03-16)

Expand Down Expand Up @@ -197,6 +213,9 @@

## Breaking Changes

### Upgrade to 1.5.1
This version of AngularJS is problematic due to a issue during its release. Please upgrade to version 1.5.1.

This comment has been minimized.

Copy link
@gkalpak

gkalpak Mar 18, 2016

Member

1.5.1 --> 1.5.2

This comment has been minimized.

Copy link
@matsko

matsko Mar 18, 2016

Author Contributor

Fixed. Thank you @gkalpak.


- **ngAria:** due to [d06431e5](https://github.com/angular/angular.js/commit/d06431e5309bb0125588877451dc79b935808134),
Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for `aria-multiline` on textareas has been removed.

Expand Down

0 comments on commit b0f2ee7

Please sign in to comment.