Skip to content

Commit 06193ea

Browse files
chore(release): version packages (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7399cb9 commit 06193ea

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/sour-knives-rhyme.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# react-native-gesture-image-viewer
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 7399cb9: feat(hook): add external controller hook for ImageViewer
8+
9+
- Add useImageViewerController hook for external control
10+
- Implement ImageViewerManager with observer pattern
11+
- Add ImageViewerRegistry for multi-instance management
12+
- Support programmatic navigation (goToIndex, goToPrevious, goToNext)
13+
- Enable external state synchronization with internal gestures
14+
315
## 0.2.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gesture-image-viewer",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "react-native-gesture-image-viewer",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)