Skip to content

Tags: okikio/spring-easing

Tags

v2.3.3

Toggle v2.3.3's commit message
chore(release): update changelog 2.3.3 [skip ci]

## [2.3.3](v2.3.2...v2.3.3) (2023-05-19)

### Bug Fixes

* **docs:** fix spring-easing deno link ([2d6b527](2d6b527))

### Misc

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

v2.3.2

Toggle v2.3.2's commit message
chore(release): update changelog 2.3.2 [skip ci]

## [2.3.2](v2.3.1...v2.3.2) (2023-05-19)

### Bug Fixes

* publish changes ([32395a4](32395a4))

### Misc

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

v2.3.1

Toggle v2.3.1's commit message
chore(release): 2.3.1 [skip ci]

## [2.3.1](v2.3.0...v2.3.1) (2023-05-14)

### Bug Fixes

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

v2.3.0

Toggle v2.3.0's commit message
chore(release): 2.3.0 [skip ci]

# [2.3.0](v2.2.0...v2.3.0) (2023-05-14)

### Features

* add BatchSpringEasing & it's interpolation functions ([f14b603](f14b603))

v2.2.0

Toggle v2.2.0's commit message
chore(release): 2.2.0 [skip ci]

# [2.2.0](v2.1.2...v2.2.0) (2023-05-13)

### Features

* add css spring easing and linear easing function support ([ac761fe](ac761fe))

v2.1.2

Toggle v2.1.2's commit message
chore(release): 2.1.2 [skip ci]

## [2.1.2](v2.1.1...v2.1.2) (2023-03-29)

### Bug Fixes

* skypack issues ([5f239d3](5f239d3))

v2.1.1

Toggle v2.1.1's commit message
chore(release): 2.1.1 [skip ci]

## [2.1.1](v2.1.0...v2.1.1) (2023-03-20)

### Bug Fixes

* ... ([5429f07](5429f07))

### Performance Improvements

* optimize perf. w/ help from [@jakearchibald](https://github.com/jakearchibald) ([1f3fc56](1f3fc56))

### Reverts

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

v2.1.0

Toggle v2.1.0's commit message
chore(release): 2.1.0 [skip ci]

# [2.1.0](v2.0.0...v2.1.0) (2022-09-18)

### Features

* re-add instant interpolation functions ([9c52a1b](9c52a1b))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.2.0...v2.0.0) (2022-09-09)

* feat!: add `toAnimationFrames` function ([517d07e](517d07e)), closes [#4](#4)

### BREAKING CHANGES

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

v1.2.0

Toggle v1.2.0's commit message
chore(release): 1.2.0 [skip ci]

# [1.2.0](v1.1.1...v1.2.0) (2022-09-05)

### Bug Fixes

* bugs ([7c2e24a](7c2e24a))

### Features

* add registerEasingFunction(s) function ([e97cb1d](e97cb1d))

### Performance Improvements

* optimize interploation functions ([7787db5](7787db5))