Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 15, 2022
1 parent 624003c commit bc5c76a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,19 @@ Undocumented APIs should be considered internal and may change without warning.
### Added

- `.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.9.1] 2022-12-14

Expand Down

0 comments on commit bc5c76a

Please sign in to comment.