Skip to content

Releases: creativewave/animate

v0.5.4

07 Mar 08:13
Compare
Choose a tag to compare

Bugfixes

  • fix(babel.config) Remove proposal polyfills (0d5eb8e)
  • fix(babel.config) Add loose option (7df8cea)
  • fix(package) Add Node CJS build (4a4ea1d)
  • fix(package) Upgrade dependencies (993c339)
  • fix(babel.config) Hoist targets option (61abd90)

Documentation

v0.5.3

16 Feb 14:12
Compare
Choose a tag to compare

Bugfixes

  • fix(babel.config) Optimize babel config (0c01bf3)
  • fix(package) Upgrade dependencies (b327623)

Documentation

v0.5.2

14 Feb 13:10
Compare
Choose a tag to compare

(Fail while publishing v0.5.1 on npm)

Bugfixes

  • fix(package) Upgrade required NodeJS version (854e006)
  • fix(rollup.config) Restore setup for browser build with Rollup (cb9543e)

v0.5.0

12 Feb 15:05
Compare
Choose a tag to compare

Bugfixes

  • fix(package) Refactoring for use in current node version (834727d)

Documentation

v0.4.10

11 Feb 16:46
Compare
Choose a tag to compare

Features

  • feat(multiple-animations-single-target) Add feature (dc1882b)

Bugfixes

  • fix(rollup.config) Minor refactoring (948c332)
  • fix(tests/effect) Minor refactoring (49c646d)
  • fix(package) Upgrade dependencies (fb4f478)

Documentation

  • doc(doc/computing-keyframes) Replace normalized by computed (c33f2e0)

v0.4.9

29 Jan 11:01
Compare
Choose a tag to compare

Bugfixes

  • fix(LICENCE) Remove year (b039f12)
  • fix(package) Rename module to main (64ac362)
  • fix(package) Upgrade dependencies (6b0f80d)
  • fix(babel.config) Set core-js with minor version (597e707)
  • fix(rollup.config) Replace inline babel helpers by imports (24a5ac3)

Documentation

  • doc(doc/normalize-keyframes) Add documentation (4b98dee)
  • doc(README) Rewording (1541ae9)

v0.4.8

01 Dec 06:59
Compare
Choose a tag to compare

Bugfixes

  • fix(tests/getTemplateParts) Add tests (c0d4e5d)
  • fix(src/keyframe) Fix test cases added in c0d4e5d (66deff5)
  • fix(package) Upgrade dependencies (6a1bc44)

v0.4.7

20 Nov 09:07
Compare
Choose a tag to compare

Bugfixes

  • fix(src/*) Minor refactoring (33a0fbe)
  • fix(src/keyframe) Handle negative number not preceded by a space (c16d698)
  • fix(tests/keyframe) Add test for CSS/IDL property name conversion (3e8a8fe)
  • fix(src/keyframe) Fix case from 3e8a8fe (f6c6cb4)
  • fix(package) Upgrade dependencies (1140dfc)

Documentation

  • doc(README) Add commitStyles and persist to support table (0327fc4)

v0.4.6

10 Nov 15:15
Compare
Choose a tag to compare

Bugfixes

  • fix(tests/effect) Broaden/merge cases for apply (f6857b7)
  • fix(src/keyframe) Fix case from f6857b7 (2953efb)
  • fix(tests/effect) Update apply case with array as PropertyController value (463b023)
  • fix(src/keyframe) Fix case from 463b023 (c09f2d1)

Documentation

  • doc(README) Describe array of values in PropertyController (f65a717)

v0.4.5

09 Nov 15:48
Compare
Choose a tag to compare

Bugfixes

  • fix(src/animation) Remove useless delete of update id (19271ee)
  • fix(tests/task) Use jsdom rAF/cAF (17ff104)
  • fix(tests/animation) Add case for async finish notification steps (18aba68)
  • fix(src/animation) Fix test case from 18aba68 (9998bd4)
  • fix(src/frame) Default export animationFrameGroup from frame (4e3355f)
  • fix(src/*) Fix usage of globals in ES build (3118a83)
  • fix(package) Upgrade dependencies (a81c1f2)