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/happy-ghosts-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-cats-rest.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- 29a0bb6: Remove data loader cache

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/config",
"version": "1.2.1",
"version": "1.2.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
17 changes: 17 additions & 0 deletions docs/components/ChangelogContent.mdx
Original file line number Diff line number Diff line change
@@ -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/[email protected]](https://npmjs.com/package/@stackflow/react/v/1.11.0)

---

Remove data loader cache [`f05ae23`](https://github.com/daangn/stackflow/commit/f05ae2390a18aecbf76de3969bf51b597c6812d7)

Released packages:
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/config/v/1.2.2)
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/react/v/1.11.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)
Expand Down
10 changes: 10 additions & 0 deletions integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @stackflow/react

## 1.11.0

### Minor Changes

- 3cb6e33: utilize synchronously inspectable promise to optimize suspense fallback rendering

### Patch Changes

- 29a0bb6: Remove data loader cache

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react",
"version": "1.10.0",
"version": "1.11.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-fast-compare": "^3.2.2"
},
"devDependencies": {
"@stackflow/config": "^1.2.1",
"@stackflow/config": "^1.2.2",
"@stackflow/core": "^1.3.0",
"@stackflow/esbuild-config": "^1.0.3",
"@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 @@ -5351,7 +5351,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@workspace:config":
"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@npm:^1.2.2, @stackflow/config@workspace:config":
version: 0.0.0-use.local
resolution: "@stackflow/config@workspace:config"
dependencies:
Expand Down Expand Up @@ -5737,7 +5737,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@stackflow/react@workspace:integrations/react"
dependencies:
"@stackflow/config": "npm:^1.2.1"
"@stackflow/config": "npm:^1.2.2"
"@stackflow/core": "npm:^1.3.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@types/react": "npm:^18.3.3"
Expand Down
Loading