Skip to content

Commit

Permalink
docs: add next changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Dec 22, 2024
1 parent 0039721 commit 0b99da4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ All notable changes to this project will be documented in this file.

See the [Changesets](./.changeset) for the latest changes.

## [0.78.3](./#0.78.3) - 2024-12-13
## [0.79.0](./#0.79.0) - 2024-12-22

### Changed

- **Carousel [BREAKING]**: Redesign carousel machine to improve touch handling and performance.

- Changed the implementation to rely on the native CSS `scroll-snap` feature, and added new features.
- Changed `index` prop to `page`
- Changed `onIndexChange` to `onPageChange`
- Removed need for `api.getViewportProps()`

### Fixed

Expand Down

0 comments on commit 0b99da4

Please sign in to comment.