From 291d7c467fba51a9cb89cbeee62202d51fe64b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Tue, 26 May 2015 17:33:06 -0700 Subject: [PATCH] docs(CHANGELOG): add changes for 1.4.0 --- CHANGELOG.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3635bd53a59e..174c614b4d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,55 @@ + +# 1.4.0 jaracimrman-existence (2015-05-26) + + +## Bug Fixes + +- **$animate:** + - ignore invalid option parameter values + ([72edd4df](https://github.com/angular/angular.js/commit/72edd4dff931c644eecb8f0d1c878dc839c76947), + [#11826](https://github.com/angular/angular.js/issues/11826)) + - accept unwrapped DOM elements as inputs for enter + move + ([f26fc26f](https://github.com/angular/angular.js/commit/f26fc26f6ea283b2fc5ddb18627b13850de2663e), + [#11848](https://github.com/angular/angular.js/issues/11848)) +- **$animateCss:** ensure that custom durations do not confuse the gcs cache + ([e0e1b520](https://github.com/angular/angular.js/commit/e0e1b5208767dd62f5586fdc607cb2e31dac9516), + [#11723](https://github.com/angular/angular.js/issues/11723), [#11852](https://github.com/angular/angular.js/issues/11852)) +- **$http:** do not modify the config object passed into $http short methods + ([f7a4b481](https://github.com/angular/angular.js/commit/f7a4b48121ed2b04af89bd2b754f500d1872360d)) +- **ngAnimate:** + - close follow-up class-based animations when the same class is added/removed when removed/added + ([db246eb7](https://github.com/angular/angular.js/commit/db246eb701529b41049fc118908e528920f13b24), + [#11717](https://github.com/angular/angular.js/issues/11717)) + - ensure nested class-based animations are spaced out with a RAF + ([213c2a70](https://github.com/angular/angular.js/commit/213c2a703293ee0af8229dde2b608687cd77ccfa), + [#11812](https://github.com/angular/angular.js/issues/11812)) + - class-based animations must not set addClass/removeClass CSS classes on the element + ([3a3db690](https://github.com/angular/angular.js/commit/3a3db690a16e888aa7371e3b02e2954b9ec2d558), + [#11810](https://github.com/angular/angular.js/issues/11810)) + - ensure that repeated structural calls during pre-digest function + ([2327f5a0](https://github.com/angular/angular.js/commit/2327f5a0a7e018a9b03aefabe1fbd0c9330e2eeb), + [#11867](https://github.com/angular/angular.js/issues/11867)) + - ensure that cancelled class-based animations are properly cleaned up + ([718ff844](https://github.com/angular/angular.js/commit/718ff84405558ac64402e1fca5caefd7d307ea1e), + [#11652](https://github.com/angular/angular.js/issues/11652)) + - throw an error if a callback is passed to animate methods + ([9bb4d6cc](https://github.com/angular/angular.js/commit/9bb4d6ccbe80b7704c6b7f53317ca8146bc103ca), + [#11826](https://github.com/angular/angular.js/issues/11826), [#11713](https://github.com/angular/angular.js/issues/11713)) + - ensure anchored animations remove the leave element at correct time + ([64c66d0e](https://github.com/angular/angular.js/commit/64c66d0eea11b575d2a71d00c70cfc5be12cd450), + [#11850](https://github.com/angular/angular.js/issues/11850)) +- **select:** prevent unknown option being added to select when bound to null property + ([4090491c](https://github.com/angular/angular.js/commit/4090491c73910c169d4fba0494a4e26b45dca7ec), + [#11872](https://github.com/angular/angular.js/issues/11872), [#11875](https://github.com/angular/angular.js/issues/11875)) + + +## Features + +- **filterFilter:** allow array like objects to be filtered + ([1b0d0fd8](https://github.com/angular/angular.js/commit/1b0d0fd8d00b42dffd798845fe0947d594372613), + [#11782](https://github.com/angular/angular.js/issues/11782), [#11787](https://github.com/angular/angular.js/issues/11787)) + + # 1.4.0-rc.2 rocket-zambonimation (2015-05-12)