Skip to content

Commit

Permalink
chore: v3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed Oct 18, 2023
1 parent 1948203 commit c7cd1fc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 3.0.0 / 2023-10-18

### refactor / chore

- upgrade dependencies

# BREAKING CHANGE

Remove some unused/unneeded code which drops support for older browser versions. Results in slightly decreased bundle size.

- remove unneeded polyfill for translateStyle - [browser support since 2017](https://caniuse.com/?search=transforms)
- remove unneeded polyfill for `Number.isFinite` - [browser support since 2015](https://caniuse.com/?search=Number.isFinite) AND polyfilled by babel/core-js

## 2.0.5 / 2023-10-10

### fix

- Check if `requestAnimationFrame` is defined in shouldUpdate

## 2.0.4 / 2023-09-12

### fix

- call `onAnimationEnd` on unmount

## 2.0.3 / 2023-05-08

### fix
Expand Down

0 comments on commit c7cd1fc

Please sign in to comment.