Changelog
All notable changes to this project will be documented in this file.
1.0.1 (2025-12-18)
Bug Fixes
- update package version to 1.0.1 (94c0270)
1.0.1 (2025-12-18)
Added
- fix: update version (fd5ed79)
Bug Fixes
- fix: update version (fd5ed79)
1.0.0 (2025-12-17)
Features
- Add GitHub Pages deployment workflow and a new roadmap documentation page. (adee8d4)
- docs: Add changelog, update roadmap, and configure VitePress with new dependencies. (3558e57)
- docs: done (ebba8a9)
- Implement CI/CD workflows, automated releases, and community contribution standards. (59d1623)
- Introduce VitePress documentation with guides and API references, and refine
useSwipeAnimationhook. (b82d07e)
Bug Fixes
- correct TypeScript declaration file paths in package.json (bd4ecaf)
[1.0.0] - 2025-12-16
Added
- Initial release
SwipeableStackcomponent with full gesture supportSwipeableCardcomponent for individual cardsuseSwipeableStackhook for state managementuseSwipeGesturehook for pan gesture handlinguseSwipeAnimationhook for animated stylesuseNextCardAnimationhook for background card animation- Imperative API via ref (
swipeLeft,swipeRight,undo) - Customizable overlays (LIKE/NOPE labels)
- Full TypeScript support
- Comprehensive documentation
Performance
- Memoized gesture objects per Reanimated best practices
- All animations run on UI thread via worklets
- Uses
.get()/.set()API for React Compiler compatibility - Non-layout properties for optimal animation performance