Skip to content

Commit 385c002

Browse files
Version Packages
1 parent cbb5efc commit 385c002

File tree

32 files changed

+93
-45
lines changed

32 files changed

+93
-45
lines changed

.changeset/bright-apes-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bright-chairs-loop.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fast-bears-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-web-core-lynxview-disconnect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-hounds-enter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-taxis-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @lynx-js/react
22

3+
## 0.116.3
4+
5+
### Patch Changes
6+
7+
- Add a DEV-only guard that detects MainThread flush loops caused by re-entrant MTS handlers. ([#2159](https://github.com/lynx-family/lynx-stack/pull/2159))
8+
9+
This typically happens when a MainThread handler (e.g. event callback or `MainThreadRef`) performs UI mutations (like `Element.setStyleProperty`, `setStyleProperties`, `setAttribute`, or `invoke`) that synchronously trigger a flush which re-enters the handler again.
10+
11+
- Avoid DEV_ONLY_SetSnapshotEntryName on standalone lazy bundle. ([#2184](https://github.com/lynx-family/lynx-stack/pull/2184))
12+
13+
- Add alog and trace for BTS event handlers. ([#2102](https://github.com/lynx-family/lynx-stack/pull/2102))
14+
315
## 0.116.2
416

517
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynx-js/react",
3-
"version": "0.116.2",
3+
"version": "0.116.3",
44
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
55
"repository": {
66
"type": "git",

packages/rspeedy/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lynx-js/rspeedy
22

3+
## 0.13.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @lynx-js/web-rsbuild-server-middleware@0.19.8
9+
310
## 0.13.3
411

512
### Patch Changes

packages/rspeedy/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynx-js/rspeedy",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
44
"description": "A webpack/rspack-based frontend toolchain for Lynx",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)