Skip to content
Open
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/calm-stacks-persist.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/fep-2590-core-peer-compat.md

This file was deleted.

28 changes: 28 additions & 0 deletions docs/components/ChangelogContent.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 2026.07.16

Package initial release; Persist and restore complete Stackflow navigation snapshots with optional metadata reuse strategies and explicit load/save error handling. [`0072c62`](https://github.com/daangn/stackflow/commit/0072c628a8128524efe85e8f9f9ef71dd661b5c2)

Released packages:
- 📦 [@stackflow/plugin-stack-persistence@1.0.0](https://npmjs.com/package/@stackflow/plugin-stack-persistence/v/1.0.0)

---

Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3. [`aaf2d03`](https://github.com/daangn/stackflow/commit/aaf2d0354231d8342f70d6652c46fc27bc3f8b63)

Released packages:
- 📦 [@stackflow/link@2.0.2](https://npmjs.com/package/@stackflow/link/v/2.0.2)
- 📦 [@stackflow/plugin-basic-ui@1.18.4](https://npmjs.com/package/@stackflow/plugin-basic-ui/v/1.18.4)
- 📦 [@stackflow/plugin-blocker@0.1.3](https://npmjs.com/package/@stackflow/plugin-blocker/v/0.1.3)
- 📦 [@stackflow/plugin-devtools@0.1.14](https://npmjs.com/package/@stackflow/plugin-devtools/v/0.1.14)
- 📦 [@stackflow/plugin-google-analytics-4@1.1.18](https://npmjs.com/package/@stackflow/plugin-google-analytics-4/v/1.1.18)
- 📦 [@stackflow/plugin-history-sync@1.12.1](https://npmjs.com/package/@stackflow/plugin-history-sync/v/1.12.1)
- 📦 [@stackflow/plugin-lifecycle@0.1.3](https://npmjs.com/package/@stackflow/plugin-lifecycle/v/0.1.3)
- 📦 [@stackflow/plugin-renderer-basic@1.1.16](https://npmjs.com/package/@stackflow/plugin-renderer-basic/v/1.1.16)
- 📦 [@stackflow/plugin-renderer-web@1.1.16](https://npmjs.com/package/@stackflow/plugin-renderer-web/v/1.1.16)
- 📦 [@stackflow/plugin-sentry@0.1.3](https://npmjs.com/package/@stackflow/plugin-sentry/v/0.1.3)
- 📦 [@stackflow/plugin-stack-depth-change@1.1.8](https://npmjs.com/package/@stackflow/plugin-stack-depth-change/v/1.1.8)
- 📦 [@stackflow/react@2.1.3](https://npmjs.com/package/@stackflow/react/v/2.1.3)
- 📦 [@stackflow/react-ui-core@1.3.7](https://npmjs.com/package/@stackflow/react-ui-core/v/1.3.7)

---

## 2026.07.11

Distinguish how a stack is initialized — created fresh (`create`) or restored from a snapshot (`load`) — and add the surface a snapshot round-trip needs: `StackSnapshot`, `actions.captureSnapshot()`, the `provideSnapshot` / `onLoadError` plugin hooks, and `initInfo` on `onInit`. Runtime behavior is unchanged when no snapshot is provided; the breaks are type-level only — the `StackflowPluginHook` → `StackflowPluginInitHook` rename, plus new required members on `StackflowActions` and on the `onInit` / `overrideInitialEvents` hook signatures — hence the major. [`f0fc1fb`](https://github.com/daangn/stackflow/commit/f0fc1fbdda3b23f7c1400f9659e45a970be1647d)
Expand Down
6 changes: 6 additions & 0 deletions extensions/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/link

## 2.0.2

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions extensions/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/link",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@stackflow/config": "^2.0.0",
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-history-sync": "^1.12.0",
"@stackflow/react": "^2.1.2",
"@stackflow/plugin-history-sync": "^1.12.1",
"@stackflow/react": "^2.1.3",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"esbuild-plugin-file-path-extensions": "^2.1.3",
Expand Down
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.18.4

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.
- Updated dependencies [aaf2d03]
- @stackflow/react-ui-core@1.3.7

## 1.18.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.18.3",
"version": "1.18.4",
"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.6",
"@stackflow/react-ui-core": "^1.3.7",
"@vanilla-extract/css": "^1.15.3",
"@vanilla-extract/dynamic": "^2.1.1",
"@vanilla-extract/private": "^1.0.5",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^2.1.2",
"@stackflow/react": "^2.1.3",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-blocker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-blocker

## 0.1.3

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions extensions/plugin-blocker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-blocker",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@stackflow/config": "^2.0.0",
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-renderer-basic": "^1.1.15",
"@stackflow/react": "^2.1.2",
"@stackflow/plugin-renderer-basic": "^1.1.16",
"@stackflow/react": "^2.1.3",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-devtools

## 0.1.14

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugin-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-devtools",
"version": "0.1.13",
"version": "0.1.14",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-google-analytics-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-google-analytics-4

## 1.1.18

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 1.1.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-google-analytics-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-google-analytics-4",
"version": "1.1.17",
"version": "1.1.18",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^2.1.2",
"@stackflow/react": "^2.1.3",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-history-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-history-sync

## 1.12.1

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 1.12.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions extensions/plugin-history-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-history-sync",
"version": "1.12.0",
"version": "1.12.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -65,8 +65,8 @@
"@stackflow/config": "^2.0.0",
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-renderer-basic": "^1.1.15",
"@stackflow/react": "^2.1.2",
"@stackflow/plugin-renderer-basic": "^1.1.16",
"@stackflow/react": "^2.1.3",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-lifecycle

## 0.1.3

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions extensions/plugin-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-lifecycle",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@stackflow/config": "^2.0.0",
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-renderer-basic": "^1.1.15",
"@stackflow/react": "^2.1.2",
"@stackflow/plugin-renderer-basic": "^1.1.16",
"@stackflow/react": "^2.1.3",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-renderer-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-renderer-basic

## 1.1.16

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 1.1.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-renderer-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-renderer-basic",
"version": "1.1.15",
"version": "1.1.16",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^2.1.2",
"@stackflow/react": "^2.1.3",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-renderer-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-renderer-web

## 1.1.16

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 1.1.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-renderer-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-renderer-web",
"version": "1.1.15",
"version": "1.1.16",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@stackflow/core": "^3.0.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^2.1.2",
"@stackflow/react": "^2.1.3",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-sentry

## 0.1.3

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugin-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-sentry",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-stack-depth-change/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-stack-depth-change

## 1.1.8

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugin-stack-depth-change/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-stack-depth-change",
"version": "1.1.7",
"version": "1.1.8",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
7 changes: 7 additions & 0 deletions extensions/plugin-stack-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stackflow/plugin-stack-persistence

## 1.0.0

### Major Changes

- 0072c62: Package initial release; Persist and restore complete Stackflow navigation snapshots with optional metadata reuse strategies and explicit load/save error handling.
2 changes: 1 addition & 1 deletion extensions/plugin-stack-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-stack-persistence",
"version": "0.0.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
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.7

### Patch Changes

- aaf2d03: Expand the supported `@stackflow/core` peer dependency range to include both v2 and v3.

## 1.3.6

### Patch Changes
Expand Down
Loading
Loading