Skip to content

Commit

Permalink
docs(CHANGELOG): add period
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodalarme committed Oct 9, 2024
1 parent c00682c commit 68ae4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Added `CardAnimation.animateToAngle` helper to animate swipe the card to any given angle between 0-360°.
- Added `CardAnimation.animateUndoFromAngle` helper method to undo animation from any angle.
- Removed previous implementations for the above in the `CardAnimation` class, namely - `animateHorizontally`, `animateVertically`, `animateUndoHorizontally`, and `animateUndoVertically`
- Removed previous implementations for the above in the `CardAnimation` class, namely - `animateHorizontally`, `animateVertically`, `animateUndoHorizontally`, and `animateUndoVertically`.
- Replaced `enum CardSwiperDirection` with `class CardSwiperDirection` to support custom angle swiping.

## [7.0.2]
Expand Down

0 comments on commit 68ae4fd

Please sign in to comment.