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
5 changes: 0 additions & 5 deletions .changeset/fix-duplicate-interval.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-swipe-back-direction-lock.md

This file was deleted.

6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/core

## 1.3.1

### Patch Changes

- 4d3b294: fix(core): prevent duplicate setInterval in dispatchEvent

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/core",
"version": "1.3.0",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
16 changes: 16 additions & 0 deletions docs/components/ChangelogContent.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2026.03.13

fix(core): prevent duplicate setInterval in dispatchEvent [`4d3b294`](https://github.com/daangn/stackflow/commit/4d3b29414aaa42ee405104f9cf7fb9c687fdf54c)

Released packages:
- 📦 [@stackflow/core@1.3.1](https://npmjs.com/package/@stackflow/core/v/1.3.1)

---

fix(react-ui-core): clamp swipe-back dx to prevent left-drag screen movement [`b9c1946`](https://github.com/daangn/stackflow/commit/b9c19469fe1fcdb4023493c06cf3fd98bb710d91)

Released packages:
- 📦 [@stackflow/react-ui-core@1.3.4](https://npmjs.com/package/@stackflow/react-ui-core/v/1.3.4)

---

## 2026.01.29

Add encode option to Route interface for converting activity params to URL string params [`45fb7ba`](https://github.com/daangn/stackflow/commit/45fb7ba271b8aaf754d25c2a241e54bd15bdd2dc)
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.4

### Patch Changes

- b9c1946: fix(react-ui-core): clamp swipe-back dx to prevent left-drag screen movement

## 1.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/core": "^1.1.0",
"@stackflow/core": "^1.3.1",
"@stackflow/esbuild-config": "^1.0.2",
"@stackflow/react": "^1.3.2",
"@types/react": "^18.3.3",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5363,7 +5363,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/core@npm:^1.1.0, @stackflow/core@npm:^1.1.1, @stackflow/core@npm:^1.2.0, @stackflow/core@npm:^1.3.0, @stackflow/core@workspace:core":
"@stackflow/core@npm:^1.1.0, @stackflow/core@npm:^1.1.1, @stackflow/core@npm:^1.2.0, @stackflow/core@npm:^1.3.0, @stackflow/core@npm:^1.3.1, @stackflow/core@workspace:core":
version: 0.0.0-use.local
resolution: "@stackflow/core@workspace:core"
dependencies:
Expand Down Expand Up @@ -5717,7 +5717,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@stackflow/react-ui-core@workspace:extensions/react-ui-core"
dependencies:
"@stackflow/core": "npm:^1.1.0"
"@stackflow/core": "npm:^1.3.1"
"@stackflow/esbuild-config": "npm:^1.0.2"
"@stackflow/react": "npm:^1.3.2"
"@types/react": "npm:^18.3.3"
Expand Down