Skip to content

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

Bug Fixes

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 useSwipeAnimation hook. (b82d07e)

Bug Fixes

  • correct TypeScript declaration file paths in package.json (bd4ecaf)

[1.0.0] - 2025-12-16

Added

  • Initial release
  • SwipeableStack component with full gesture support
  • SwipeableCard component for individual cards
  • useSwipeableStack hook for state management
  • useSwipeGesture hook for pan gesture handling
  • useSwipeAnimation hook for animated styles
  • useNextCardAnimation hook 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

Released under the MIT License.