diff --git a/.changeset/happy-ghosts-peel.md b/.changeset/happy-ghosts-peel.md deleted file mode 100644 index 19d4b120b..000000000 --- a/.changeset/happy-ghosts-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/react": minor ---- - -utilize synchronously inspectable promise to optimize suspense fallback rendering diff --git a/.changeset/real-cats-rest.md b/.changeset/real-cats-rest.md deleted file mode 100644 index 95a955278..000000000 --- a/.changeset/real-cats-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@stackflow/react": major -"@stackflow/config": major ---- - -Remove data loader cache diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index cf03c613f..e38aed23e 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/config +## 2.0.0 + +### Major Changes + +- 29a0bb6: Remove data loader cache + ## 1.2.1 ### Patch Changes diff --git a/config/package.json b/config/package.json index 150b30058..5320f115d 100644 --- a/config/package.json +++ b/config/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/config", - "version": "1.2.1", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", diff --git a/demo/CHANGELOG.md b/demo/CHANGELOG.md index 6eb69d6b1..330a4e90b 100644 --- a/demo/CHANGELOG.md +++ b/demo/CHANGELOG.md @@ -1,5 +1,21 @@ # @stackflow/demo +## 1.4.1 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + - @stackflow/config@2.0.0 + - @stackflow/compat-await-push@1.1.14 + - @stackflow/link@1.6.2 + - @stackflow/plugin-basic-ui@1.18.2 + - @stackflow/plugin-history-sync@1.8.2 + - @stackflow/plugin-map-initial-activity@1.0.12 + - @stackflow/plugin-preload@1.4.5 + - @stackflow/plugin-renderer-basic@1.1.14 + ## 1.4.0 ### Minor Changes diff --git a/demo/package.json b/demo/package.json index ba15b3c06..e4be9d42d 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/demo", - "version": "1.4.0", + "version": "1.4.1", "private": true, "license": "MIT", "type": "module", @@ -32,18 +32,18 @@ "dependencies": { "@seed-design/design-token": "^1.0.3", "@seed-design/stylesheet": "^1.0.4", - "@stackflow/compat-await-push": "^1.1.13", - "@stackflow/config": "^1.2.0", + "@stackflow/compat-await-push": "^1.1.14", + "@stackflow/config": "^2.0.0", "@stackflow/core": "^1.1.0", - "@stackflow/link": "^1.5.0", - "@stackflow/plugin-basic-ui": "^1.9.2", + "@stackflow/link": "^1.6.2", + "@stackflow/plugin-basic-ui": "^1.18.2", "@stackflow/plugin-devtools": "^0.1.11", - "@stackflow/plugin-history-sync": "^1.7.0", - "@stackflow/plugin-map-initial-activity": "^1.0.11", - "@stackflow/plugin-preload": "^1.4.3", - "@stackflow/plugin-renderer-basic": "^1.1.13", + "@stackflow/plugin-history-sync": "^1.8.2", + "@stackflow/plugin-map-initial-activity": "^1.0.12", + "@stackflow/plugin-preload": "^1.4.5", + "@stackflow/plugin-renderer-basic": "^1.1.14", "@stackflow/plugin-stack-depth-change": "^1.1.5", - "@stackflow/react": "^1.4.0", + "@stackflow/react": "^2.0.0", "lorem-ipsum": "^2.0.8", "lz-string": "^1.5.0", "normalize.css": "^8.0.1", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4b7d4a545..fccbca9fb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,17 @@ # @stackflow/docs +## 2.1.1 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + - @stackflow/demo@1.4.1 + - @stackflow/plugin-basic-ui@1.18.2 + - @stackflow/plugin-history-sync@1.8.2 + - @stackflow/plugin-renderer-basic@1.1.14 + ## 2.1.0 ### Minor Changes diff --git a/docs/components/ChangelogContent.mdx b/docs/components/ChangelogContent.mdx index 510b7c1cd..a777663e1 100644 --- a/docs/components/ChangelogContent.mdx +++ b/docs/components/ChangelogContent.mdx @@ -1,3 +1,20 @@ +## 2025.12.16 + +utilize synchronously inspectable promise to optimize suspense fallback rendering [`3cb6e33`](https://github.com/daangn/stackflow/commit/3cb6e33349b0bcd64f2ee1e5786e0977d3eb4d29) + +Released packages: +- 📦 [@stackflow/react@2.0.0](https://npmjs.com/package/@stackflow/react/v/2.0.0) + +--- + +Remove data loader cache [`29a0bb6`](https://github.com/daangn/stackflow/commit/29a0bb6bd55aa420338b119432beba9758753f67) + +Released packages: +- 📦 [@stackflow/config@2.0.0](https://npmjs.com/package/@stackflow/config/v/2.0.0) +- 📦 [@stackflow/react@2.0.0](https://npmjs.com/package/@stackflow/react/v/2.0.0) + +--- + ## 2025.12.12 Add an option for customizing error boundary in ErrorHandler of structured activity components [`f159bd4`](https://github.com/daangn/stackflow/commit/f159bd40c01f84bbffa9c0282a86acd150162792) diff --git a/docs/package.json b/docs/package.json index 528f98f9a..3b7d0e08e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/docs", - "version": "2.1.0", + "version": "2.1.1", "private": true, "description": "Mobile-first stack navigator framework with Composable Plugin System", "license": "MIT", @@ -20,11 +20,11 @@ "@opennextjs/cloudflare": "^1.0.0-beta.3", "@seed-design/design-token": "^1.0.3", "@stackflow/core": "^1.2.0", - "@stackflow/demo": "^1.4.0", - "@stackflow/plugin-basic-ui": "^1.17.0", - "@stackflow/plugin-history-sync": "^1.7.0", - "@stackflow/plugin-renderer-basic": "^1.1.13", - "@stackflow/react": "^1.5.0", + "@stackflow/demo": "^1.4.1", + "@stackflow/plugin-basic-ui": "^1.18.2", + "@stackflow/plugin-history-sync": "^1.8.2", + "@stackflow/plugin-renderer-basic": "^1.1.14", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "autoprefixer": "^10.4.20", "class-variance-authority": "^0.7.0", diff --git a/extensions/compat-await-push/CHANGELOG.md b/extensions/compat-await-push/CHANGELOG.md index 29db3de7f..8b159b6d0 100644 --- a/extensions/compat-await-push/CHANGELOG.md +++ b/extensions/compat-await-push/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/compat-await-push +## 1.1.14 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.1.13 ## 1.1.13-canary.0 diff --git a/extensions/compat-await-push/package.json b/extensions/compat-await-push/package.json index 774540a2f..299b7102e 100644 --- a/extensions/compat-await-push/package.json +++ b/extensions/compat-await-push/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/compat-await-push", - "version": "1.1.13", + "version": "1.1.14", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -33,7 +33,7 @@ "devDependencies": { "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/react": "^1.3.2", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "react": "^18.3.1", @@ -42,7 +42,7 @@ }, "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/link/CHANGELOG.md b/extensions/link/CHANGELOG.md index fbbe7146a..032ca12ef 100644 --- a/extensions/link/CHANGELOG.md +++ b/extensions/link/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/link +## 1.6.2 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.6.1 ### Patch Changes diff --git a/extensions/link/package.json b/extensions/link/package.json index b0bdc40ca..9da6429bc 100644 --- a/extensions/link/package.json +++ b/extensions/link/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/link", - "version": "1.6.1", + "version": "1.6.2", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -41,12 +41,12 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@stackflow/config": "^1.2.1", + "@stackflow/config": "^2.0.0", "@stackflow/core": "^1.1.1", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/plugin-history-sync": "^1.7.1", - "@stackflow/plugin-preload": "^1.4.3", - "@stackflow/react": "^1.4.2", + "@stackflow/plugin-history-sync": "^1.8.2", + "@stackflow/plugin-preload": "^1.4.5", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "esbuild-plugin-file-path-extensions": "^2.1.3", @@ -58,7 +58,7 @@ "@stackflow/core": "^1.1.0-canary.0", "@stackflow/plugin-history-sync": "^1.6.4-canary.0", "@stackflow/plugin-preload": "^1.4.3-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-basic-ui/CHANGELOG.md b/extensions/plugin-basic-ui/CHANGELOG.md index 0a7720e96..6865dc44b 100644 --- a/extensions/plugin-basic-ui/CHANGELOG.md +++ b/extensions/plugin-basic-ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @stackflow/plugin-basic-ui +## 1.18.2 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + - @stackflow/react-ui-core@1.3.4 + ## 1.18.1 ### Patch Changes diff --git a/extensions/plugin-basic-ui/package.json b/extensions/plugin-basic-ui/package.json index d678c427c..7c3fe2a2e 100644 --- a/extensions/plugin-basic-ui/package.json +++ b/extensions/plugin-basic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-basic-ui", - "version": "1.18.1", + "version": "1.18.2", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -32,7 +32,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@stackflow/react-ui-core": "^1.3.3", + "@stackflow/react-ui-core": "^1.3.4", "@vanilla-extract/css": "^1.15.3", "@vanilla-extract/dynamic": "^2.1.1", "@vanilla-extract/private": "^1.0.5", @@ -42,7 +42,7 @@ "devDependencies": { "@stackflow/core": "^1.2.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/react": "^1.9.0", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "react": "^18.3.1", @@ -51,7 +51,7 @@ }, "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-google-analytics-4/CHANGELOG.md b/extensions/plugin-google-analytics-4/CHANGELOG.md index 8edbaaf87..eb866b41e 100644 --- a/extensions/plugin-google-analytics-4/CHANGELOG.md +++ b/extensions/plugin-google-analytics-4/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/plugin-google-analytics-4 +## 1.1.16 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.1.15 ## 1.1.15-canary.0 diff --git a/extensions/plugin-google-analytics-4/package.json b/extensions/plugin-google-analytics-4/package.json index 9880e5d51..a482eccd0 100644 --- a/extensions/plugin-google-analytics-4/package.json +++ b/extensions/plugin-google-analytics-4/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-google-analytics-4", - "version": "1.1.15", + "version": "1.1.16", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -37,7 +37,7 @@ "devDependencies": { "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/react": "^1.3.2", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "react": "^18.3.1", @@ -46,7 +46,7 @@ }, "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-history-sync/CHANGELOG.md b/extensions/plugin-history-sync/CHANGELOG.md index d8622b62d..3f3098265 100644 --- a/extensions/plugin-history-sync/CHANGELOG.md +++ b/extensions/plugin-history-sync/CHANGELOG.md @@ -1,5 +1,14 @@ # @stackflow/plugin-history-sync +## 1.8.2 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + - @stackflow/config@2.0.0 + ## 1.8.1 ### Patch Changes diff --git a/extensions/plugin-history-sync/package.json b/extensions/plugin-history-sync/package.json index c1c8c2459..515256030 100644 --- a/extensions/plugin-history-sync/package.json +++ b/extensions/plugin-history-sync/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-history-sync", - "version": "1.8.1", + "version": "1.8.2", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -48,10 +48,10 @@ }, "devDependencies": { "@graphql-tools/schema": "^10.0.5", - "@stackflow/config": "^1.2.1", + "@stackflow/config": "^2.0.0", "@stackflow/core": "^1.3.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/react": "^1.7.0", + "@stackflow/react": "^2.0.0", "@swc/core": "^1.6.6", "@swc/jest": "^0.2.36", "@types/jest": "^29.5.12", @@ -70,9 +70,9 @@ "typescript": "^5.5.3" }, "peerDependencies": { - "@stackflow/config": "^1.0.1-canary.0", + "@stackflow/config": "^2.0.0", "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-map-initial-activity/CHANGELOG.md b/extensions/plugin-map-initial-activity/CHANGELOG.md index ffab21afd..704b44194 100644 --- a/extensions/plugin-map-initial-activity/CHANGELOG.md +++ b/extensions/plugin-map-initial-activity/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/plugin-map-initial-activity +## 1.0.12 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.0.11 ## 1.0.11-canary.0 diff --git a/extensions/plugin-map-initial-activity/package.json b/extensions/plugin-map-initial-activity/package.json index 6f4e00732..fea69c69b 100644 --- a/extensions/plugin-map-initial-activity/package.json +++ b/extensions/plugin-map-initial-activity/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-map-initial-activity", - "version": "1.0.11", + "version": "1.0.12", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -33,14 +33,14 @@ "devDependencies": { "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/react": "^1.3.2", + "@stackflow/react": "^2.0.0", "esbuild": "^0.23.0", "rimraf": "^3.0.2", "typescript": "^5.5.3" }, "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0" + "@stackflow/react": "^2.0.0" }, "publishConfig": { "access": "public" diff --git a/extensions/plugin-preload/CHANGELOG.md b/extensions/plugin-preload/CHANGELOG.md index 6595bbc07..c13c785df 100644 --- a/extensions/plugin-preload/CHANGELOG.md +++ b/extensions/plugin-preload/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/plugin-preload +## 1.4.5 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.4.4 ### Patch Changes diff --git a/extensions/plugin-preload/package.json b/extensions/plugin-preload/package.json index acf3c3989..2d676e774 100644 --- a/extensions/plugin-preload/package.json +++ b/extensions/plugin-preload/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-preload", - "version": "1.4.4", + "version": "1.4.5", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -33,8 +33,8 @@ "devDependencies": { "@stackflow/core": "^1.3.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/plugin-history-sync": "^1.8.0", - "@stackflow/react": "^1.7.0", + "@stackflow/plugin-history-sync": "^1.8.2", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "react": "^18.3.1", @@ -44,7 +44,7 @@ "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", "@stackflow/plugin-history-sync": "^1.6.4-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-renderer-basic/CHANGELOG.md b/extensions/plugin-renderer-basic/CHANGELOG.md index 1499ef28f..68842d90c 100644 --- a/extensions/plugin-renderer-basic/CHANGELOG.md +++ b/extensions/plugin-renderer-basic/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/plugin-renderer-basic +## 1.1.14 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.1.13 ## 1.1.13-canary.0 diff --git a/extensions/plugin-renderer-basic/package.json b/extensions/plugin-renderer-basic/package.json index a18ccf1eb..4a291b376 100644 --- a/extensions/plugin-renderer-basic/package.json +++ b/extensions/plugin-renderer-basic/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-renderer-basic", - "version": "1.1.13", + "version": "1.1.14", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -33,7 +33,7 @@ "devDependencies": { "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/react": "^1.3.2", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "react": "^18.3.1", @@ -42,7 +42,7 @@ }, "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/plugin-renderer-web/CHANGELOG.md b/extensions/plugin-renderer-web/CHANGELOG.md index d823df401..2bf65e7fb 100644 --- a/extensions/plugin-renderer-web/CHANGELOG.md +++ b/extensions/plugin-renderer-web/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/plugin-renderer-web +## 1.1.14 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.1.13 ## 1.1.13-canary.0 diff --git a/extensions/plugin-renderer-web/package.json b/extensions/plugin-renderer-web/package.json index 09c8e87fd..e0a1912e5 100644 --- a/extensions/plugin-renderer-web/package.json +++ b/extensions/plugin-renderer-web/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/plugin-renderer-web", - "version": "1.1.13", + "version": "1.1.14", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -33,7 +33,7 @@ "devDependencies": { "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.3", - "@stackflow/react": "^1.3.2", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "react": "^18.3.1", @@ -42,7 +42,7 @@ }, "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/extensions/react-ui-core/CHANGELOG.md b/extensions/react-ui-core/CHANGELOG.md index c8a28cc64..21df36d86 100644 --- a/extensions/react-ui-core/CHANGELOG.md +++ b/extensions/react-ui-core/CHANGELOG.md @@ -1,5 +1,13 @@ # @stackflow/react-ui-core +## 1.3.4 + +### Patch Changes + +- Updated dependencies [3cb6e33] +- Updated dependencies [29a0bb6] + - @stackflow/react@2.0.0 + ## 1.3.3 ### Patch Changes diff --git a/extensions/react-ui-core/package.json b/extensions/react-ui-core/package.json index e02b1b6cb..832a19c52 100644 --- a/extensions/react-ui-core/package.json +++ b/extensions/react-ui-core/package.json @@ -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", @@ -34,7 +34,7 @@ "devDependencies": { "@stackflow/core": "^1.1.0", "@stackflow/esbuild-config": "^1.0.2", - "@stackflow/react": "^1.3.2", + "@stackflow/react": "^2.0.0", "@types/react": "^18.3.3", "esbuild": "^0.23.0", "react": "^18.3.1", @@ -43,7 +43,7 @@ }, "peerDependencies": { "@stackflow/core": "^1.1.0-canary.0", - "@stackflow/react": "^1.3.2-canary.0", + "@stackflow/react": "^2.0.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" }, diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md index 4bcc5560c..79be7f223 100644 --- a/integrations/react/CHANGELOG.md +++ b/integrations/react/CHANGELOG.md @@ -1,5 +1,20 @@ # @stackflow/react +## 2.0.0 + +### Major Changes + +- 29a0bb6: Remove data loader cache + +### Minor Changes + +- 3cb6e33: utilize synchronously inspectable promise to optimize suspense fallback rendering + +### Patch Changes + +- Updated dependencies [29a0bb6] + - @stackflow/config@2.0.0 + ## 1.10.0 ### Minor Changes diff --git a/integrations/react/package.json b/integrations/react/package.json index 251d5a1d9..664b3d453 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "1.10.0", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", @@ -44,7 +44,7 @@ "react-fast-compare": "^3.2.2" }, "devDependencies": { - "@stackflow/config": "^1.2.1", + "@stackflow/config": "^2.0.0", "@stackflow/core": "^1.3.0", "@stackflow/esbuild-config": "^1.0.3", "@types/react": "^18.3.3", @@ -55,7 +55,7 @@ "typescript": "^5.5.3" }, "peerDependencies": { - "@stackflow/config": "^1.0.1-canary.0", + "@stackflow/config": "^2.0.0", "@stackflow/core": "^1.1.0-canary.0", "@types/react": ">=16.8.0", "react": ">=16.8.0" diff --git a/yarn.lock b/yarn.lock index b7c76afd3..3f0fe20b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5331,13 +5331,13 @@ __metadata: languageName: node linkType: hard -"@stackflow/compat-await-push@npm:^1.1.13, @stackflow/compat-await-push@workspace:extensions/compat-await-push": +"@stackflow/compat-await-push@npm:^1.1.14, @stackflow/compat-await-push@workspace:extensions/compat-await-push": version: 0.0.0-use.local resolution: "@stackflow/compat-await-push@workspace:extensions/compat-await-push" dependencies: "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/react": "npm:^1.3.2" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" esbuild: "npm:^0.23.0" react: "npm:^18.3.1" @@ -5345,13 +5345,13 @@ __metadata: typescript: "npm:^5.5.3" peerDependencies: "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@workspace:config": +"@stackflow/config@npm:^2.0.0, @stackflow/config@workspace:config": version: 0.0.0-use.local resolution: "@stackflow/config@workspace:config" dependencies: @@ -5381,25 +5381,25 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/demo@npm:^1.4.0, @stackflow/demo@workspace:demo": +"@stackflow/demo@npm:^1.4.1, @stackflow/demo@workspace:demo": version: 0.0.0-use.local resolution: "@stackflow/demo@workspace:demo" dependencies: "@seed-design/design-token": "npm:^1.0.3" "@seed-design/stylesheet": "npm:^1.0.4" - "@stackflow/compat-await-push": "npm:^1.1.13" - "@stackflow/config": "npm:^1.2.0" + "@stackflow/compat-await-push": "npm:^1.1.14" + "@stackflow/config": "npm:^2.0.0" "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/link": "npm:^1.5.0" - "@stackflow/plugin-basic-ui": "npm:^1.9.2" + "@stackflow/link": "npm:^1.6.2" + "@stackflow/plugin-basic-ui": "npm:^1.18.2" "@stackflow/plugin-devtools": "npm:^0.1.11" - "@stackflow/plugin-history-sync": "npm:^1.7.0" - "@stackflow/plugin-map-initial-activity": "npm:^1.0.11" - "@stackflow/plugin-preload": "npm:^1.4.3" - "@stackflow/plugin-renderer-basic": "npm:^1.1.13" + "@stackflow/plugin-history-sync": "npm:^1.8.2" + "@stackflow/plugin-map-initial-activity": "npm:^1.0.12" + "@stackflow/plugin-preload": "npm:^1.4.5" + "@stackflow/plugin-renderer-basic": "npm:^1.1.14" "@stackflow/plugin-stack-depth-change": "npm:^1.1.5" - "@stackflow/react": "npm:^1.4.0" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" "@types/react-dom": "npm:^18.3.0" "@types/react-lazy-load-image-component": "npm:^1.6.4" @@ -5436,11 +5436,11 @@ __metadata: "@seed-design/design-token": "npm:^1.0.3" "@seed-design/stylesheet": "npm:^1.0.4" "@stackflow/core": "npm:^1.2.0" - "@stackflow/demo": "npm:^1.4.0" - "@stackflow/plugin-basic-ui": "npm:^1.17.0" - "@stackflow/plugin-history-sync": "npm:^1.7.0" - "@stackflow/plugin-renderer-basic": "npm:^1.1.13" - "@stackflow/react": "npm:^1.5.0" + "@stackflow/demo": "npm:^1.4.1" + "@stackflow/plugin-basic-ui": "npm:^1.18.2" + "@stackflow/plugin-history-sync": "npm:^1.8.2" + "@stackflow/plugin-renderer-basic": "npm:^1.1.14" + "@stackflow/react": "npm:^2.0.0" "@types/node": "npm:^22.7.5" "@types/react": "npm:^18.3.3" autoprefixer: "npm:^10.4.20" @@ -5475,16 +5475,16 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/link@npm:^1.5.0, @stackflow/link@workspace:extensions/link": +"@stackflow/link@npm:^1.6.2, @stackflow/link@workspace:extensions/link": version: 0.0.0-use.local resolution: "@stackflow/link@workspace:extensions/link" dependencies: - "@stackflow/config": "npm:^1.2.1" + "@stackflow/config": "npm:^2.0.0" "@stackflow/core": "npm:^1.1.1" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/plugin-history-sync": "npm:^1.7.1" - "@stackflow/plugin-preload": "npm:^1.4.3" - "@stackflow/react": "npm:^1.4.2" + "@stackflow/plugin-history-sync": "npm:^1.8.2" + "@stackflow/plugin-preload": "npm:^1.4.5" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" esbuild: "npm:^0.23.0" esbuild-plugin-file-path-extensions: "npm:^2.1.3" @@ -5495,7 +5495,7 @@ __metadata: "@stackflow/core": ^1.1.0-canary.0 "@stackflow/plugin-history-sync": ^1.6.4-canary.0 "@stackflow/plugin-preload": ^1.4.3-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown @@ -5520,14 +5520,14 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/plugin-basic-ui@npm:^1.17.0, @stackflow/plugin-basic-ui@npm:^1.9.2, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui": +"@stackflow/plugin-basic-ui@npm:^1.18.2, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui": version: 0.0.0-use.local resolution: "@stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui" dependencies: "@stackflow/core": "npm:^1.2.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/react": "npm:^1.9.0" - "@stackflow/react-ui-core": "npm:^1.3.3" + "@stackflow/react": "npm:^2.0.0" + "@stackflow/react-ui-core": "npm:^1.3.4" "@types/react": "npm:^18.3.3" "@vanilla-extract/css": "npm:^1.15.3" "@vanilla-extract/dynamic": "npm:^2.1.1" @@ -5540,7 +5540,7 @@ __metadata: typescript: "npm:^5.5.3" peerDependencies: "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown @@ -5567,7 +5567,7 @@ __metadata: dependencies: "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/react": "npm:^1.3.2" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" esbuild: "npm:^0.23.0" react: "npm:^18.3.1" @@ -5576,21 +5576,21 @@ __metadata: typescript: "npm:^5.5.3" peerDependencies: "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-history-sync@npm:^1.7.0, @stackflow/plugin-history-sync@npm:^1.7.1, @stackflow/plugin-history-sync@npm:^1.8.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync": +"@stackflow/plugin-history-sync@npm:^1.8.2, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync": version: 0.0.0-use.local resolution: "@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync" dependencies: "@graphql-tools/schema": "npm:^10.0.5" - "@stackflow/config": "npm:^1.2.1" + "@stackflow/config": "npm:^2.0.0" "@stackflow/core": "npm:^1.3.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/react": "npm:^1.7.0" + "@stackflow/react": "npm:^2.0.0" "@swc/core": "npm:^1.6.6" "@swc/jest": "npm:^0.2.36" "@types/jest": "npm:^29.5.12" @@ -5612,38 +5612,38 @@ __metadata: typescript: "npm:^5.5.3" url-pattern: "npm:^1.0.3" peerDependencies: - "@stackflow/config": ^1.0.1-canary.0 + "@stackflow/config": ^2.0.0 "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-map-initial-activity@npm:^1.0.11, @stackflow/plugin-map-initial-activity@workspace:extensions/plugin-map-initial-activity": +"@stackflow/plugin-map-initial-activity@npm:^1.0.12, @stackflow/plugin-map-initial-activity@workspace:extensions/plugin-map-initial-activity": version: 0.0.0-use.local resolution: "@stackflow/plugin-map-initial-activity@workspace:extensions/plugin-map-initial-activity" dependencies: "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/react": "npm:^1.3.2" + "@stackflow/react": "npm:^2.0.0" esbuild: "npm:^0.23.0" rimraf: "npm:^3.0.2" typescript: "npm:^5.5.3" peerDependencies: "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 languageName: unknown linkType: soft -"@stackflow/plugin-preload@npm:^1.4.3, @stackflow/plugin-preload@workspace:extensions/plugin-preload": +"@stackflow/plugin-preload@npm:^1.4.5, @stackflow/plugin-preload@workspace:extensions/plugin-preload": version: 0.0.0-use.local resolution: "@stackflow/plugin-preload@workspace:extensions/plugin-preload" dependencies: "@stackflow/core": "npm:^1.3.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/plugin-history-sync": "npm:^1.8.0" - "@stackflow/react": "npm:^1.7.0" + "@stackflow/plugin-history-sync": "npm:^1.8.2" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" esbuild: "npm:^0.23.0" react: "npm:^18.3.1" @@ -5652,19 +5652,19 @@ __metadata: peerDependencies: "@stackflow/core": ^1.1.0-canary.0 "@stackflow/plugin-history-sync": ^1.6.4-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/plugin-renderer-basic@npm:^1.1.13, @stackflow/plugin-renderer-basic@workspace:extensions/plugin-renderer-basic": +"@stackflow/plugin-renderer-basic@npm:^1.1.14, @stackflow/plugin-renderer-basic@workspace:extensions/plugin-renderer-basic": version: 0.0.0-use.local resolution: "@stackflow/plugin-renderer-basic@workspace:extensions/plugin-renderer-basic" dependencies: "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/react": "npm:^1.3.2" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" esbuild: "npm:^0.23.0" react: "npm:^18.3.1" @@ -5672,7 +5672,7 @@ __metadata: typescript: "npm:^5.5.3" peerDependencies: "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown @@ -5684,7 +5684,7 @@ __metadata: dependencies: "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.3" - "@stackflow/react": "npm:^1.3.2" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" esbuild: "npm:^0.23.0" react: "npm:^18.3.1" @@ -5692,7 +5692,7 @@ __metadata: typescript: "npm:^5.5.3" peerDependencies: "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown @@ -5713,13 +5713,13 @@ __metadata: languageName: unknown linkType: soft -"@stackflow/react-ui-core@npm:^1.3.3, @stackflow/react-ui-core@workspace:extensions/react-ui-core": +"@stackflow/react-ui-core@npm:^1.3.4, @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: "@stackflow/core": "npm:^1.1.0" "@stackflow/esbuild-config": "npm:^1.0.2" - "@stackflow/react": "npm:^1.3.2" + "@stackflow/react": "npm:^2.0.0" "@types/react": "npm:^18.3.3" esbuild: "npm:^0.23.0" react: "npm:^18.3.1" @@ -5727,17 +5727,17 @@ __metadata: typescript: "npm:^5.5.3" peerDependencies: "@stackflow/core": ^1.1.0-canary.0 - "@stackflow/react": ^1.3.2-canary.0 + "@stackflow/react": ^2.0.0 "@types/react": ">=16.8.0" react: ">=16.8.0" languageName: unknown linkType: soft -"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@npm:^1.4.2, @stackflow/react@npm:^1.5.0, @stackflow/react@npm:^1.7.0, @stackflow/react@npm:^1.9.0, @stackflow/react@workspace:integrations/react": +"@stackflow/react@npm:^2.0.0, @stackflow/react@workspace:integrations/react": version: 0.0.0-use.local resolution: "@stackflow/react@workspace:integrations/react" dependencies: - "@stackflow/config": "npm:^1.2.1" + "@stackflow/config": "npm:^2.0.0" "@stackflow/core": "npm:^1.3.0" "@stackflow/esbuild-config": "npm:^1.0.3" "@types/react": "npm:^18.3.3" @@ -5748,7 +5748,7 @@ __metadata: rimraf: "npm:^3.0.2" typescript: "npm:^5.5.3" peerDependencies: - "@stackflow/config": ^1.0.1-canary.0 + "@stackflow/config": ^2.0.0 "@stackflow/core": ^1.1.0-canary.0 "@types/react": ">=16.8.0" react: ">=16.8.0"