Skip to content

Latest commit

 

History

History
130 lines (60 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

130 lines (60 loc) · 5.52 KB

2.3.3 (2023-05-19)

Bug Fixes

  • docs: fix spring-easing deno link (2d6b527)

Misc

  • gh-bot: 🚀 build types, api & library files (fe1cdce)
  • gh-bot: 🚀 release (9904633)

2.3.2 (2023-05-19)

Bug Fixes

Misc

  • add links to deno [skip ci] (e92c170)
  • fix broken links & add CSSSpringEasing to demo [skip ci] (02eb310)
  • fix format issues in package.json (bcd3581)
  • gh-bot: 🚀 build types, api & library files (d252bec)
  • gh-bot: 🚀 build types, api & library files (9e4713f)
  • gh-bot: 🚀 release (0af56b5)
  • npm keywords should be lowercase (b053491)
  • update deps (0d31b4f)

2.3.1 (2023-05-14)

Bug Fixes

  • deno not showing docs (6d260c4)
  • git syslink issue with src/README.md [skip ci] (42df16d)

2.3.0 (2023-05-14)

Features

  • add BatchSpringEasing & it's interpolation functions (f14b603)

2.2.0 (2023-05-13)

Features

  • add css spring easing and linear easing function support (ac761fe)

2.1.2 (2023-03-29)

Bug Fixes

2.1.1 (2023-03-20)

Bug Fixes

Performance Improvements

Reverts

  • back to old interpolation syntax, as the new batch syntax causes confusion (502bbd0)

2.1.0 (2022-09-18)

Features

  • re-add instant interpolation functions (9c52a1b)

2.0.0 (2022-09-09)

  • feat!: add toAnimationFrames function (517d07e), closes #4

BREAKING CHANGES

  • new interpolation function syntax will break the current custom interpolation functions

1.2.0 (2022-09-05)

Bug Fixes

Features

  • add registerEasingFunction(s) function (e97cb1d)

Performance Improvements

  • optimize interploation functions (7787db5)

1.1.1 (2022-06-02)

Performance Improvements

  • faster interpolation for t=0 or 1 (efbdab9), closes #3

1.1.0 (2022-02-23)

Bug Fixes

Features

  • add string interpolation & custom interpolation functions (d13f252), closes #4f4