@lynx-js/react-canary 0.114.4-canary-20251106-f3196587 → 0.114.4-canary-20251106-e1db63fa
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.114.4-canary-
|
|
3
|
+
## 0.114.4-canary-20251106080300-e1db63fac8a351f98711b9b47acbb871f7a23701
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
|
|
23
23
|
Previously this case was hydrated as an update; it is now emitted as insert + remove to ensure SDK detection.
|
|
24
24
|
|
|
25
|
+
- Bump `swc_core` v47. ([#1916](https://github.com/lynx-family/lynx-stack/pull/1916))
|
|
26
|
+
|
|
25
27
|
- Pass sourcemap generated by rspack to swc transformer. ([#1910](https://github.com/lynx-family/lynx-stack/pull/1910))
|
|
26
28
|
|
|
27
29
|
- When engineVersion is greater than or equal to 3.1, use `__SetAttribute` to set text attribute for text node instead of creating a raw text node. ([#1880](https://github.com/lynx-family/lynx-stack/pull/1880))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-canary",
|
|
3
|
-
"version": "0.114.4-canary-20251106-
|
|
3
|
+
"version": "0.114.4-canary-20251106-e1db63fa",
|
|
4
4
|
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|