Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## @wix/interact

### [2.1.3] - 2026-03-23

#### Added

- Add support to `onAbort` to fire correctly when an animation is aborted mid-play (#163)

#### Fixed

- Fix `viewEnter` inset value to be negated when applied as `rootMargin` (#166)
- Add default `threshold: 0.2` for `viewEnter` intersection observer (#166)

### [2.1.2] - 2026-03-15

#### Changed
Expand Down Expand Up @@ -75,6 +86,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## @wix/motion

### [2.1.2] - 2026-03-23

#### Added

- Add `onAbort` method to `AnimationGroup` for invoking callback when animation is aborted (#163)
- Add Playwright e2e test suite covering animation groups, effects, pointer, and scroll animations (#131)

### [2.1.1] - 2026-03-15

#### Fixed
Expand Down
Loading