From 7ab5098c14ee4f195dbfe2681e402fe2dfeacd78 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 27 Nov 2013 09:58:59 +0000 Subject: docs(CHANGELOG): add v1.2.3 changes --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c7c739..061b7d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ + +# 1.2.3 unicorn-zapper (2013-11-27) + + +## Bug Fixes + +- **$animate:** +- ensure blocked keyframe animations are unblocked before the DOM operation + ([2efe8230](https://github.com/angular/angular.js/commit/2efe82309ac8ff4f67df8b6e40a539ea31e15804), + [#5106](https://github.com/angular/angular.js/issues/5106)) +- ensure animations are disabled during bootstrap to prevent unwanted structural animations + ([eed23332](https://github.com/angular/angular.js/commit/eed2333298412fbad04eda97ded3487c845b9eb9), + [#5130](https://github.com/angular/angular.js/issues/5130)) +- **$sanitize:** use the same whitelist mechanism as `$compile` does + ([33352348](https://github.com/angular/angular.js/commit/333523483f3ce6dd3177b697a5e5a7177ca364c8), + [#3748](https://github.com/angular/angular.js/issues/3748)) +- **input:** react to form auto completion, through the `change` event, on modern browsers + ([a090400f](https://github.com/angular/angular.js/commit/a090400f09d7993d102f527609879cdc74abae60), + [#1460](https://github.com/angular/angular.js/issues/1460)) +- **$attrs:** add `$attrs.$attr` to externs so that it isn't renamed on js minification + ([bcca8054](https://github.com/angular/angular.js/commit/bcca80548dde85ffe3838c943ba8e5c2deb1c721)) + + +## Features + +No new features in this release + +## Breaking Changes + +There are no breaking changes in this release (promise!) + + + # 1.2.2 consciousness-inertia (2013-11-22) -- cgit v1.2.3