Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 878 Bytes

File metadata and controls

23 lines (19 loc) · 878 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.0] - 2026-02-08

Added

  • Initial release of react-native-ultra-carousel
  • Core Carousel component with gesture-driven navigation
  • 10 basic animation presets: slide, fade, slide-fade, scale, scale-fade, vertical, vertical-fade, parallax, overlap, peek
  • Animation preset registry with extensibility
  • Pagination system: dot, bar, number, progress, custom
  • Plugin system for extending carousel behavior
  • useCarousel hook for external control
  • useAutoPlay hook for automatic slide advancement
  • ParallaxImage component for parallax effects
  • Auto play with pause-on-interaction
  • Loop mode support
  • Snap alignment (start, center, end)
  • Full TypeScript support with strict mode
  • Accessibility support (screen reader, keyboard navigation)
  • ScrollView conflict resolution