Skip to content

Commit 0b46ef4

Browse files
Version Packages
1 parent fe8b8fe commit 0b46ef4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-swipe-back-transition.md

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

extensions/react-ui-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackflow/react-ui-core
22

3+
## 1.3.3
4+
5+
### Patch Changes
6+
7+
- fe8b8fe: Fix swipe back gesture during push/pop transitions by using capture phase event listeners to prevent touch events from reaching child elements during transitions
8+
39
## 1.3.2
410

511
### Patch Changes

extensions/react-ui-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/react-ui-core",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

0 commit comments

Comments
 (0)