docs(CHANGELOG): add period
This commit is contained in:
parent
c00682c51a
commit
68ae4fd9e0
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
- Added `CardAnimation.animateToAngle` helper to animate swipe the card to any given angle between 0-360°.
|
- 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.
|
- 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.
|
- Replaced `enum CardSwiperDirection` with `class CardSwiperDirection` to support custom angle swiping.
|
||||||
|
|
||||||
## [7.0.2]
|
## [7.0.2]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue