Skip to content

Releases: aurelia/animator-css

aurelia-animator-css 1.0.0-beta.1.1.2

01 Mar 16:15
Compare
Choose a tag to compare

Bug Fixes

  • CssAnimator: stagger only child elements (219b5c79)

aurelia-animator-css 1.0.0-beta.1.1.1

08 Feb 19:50
Compare
Choose a tag to compare
  • fix jspm/npm package metadata

aurelia-animator-css 1.0.0-beta.1.1.0

30 Jan 01:45
Compare
Choose a tag to compare

Features

  • all: update jspm meta; core-js; aurelia deps (b6f0a247)

aurelia-animator-css 1.0.0-beta.1.0.3

09 Jan 02:31
Compare
Choose a tag to compare

Bug Fixes

aurelia-animator-css 1.0.0-beta.1.0.2

16 Dec 21:48
Compare
Choose a tag to compare

Bug Fixes

  • npm-convention: npm test works (d44f2ca5)
  • race-condition:
    • fix for missing animationend event under stress (f7963e3e)
    • test for animation occurring without timeout (3eefc533)
  • tests: Fixed ReferenceError in two tests (f976e0b0)

aurelia-animator-css 1.0.0-beta.1.0.1

17 Nov 19:02
Compare
Choose a tag to compare

Bug Fixes

  • classes: fix timing issue of add and remove class (4e756c34)
  • typing: add testcase for timing issue (893059a8)

aurelia-animator-css 1.0.0-beta.1

16 Nov 21:16
Compare
Choose a tag to compare
chore(all): prepare release 1.0.0-beta.1

aurelia-animator-css v0.18.0

10 Nov 17:23
Compare
Choose a tag to compare

Bug Fixes

  • all: update to use TemplatingEngine to install animator (a06a44e9)
  • animator: remove unneeded move method (2eac6407)

aurelia-animator-css v0.17.0

13 Oct 09:24
Compare
Choose a tag to compare

Bug Fixes

  • CssAnimation: add export to interface (8fbea194)
  • all:
  • build:
    • update linting, testing and tools (8a14252d)
    • add built files for jspm registry (a136d93c)
  • deps:
    • Checkin missing build (87504049)
    • Update dependency, fix CssAnimator import (a0f9ebf3)
  • index: update to new framework configuration api (8930d386)
  • instance:
    • fix instance passing (9236153b)
    • ensure callback returns DI instance (06b20691)
  • package:
  • stagger: check for null/undefined on stagger parent (cb5dfa33)
  • test: Fixes tests and updates dependencies (fd0bf514)
  • tests:
  • timeout: fixes timeouts for animation triggers (9fb1ffa6)
  • typing: add type information (f28fdba9)

Features

  • all:
  • anim: implements animator-css service (83f23e16)
  • anim-delay: respect set animation delay (f54e624a)
  • anim-done: indicate when animation is done via classes (6779c9ff)
  • beta: new methods, events and refactoring (1bb61d76)
  • events: trigger animation events (affc3710)
  • isAnimating: indicator for whether an animation is active (277f81bf)
  • stagger:

aurelia-animator-css v0.16.0

05 Sep 05:06
Compare
Choose a tag to compare

Bug Fixes

  • CssAnimation: add export to interface (8fbea194)
  • build: update linting, testing and tools (8a14252d)