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/solid-pillows-laugh.md

This file was deleted.

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

Improve scheduling of Activity preparation tasks by marking them as passive effects. [`57fd2da`](https://github.com/daangn/stackflow/commit/57fd2da00bffe25d0865baaffac63b2db394814d)

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

---

## 2025.12.16 #2

Attach state tracking instruments to original promise when creating SyncInspectablePromises with Promises [`43cd76c`](https://github.com/daangn/stackflow/commit/43cd76c8c5b9b321b2bb8832bc07278ba47493e8)
Expand Down
6 changes: 6 additions & 0 deletions integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/react

## 1.12.0

### Minor Changes

- 57fd2da: Improve scheduling of Activity preparation tasks by marking them as passive effects.

## 1.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react",
"version": "1.11.1",
"version": "1.12.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
Loading