@lynx-js/react-canary 0.116.2-canary-20260129-d1b0d9e3 → 0.116.2-canary-20260130-c68aecc6
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,11 +1,13 @@
|
|
|
1
1
|
# @lynx-js/react
|
|
2
2
|
|
|
3
|
-
## 0.116.2-canary-
|
|
3
|
+
## 0.116.2-canary-20260130095940-c68aecc649285fbc34bb2075aff69a9cc9c49821
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Fix "TypeError: not a function" error caused by `replaceAll` not supported in ES5. ([#2142](https://github.com/lynx-family/lynx-stack/pull/2142))
|
|
8
8
|
|
|
9
|
+
- Bump `swc_core` to `56.0.0`. ([#2154](https://github.com/lynx-family/lynx-stack/pull/2154))
|
|
10
|
+
|
|
9
11
|
- Fix memory leak by clearing list callbacks when \_\_DestroyLifetime event is triggered. ([#2112](https://github.com/lynx-family/lynx-stack/pull/2112))
|
|
10
12
|
|
|
11
13
|
- 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-
|
|
3
|
+
"version": "0.116.2-canary-20260130-c68aecc6",
|
|
4
4
|
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|