Skip to content

Commit 142e65d

Browse files
chore(release): version packages (#151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf06a80 commit 142e65d

5 files changed

Lines changed: 20 additions & 25 deletions

File tree

.changeset/large-moles-juggle.md

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

.changeset/shaggy-showers-judge.md

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

.changeset/violet-plums-crash.md

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

CHANGELOG.md

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- [#153](https://github.com/saseungmin/react-native-gesture-image-viewer/pull/153) [`0bb80ef`](https://github.com/saseungmin/react-native-gesture-image-viewer/commit/0bb80ef9c9fc5d9ebe8856a571bde9a93010e333) Thanks [@saseungmin](https://github.com/saseungmin)! - docs(rspress): update docs config and add versioned AI guide
8+
9+
Update the Rspress docs setup and add versioned AI guide pages for both 1.x and 2.x documentation. This includes guidance for using llms.txt, llms-full.txt, and Markdown doc links with AI tools, and adjusts the docs build config to avoid the experimental worker build issue after the Rspress upgrade.
10+
11+
- [#152](https://github.com/saseungmin/react-native-gesture-image-viewer/pull/152) [`bf06a80`](https://github.com/saseungmin/react-native-gesture-image-viewer/commit/bf06a80e17be01dc2ecbf3b955c4d1274d31dc29) Thanks [@saseungmin](https://github.com/saseungmin)! - fix(web): stabilize paging sync for autoplay, controller, and double-click zoom
12+
13+
Fix several web-specific paging and interaction issues in `GestureViewer`.
14+
15+
This improves loop and autoplay index synchronization on web, keeps controller-driven navigation in sync, restores double-click zoom, and refines web paging behavior so settled pages match the browser's final scroll position more naturally.
16+
17+
- [#150](https://github.com/saseungmin/react-native-gesture-image-viewer/pull/150) [`9e78690`](https://github.com/saseungmin/react-native-gesture-image-viewer/commit/9e78690da9d08d142e16b0438b65d0c508ebfd7a) Thanks [@saseungmin](https://github.com/saseungmin)! - fix(android): restore horizontal swipe by scoping native scroll workaround to iOS
18+
19+
Fix an Android regression where horizontal swiping could stop working after the iOS native scroll gesture
20+
workaround was introduced. The workaround is now scoped to iOS scrollables only, while still preserving the iOS dismiss behavior.
21+
322
## 2.1.3
423

524
### Patch 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": "2.1.3",
3+
"version": "2.1.4",
44
"description": "🖼️ React Native Image Viewer - Reanimated-powered image gestures with full control",
55
"keywords": [
66
"android",

0 commit comments

Comments
 (0)