Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 14, 2022
1 parent 5ba48b5 commit 44debdd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,8 +4,22 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/).

Undocumented APIs should be considered internal and may change without warning.

## [7.10.0] 2022-12-14

- `.on()` event method to `MotionValue`.
- `"animationStart"`, `"animationComplete"`, and `"animationCancel"` events for `MotionValue`.
- `"animationStart"`, `"animationComplete"`, `"animationCancel"` and `"change"` events for `MotionValue`.

## [7.9.0] 2022-12-14

### Added

- Hardware-accelerated `opacity` animations.

## [7.8.1] 2022-12-14

### Changed

- Refactored animation pipeline to better accomodate WAAPI.

## [7.8.0] 2022-12-13

Expand Down

0 comments on commit 44debdd

Please sign in to comment.