COMMITS
/ test/ngAnimate/animateCssSpec.js December 10, 2018
P
test(ngAnimate): ensure that `blockTransitions` can be spied upon
Pete Bacon Darwin committed
September 4, 2017
M
fix(ngAnimate): don't close animations when child transitions close
Martin Staffa committed
July 3, 2017
J
fix($timeout/$interval): do not trigger a digest on cancel
Jason Bedard committed
November 17, 2016
M
chore(ngAnimate): cleanup vendor prefixes handling in tests
Michał Gołębiowski committed
October 17, 2016
M
refactor($sniffer): remove $sniffer.vendorPrefix
Michał Gołębiowski 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 15, 2016
G
fix(modules): allow modules to be loaded in any order when using `angular-loader`
Georgios Kalpakas committed
March 24, 2016
M
chore(angularFiles): add missing files
Martin Staffa committed
May 21, 2016
G
fix($animate): don't break on anchored animations without duration
Georgios Kalpakas committed
January 1, 2016
L
feat($q): report promises with non rejection callback
Lucas Mirelmann committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
January 18, 2016
M
fix($animateCss): cancel fallback timeout when animation ends normally
Martin Staffa committed
December 18, 2015
M
fix(ngAnimate): only copy over the animation options once
Matias Niemelä committed
January 6, 2016
G
test: fix failing tests on MS Edge
Georgios Kalpakas committed
G
refct(privateMocks): remove unused argument from `createMockStyleSheet()`
Georgios Kalpakas committed
December 11, 2015
M
fix($animateCss): only (de)register listeners when events have been added
Martin Staffa committed
J
docs: fix typos throughout the codebase
Justas Brazauskas committed
December 7, 2015
M
fix($animateCss): remove animation end event listeners on close
Martin Staffa committed
December 10, 2015
M
revert: fix($animateCss): respect transition styles already on the element
Matias Niemelä committed
November 18, 2015
M
fix($animateCss): respect transition styles already on the element
Martin Staffa committed
October 26, 2015
M
fix(ngAnimate): do not alter the provided options data
Matias Niemelä committed
November 29, 2015
M
style($animateCssSpec): remove dump from test
Martin Staffa committed
November 23, 2015
M
fix($animateCss): consider options.delay value for closing timeout
Martin Staffa committed
September 24, 2015
M
feat($animateCss): add support for temporary styles via `cleanupStyles`
Matias Niemelä committed
September 17, 2015
M
revert: chore(core): introduce $$body service
Matias Niemelä committed
August 27, 2015
M
fix($animate): `$animate.enabled(false)` should disable animations on $animateCss as well
Matias Niemelä committed
August 21, 2015
M
fix($animateCss): do not throw errors when a closing timeout is fired on a removed element
Matias Niemelä committed
August 17, 2015
M
fix(ngAnimate): only buffer rAF requests within the animation runners
Matias Niemelä committed
August 3, 2015
M
fix($animateCss): properly handle cancellation timeouts for follow-up animations
Matias Niemelä committed
July 19, 2015
S
fix($animateCss): ensure failed animations clear the internal cache
Sreenivasan K committed
August 13, 2015
M
fix($animateCss): the transitions options delay value should be applied before class application
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
M
fix($animateCss): make sure that `skipBlocking` avoids the pre-emptive transition-delay styling
Matias Niemelä committed
M
chore: replace `jqLite($document[0].body)` with `$$body`
Matias Niemelä committed
July 14, 2015
M
test($animateCss): avoid unnecessary checking for transition-timing-function
Matias Niemelä committed
M
test($animateCss): ensure that `transitionStyle` by itself doesn't trigger anything
Matias Niemelä committed
M
fix($animateCss): ensure animations execute if only a keyframeStyle is provided
Matias Niemelä committed
July 3, 2015
M
fix(ngAnimate): ensure that orphaned elements do not throw errors when animated
Matias Niemelä committed
May 11, 2015
M
fix($animateCss): ensure that custom durations do not confuse the gcs cache
Matias Niemelä committed
April 25, 2015
M
fix($animateCss): ensure that an object is always returned even when no animation is set to run
Matias Niemelä committed
April 23, 2015
M
fix($animate): ensure that from styles are applied for class-based animations
Matias Niemelä committed
April 13, 2015
M
fix(ngAnimate): ensure ngClass-based classes are always resolved for CSS-enabled animations
Matias Niemelä committed
April 10, 2015
M
fix(ngAnimate): ensure SVG classes are properly removed
Matias Niemelä committed
April 3, 2015
M
feat($animate): complete refactor of internal animation code
Matias Niemelä committed