@lynx-js/react-canary 0.116.2-canary-20260130-c68aecc6 → 0.116.2-canary-20260130-3fe89492
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lynx-js/react
|
|
2
2
|
|
|
3
|
-
## 0.116.2-canary-
|
|
3
|
+
## 0.116.2-canary-20260130100042-3fe89492b8d29fd728da5f4026eeb409bf812681
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
- Bump `swc_core` to `56.0.0`. ([#2154](https://github.com/lynx-family/lynx-stack/pull/2154))
|
|
10
10
|
|
|
11
|
+
- Use `disableDeprecatedWarning` option to suppress BROKEN warnings during compilation. ([#2157](https://github.com/lynx-family/lynx-stack/pull/2157))
|
|
12
|
+
|
|
13
|
+
1. BROKEN: `getNodeRef`/`getNodeRefFromRoot`/`createSelectorQuery` on component instance is broken and MUST be migrated in ReactLynx 3.0, please use ref or lynx.createSelectorQuery instead.
|
|
14
|
+
2. BROKEN: `getElementById` on component instance is broken and MUST be migrated in ReactLynx 3.0, please use ref or lynx.getElementById instead.
|
|
15
|
+
|
|
11
16
|
- Fix memory leak by clearing list callbacks when \_\_DestroyLifetime event is triggered. ([#2112](https://github.com/lynx-family/lynx-stack/pull/2112))
|
|
12
17
|
|
|
13
18
|
- Bump `swc_core` v53. ([#2071](https://github.com/lynx-family/lynx-stack/pull/2071))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-canary",
|
|
3
|
-
"version": "0.116.2-canary-20260130-
|
|
3
|
+
"version": "0.116.2-canary-20260130-3fe89492",
|
|
4
4
|
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|