COMMITS
/ test/ngAnimate/animateSpec.js July 27, 2018
G
fix($animate): avoid memory leak with `$animate.enabled(element, enabled)`
George Kalpakas committed
June 23, 2018
M
feat($animate): add option data to event callbacks
Martin Staffa committed
February 2, 2018
M
fix($animate): let cancel() reject the runner promise
Martin Staffa committed
April 27, 2017
G
perf(animate): avoid unnecessary computations if animations are globally disabled
Georgios Kalpakas committed
July 15, 2016
G
feat($animate): add support for `customFilter`
Georgios Kalpakas committed
G
fix($animate): reset `classNameFilter` to `null` when a disallowed RegExp is used
Georgios Kalpakas committed
G
fix($animate): improve detection on `ng-animate` in `classNameFilter` RegExp
Georgios Kalpakas committed
December 9, 2016
G
refactor(*): replace `HashMap` with `NgMap`
Georgios Kalpakas committed
December 15, 2016
G
fix(ngAnimate): correctly animate transcluded clones with `templateUrl`
Georgios Kalpakas committed
December 21, 2016
G
test(ngAnimate): make expectations more specific
Georgios Kalpakas committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
June 26, 2016
G
fix($animate): do not get affected by custom, enumerable properties on `Object.prototype`
Georgios Kalpakas committed
May 21, 2016
G
fix($animate): don't break on anchored animations without duration
Georgios Kalpakas committed
May 4, 2016
M
fix(ngAnimate): properly handle empty jqLite collections
Maksim Ryzhikov committed
May 6, 2016
S
fix(ngAnimate) : make svg elements work with classNameFilter
Sreenivasan K committed
April 26, 2016
M
perf($animate): listen for document visibility changes
Martin Staffa committed
March 29, 2016
M
fix(ngAnimate): remove event listeners only after all listeners have been called
Martin Staffa committed
M
feat(ngAnimate): let $animate.off() remove all listeners for an element
Martin Staffa committed
March 14, 2016
M
fix(ngAnimate): fire callbacks when document is hidden
Martin Staffa committed
M
test(ngAnimate): test calling callbacks for various constellations
Martin Staffa committed
M
fix(ngAnimate): fire callbacks in the correct order for certain skipped animations
Martin Staffa committed
March 16, 2016
M
fix(ngAnimate): run structural animations with cancelled out class changes
Martin Staffa committed
March 4, 2016
M
fix(ngAnimate.$animate): remove animation callbacks when the element is removed
Martin Staffa committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
January 28, 2016
M
docs(ngAnimateChildren) add docs
Martin Staffa committed
M
fix(ngAnimateChildren): make it compatible with ngIf
Martin Staffa committed
January 21, 2016
M
fix(ngAnimate): properly cancel-out previously running class-based animations
Matias Niemelä committed
January 12, 2016
M
fix($animate): correctly handle `$animate.pin()` host elements
Martin Staffa committed
January 15, 2016
M
fix(ngAnimate): do not trigger animations if the document is hidden
Matias Niemelä committed
January 6, 2016
M
fix($animate): allow enabled children to animate on disabled parents
Matias Niemelä committed
M
fix(ngAnimate): allow event listeners on document in IE
Martin Staffa committed
December 2, 2015
M
fix($animate): allow animations when pinned element is parent element
Martin Staffa committed
December 10, 2015
M
test($animate): ensure that pin() arguments are elements
Martin Staffa committed
December 1, 2015
M
fix(ngAnimate): ignore children without animation data when closing them
Martin Staffa committed
October 26, 2015
M
fix(ngAnimate): do not alter the provided options data
Matias Niemelä committed
July 6, 2015
S
fix($animate): ensure leave animation calls `close` callback
Sreenivasan K committed
September 17, 2015
M
revert: chore(core): introduce $$body service
Matias Niemelä committed
September 16, 2015
M
fix(ngAnimate): callback detection should only use RAF when necessary
Matias Niemelä committed
August 11, 2015
M
fix(ngAnimate): use requestAnimationFrame to space out child animations
Matias Niemelä committed
August 17, 2015
M
fix(ngAnimate): only buffer rAF requests within the animation runners
Matias Niemelä committed
July 5, 2015
July 28, 2015
M
fix(ngAnimate): ensure that only string-based addClass/removeClass values are applied
Matias Niemelä committed
June 30, 2015
M
fix(ngAnimate): ensure that parent class-based animations are never closed by their children
Matias Niemelä committed
M
chore: replace `jqLite($document[0].body)` with `$$body`
Matias Niemelä committed
May 27, 2015
O
fix(ngAnimate): allow animations on body and root elements
Olen Davis committed
April 29, 2015
May 22, 2015
M
revert: fix(ngAnimate): throw an error if a callback is passed to animate methods
Matias Niemelä committed