Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

92 lines (51 loc) · 4.52 KB

Changelog

Fixes

  • fix: 🐛 auto scroll break (#14).

v1.6.5 - 2024-01-30

v1.6.4 - 2024-01-30

Fixes

  • fix: 🐛 adjust default double tap zoom (#13).

v1.6.3 - 2024-01-29

Fixes

  • fix: 🐛 disable scroll when user use NaN as scrolling index (#12).
  • fix: 🐛 disable scrollToIndex if empty images array (#11).

v1.6.2 - 2024-01-29

v1.6.1 - 2024-01-24

Fixes

  • fix: 🐛 update default double tap zoom to 2 (#10).

v1.6.0 - 2024-01-24

Features

  • feat: 🎸 add onZoom prop to ImagePreview (#9).

v1.5.3 - 2024-01-24

Fixes

  • fix: 🐛 infinit scroll between two pages (#8).

v1.5.2 - 2024-01-24

Fixes

  • fix: 🐛 set autoscroll to false when user going to background (#7).

v1.5.1 - 2023-11-21

Features

  • feat: use autoscroll timer instead of boolean (#6).

v1.5.0 - 2023-11-21

Features

  • feat: add handle page change action (#5).

v1.4.0 - 2023-11-17

Features

  • feat: add auto scroll before user manual scroll (#4).

v1.3.0 - 2023-11-16

Features

  • feat: adapt the library to the needs of Fidme (b1268aa).
  • feat: add prop to disable swipe (3f12579).

Improvements

  • chore: removed react-native-gesture-handler from peerDependencies (47f1c5b).
  • chore: added .idea to .gitignore (a1853fa).

Fixes

  • fix: export image object type (47ec787).
  • fix: remove extra peer dependencies (e44aac6).

Documentations

  • docs: add todos (a75f21c).
  • docs: updated demo gifs (5339223).
  • docs: added checkboxes on Todo (5823f1a).
  • docs: add image object type to example (3218dab).
  • docs: add disableSwipe prop (6f62345).
  • docs: added missing ImageGallery import on Custom Gallery example (7f25b2d).