Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/fix-swipe-back-transition.md

This file was deleted.

8 changes: 8 additions & 0 deletions extensions/plugin-basic-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @stackflow/plugin-basic-ui

## 1.16.1

### Patch Changes

- 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
- Updated dependencies [fe8b8fe]
- @stackflow/[email protected]

## 1.16.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-basic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-basic-ui",
"version": "1.16.0",
"version": "1.16.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@stackflow/react-ui-core": "^1.3.2",
"@stackflow/react-ui-core": "^1.3.3",
"@vanilla-extract/css": "^1.15.3",
"@vanilla-extract/dynamic": "^2.1.1",
"@vanilla-extract/private": "^1.0.5",
Expand Down
6 changes: 6 additions & 0 deletions extensions/react-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/react-ui-core

## 1.3.3

### Patch Changes

- 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

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/react-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react-ui-core",
"version": "1.3.2",
"version": "1.3.3",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5292,7 +5292,7 @@ __metadata:
"@stackflow/core": "npm:^1.2.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@stackflow/react": "npm:^1.6.0"
"@stackflow/react-ui-core": "npm:^1.3.2"
"@stackflow/react-ui-core": "npm:^1.3.3"
"@types/react": "npm:^18.3.3"
"@vanilla-extract/css": "npm:^1.15.3"
"@vanilla-extract/dynamic": "npm:^2.1.1"
Expand Down Expand Up @@ -5478,7 +5478,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/react-ui-core@npm:^1.3.2, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
"@stackflow/react-ui-core@npm:^1.3.3, @stackflow/react-ui-core@workspace:extensions/react-ui-core":
version: 0.0.0-use.local
resolution: "@stackflow/react-ui-core@workspace:extensions/react-ui-core"
dependencies:
Expand Down
Loading