WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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/solid-pillows-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-geckos-warn.md

This file was deleted.

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

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

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

---

Make structured activities defined by other than the standard constructor can be preloaded and cached [`4b894ae`](https://github.com/daangn/stackflow/commit/4b894ae7d80741badadf0a6c67e9ccd2aef4de6d)

Released packages:
- 📦 [@stackflow/[email protected]](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
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.12.0

### Minor Changes

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

### Patch Changes

- 4b894ae: Make structured activities defined by other than the standard constructor can be preloaded and cached

## 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