Skip to content

Commit d9aaa28

Browse files
changeset
1 parent 042cfb8 commit d9aaa28

File tree

29 files changed

+240
-103
lines changed

29 files changed

+240
-103
lines changed

.changeset/pre.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"mode": "exit",
3+
"tag": "canary",
4+
"initialVersions": {
5+
"@stackflow/config": "1.2.0",
6+
"@stackflow/core": "1.1.0",
7+
"@stackflow/demo": "1.4.0",
8+
"@stackflow/docs": "2.0.1",
9+
"@stackflow/compat-await-push": "1.1.13",
10+
"@stackflow/link": "1.6.0",
11+
"@stackflow/plugin-basic-ui": "1.10.0",
12+
"@stackflow/plugin-devtools": "0.1.11",
13+
"@stackflow/plugin-google-analytics-4": "1.1.15",
14+
"@stackflow/plugin-history-sync": "1.7.0",
15+
"@stackflow/plugin-map-initial-activity": "1.0.11",
16+
"@stackflow/plugin-preload": "1.4.3",
17+
"@stackflow/plugin-renderer-basic": "1.1.13",
18+
"@stackflow/plugin-renderer-web": "1.1.13",
19+
"@stackflow/plugin-stack-depth-change": "1.1.5",
20+
"@stackflow/react-ui-core": "1.1.2",
21+
"@stackflow/react": "1.4.1",
22+
"@stackflow/esbuild-config": "1.0.3"
23+
},
24+
"changesets": [
25+
"tasty-snakes-swim"
26+
]
27+
}

.changeset/tasty-snakes-swim.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackflow/react": minor
3+
---
4+
5+
add `useDeferredStack` option

demo/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @stackflow/demo
22

3+
## 1.4.1-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
- @stackflow/compat-await-push@1.1.14-canary.0
10+
- @stackflow/link@1.6.1-canary.0
11+
- @stackflow/plugin-basic-ui@1.10.1-canary.0
12+
- @stackflow/plugin-history-sync@1.7.1-canary.0
13+
- @stackflow/plugin-map-initial-activity@1.0.12-canary.0
14+
- @stackflow/plugin-preload@1.4.4-canary.0
15+
- @stackflow/plugin-renderer-basic@1.1.14-canary.0
16+
317
## 1.4.0
418

519
### Minor Changes

demo/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/demo",
3-
"version": "1.4.0",
3+
"version": "1.4.1-canary.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -32,18 +32,18 @@
3232
"dependencies": {
3333
"@seed-design/design-token": "^1.0.3",
3434
"@seed-design/stylesheet": "^1.0.4",
35-
"@stackflow/compat-await-push": "^1.1.13",
35+
"@stackflow/compat-await-push": "^1.1.14-canary.0",
3636
"@stackflow/config": "^1.2.0",
3737
"@stackflow/core": "^1.1.0",
38-
"@stackflow/link": "^1.5.0",
39-
"@stackflow/plugin-basic-ui": "^1.9.2",
38+
"@stackflow/link": "^1.6.1-canary.0",
39+
"@stackflow/plugin-basic-ui": "^1.10.1-canary.0",
4040
"@stackflow/plugin-devtools": "^0.1.11",
41-
"@stackflow/plugin-history-sync": "^1.7.0",
42-
"@stackflow/plugin-map-initial-activity": "^1.0.11",
43-
"@stackflow/plugin-preload": "^1.4.3",
44-
"@stackflow/plugin-renderer-basic": "^1.1.13",
41+
"@stackflow/plugin-history-sync": "^1.7.1-canary.0",
42+
"@stackflow/plugin-map-initial-activity": "^1.0.12-canary.0",
43+
"@stackflow/plugin-preload": "^1.4.4-canary.0",
44+
"@stackflow/plugin-renderer-basic": "^1.1.14-canary.0",
4545
"@stackflow/plugin-stack-depth-change": "^1.1.5",
46-
"@stackflow/react": "^1.4.0",
46+
"@stackflow/react": "^1.5.0-canary.0",
4747
"lorem-ipsum": "^2.0.8",
4848
"lz-string": "^1.5.0",
4949
"normalize.css": "^8.0.1",

docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stackflow/docs
22

3+
## 2.0.2-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
- @stackflow/demo@1.4.1-canary.0
10+
- @stackflow/plugin-basic-ui@1.10.1-canary.0
11+
- @stackflow/plugin-history-sync@1.7.1-canary.0
12+
- @stackflow/plugin-renderer-basic@1.1.14-canary.0
13+
314
## 2.0.1
415

516
### Patch Changes

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/docs",
3-
"version": "2.0.1",
3+
"version": "2.0.2-canary.0",
44
"private": true,
55
"description": "Mobile-first stack navigator framework with Composable Plugin System",
66
"license": "MIT",
@@ -13,11 +13,11 @@
1313
"@mdx-js/react": "^3.0.1",
1414
"@seed-design/design-token": "^1.0.3",
1515
"@stackflow/core": "^1.1.0",
16-
"@stackflow/demo": "^1.4.0",
17-
"@stackflow/plugin-basic-ui": "^1.9.2",
18-
"@stackflow/plugin-history-sync": "^1.7.0",
19-
"@stackflow/plugin-renderer-basic": "^1.1.13",
20-
"@stackflow/react": "^1.4.0",
16+
"@stackflow/demo": "^1.4.1-canary.0",
17+
"@stackflow/plugin-basic-ui": "^1.10.1-canary.0",
18+
"@stackflow/plugin-history-sync": "^1.7.1-canary.0",
19+
"@stackflow/plugin-renderer-basic": "^1.1.14-canary.0",
20+
"@stackflow/react": "^1.5.0-canary.0",
2121
"@types/react": "^18.3.3",
2222
"autoprefixer": "^10.4.20",
2323
"class-variance-authority": "^0.7.0",

extensions/compat-await-push/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackflow/compat-await-push
22

3+
## 1.1.14-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
310
## 1.1.13
411

512
## 1.1.13-canary.0

extensions/compat-await-push/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/compat-await-push",
3-
"version": "1.1.13",
3+
"version": "1.1.14-canary.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@stackflow/core": "^1.1.0",
3535
"@stackflow/esbuild-config": "^1.0.3",
36-
"@stackflow/react": "^1.3.2",
36+
"@stackflow/react": "^1.5.0-canary.0",
3737
"@types/react": "^18.3.3",
3838
"esbuild": "^0.23.0",
3939
"react": "^18.3.1",
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"@stackflow/core": "^1.1.0-canary.0",
45-
"@stackflow/react": "^1.3.2-canary.0",
45+
"@stackflow/react": "^1.5.0-canary.0",
4646
"@types/react": ">=16.8.0",
4747
"react": ">=16.8.0"
4848
},

extensions/link/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @stackflow/link
22

3+
## 1.6.1-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
- @stackflow/plugin-history-sync@1.7.1-canary.0
10+
- @stackflow/plugin-preload@1.4.4-canary.0
11+
312
## 1.6.0
413

514
### Minor Changes

extensions/link/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/link",
3-
"version": "1.6.0",
3+
"version": "1.6.1-canary.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -44,9 +44,9 @@
4444
"@stackflow/config": "^1.2.0",
4545
"@stackflow/core": "^1.1.0",
4646
"@stackflow/esbuild-config": "^1.0.3",
47-
"@stackflow/plugin-history-sync": "^1.7.0",
48-
"@stackflow/plugin-preload": "^1.4.3",
49-
"@stackflow/react": "^1.4.0",
47+
"@stackflow/plugin-history-sync": "^1.7.1-canary.0",
48+
"@stackflow/plugin-preload": "^1.4.4-canary.0",
49+
"@stackflow/react": "^1.5.0-canary.0",
5050
"@types/react": "^18.3.3",
5151
"esbuild": "^0.23.0",
5252
"esbuild-plugin-file-path-extensions": "^2.1.3",
@@ -56,9 +56,9 @@
5656
},
5757
"peerDependencies": {
5858
"@stackflow/core": "^1.1.0-canary.0",
59-
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
60-
"@stackflow/plugin-preload": "^1.4.3-canary.0",
61-
"@stackflow/react": "^1.3.2-canary.0",
59+
"@stackflow/plugin-history-sync": "^1.7.1-canary.0",
60+
"@stackflow/plugin-preload": "^1.4.4-canary.0",
61+
"@stackflow/react": "^1.5.0-canary.0",
6262
"@types/react": ">=16.8.0",
6363
"react": ">=16.8.0"
6464
},

extensions/plugin-basic-ui/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @stackflow/plugin-basic-ui
22

3+
## 1.10.1-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
- @stackflow/react-ui-core@1.1.3-canary.0
10+
311
## 1.10.0
412

513
### Minor Changes

extensions/plugin-basic-ui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-basic-ui",
3-
"version": "1.10.0",
3+
"version": "1.10.1-canary.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"dependencies": {
35-
"@stackflow/react-ui-core": "^1.1.2",
35+
"@stackflow/react-ui-core": "^1.1.3-canary.0",
3636
"@vanilla-extract/css": "^1.15.3",
3737
"@vanilla-extract/dynamic": "^2.1.1",
3838
"@vanilla-extract/private": "^1.0.5",
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@stackflow/core": "^1.1.0",
4343
"@stackflow/esbuild-config": "^1.0.3",
44-
"@stackflow/react": "^1.3.2",
44+
"@stackflow/react": "^1.5.0-canary.0",
4545
"@types/react": "^18.3.3",
4646
"esbuild": "^0.23.0",
4747
"react": "^18.3.1",
@@ -50,7 +50,7 @@
5050
},
5151
"peerDependencies": {
5252
"@stackflow/core": "^1.1.0-canary.0",
53-
"@stackflow/react": "^1.3.2-canary.0",
53+
"@stackflow/react": "^1.5.0-canary.0",
5454
"@types/react": ">=16.8.0",
5555
"react": ">=16.8.0"
5656
},

extensions/plugin-google-analytics-4/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackflow/plugin-google-analytics-4
22

3+
## 1.1.16-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
310
## 1.1.15
411

512
## 1.1.15-canary.0

extensions/plugin-google-analytics-4/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-google-analytics-4",
3-
"version": "1.1.15",
3+
"version": "1.1.16-canary.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@stackflow/core": "^1.1.0",
3939
"@stackflow/esbuild-config": "^1.0.3",
40-
"@stackflow/react": "^1.3.2",
40+
"@stackflow/react": "^1.5.0-canary.0",
4141
"@types/react": "^18.3.3",
4242
"esbuild": "^0.23.0",
4343
"react": "^18.3.1",
@@ -46,7 +46,7 @@
4646
},
4747
"peerDependencies": {
4848
"@stackflow/core": "^1.1.0-canary.0",
49-
"@stackflow/react": "^1.3.2-canary.0",
49+
"@stackflow/react": "^1.5.0-canary.0",
5050
"@types/react": ">=16.8.0",
5151
"react": ">=16.8.0"
5252
},

extensions/plugin-history-sync/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackflow/plugin-history-sync
22

3+
## 1.7.1-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
310
## 1.7.0
411

512
### Minor Changes

extensions/plugin-history-sync/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-history-sync",
3-
"version": "1.7.0",
3+
"version": "1.7.1-canary.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -50,7 +50,7 @@
5050
"@stackflow/config": "^1.2.0",
5151
"@stackflow/core": "^1.1.0",
5252
"@stackflow/esbuild-config": "^1.0.3",
53-
"@stackflow/react": "^1.4.0",
53+
"@stackflow/react": "^1.5.0-canary.0",
5454
"@swc/core": "^1.6.6",
5555
"@swc/jest": "^0.2.36",
5656
"@types/jest": "^29.5.12",
@@ -71,7 +71,7 @@
7171
"peerDependencies": {
7272
"@stackflow/config": "^1.0.1-canary.0",
7373
"@stackflow/core": "^1.1.0-canary.0",
74-
"@stackflow/react": "^1.3.2-canary.0",
74+
"@stackflow/react": "^1.5.0-canary.0",
7575
"@types/react": ">=16.8.0",
7676
"react": ">=16.8.0"
7777
},

extensions/plugin-map-initial-activity/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackflow/plugin-map-initial-activity
22

3+
## 1.0.12-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
310
## 1.0.11
411

512
## 1.0.11-canary.0

extensions/plugin-map-initial-activity/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-map-initial-activity",
3-
"version": "1.0.11",
3+
"version": "1.0.12-canary.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -33,14 +33,14 @@
3333
"devDependencies": {
3434
"@stackflow/core": "^1.1.0",
3535
"@stackflow/esbuild-config": "^1.0.3",
36-
"@stackflow/react": "^1.3.2",
36+
"@stackflow/react": "^1.5.0-canary.0",
3737
"esbuild": "^0.23.0",
3838
"rimraf": "^3.0.2",
3939
"typescript": "^5.5.3"
4040
},
4141
"peerDependencies": {
4242
"@stackflow/core": "^1.1.0-canary.0",
43-
"@stackflow/react": "^1.3.2-canary.0"
43+
"@stackflow/react": "^1.5.0-canary.0"
4444
},
4545
"publishConfig": {
4646
"access": "public"

extensions/plugin-preload/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @stackflow/plugin-preload
22

3+
## 1.4.4-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @stackflow/react@1.5.0-canary.0
9+
- @stackflow/plugin-history-sync@1.7.1-canary.0
10+
311
## 1.4.3
412

513
## 1.4.3-canary.0

0 commit comments

Comments
 (0)