@lynx-js/react-rsbuild-plugin 0.17.0 → 0.17.1
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 +16 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @lynx-js/react-rsbuild-plugin
|
|
2
2
|
|
|
3
|
+
## 0.17.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Expose the `Children` API from ReactLynx and freeze the arrays returned by `Children.map`, `Children.forEach`, and `Children.toArray`. ([#2376](https://github.com/lynx-family/lynx-stack/pull/2376))
|
|
8
|
+
|
|
9
|
+
Allow `@lynx-js/react` 0.121 and newer in GenUI peer dependency ranges.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies []:
|
|
12
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.17.1
|
|
13
|
+
- @lynx-js/use-sync-external-store@1.5.0
|
|
14
|
+
- @lynx-js/react-refresh-webpack-plugin@0.4.0
|
|
15
|
+
- @lynx-js/react-webpack-plugin@0.9.4
|
|
16
|
+
- @lynx-js/template-webpack-plugin@0.12.1
|
|
17
|
+
- @lynx-js/css-extract-webpack-plugin@0.8.0
|
|
18
|
+
|
|
3
19
|
## 0.17.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-rsbuild-plugin",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"description": "A rsbuild plugin for ReactLynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rsbuild",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tiny-invariant": "^1.3.3",
|
|
36
36
|
"@lynx-js/css-extract-webpack-plugin": "0.8.0",
|
|
37
|
-
"@lynx-js/react-alias-rsbuild-plugin": "0.17.
|
|
37
|
+
"@lynx-js/react-alias-rsbuild-plugin": "0.17.1",
|
|
38
38
|
"@lynx-js/react-refresh-webpack-plugin": "0.4.0",
|
|
39
39
|
"@lynx-js/react-webpack-plugin": "0.9.4",
|
|
40
40
|
"@lynx-js/runtime-wrapper-webpack-plugin": "0.2.0",
|
|
41
|
-
"@lynx-js/template-webpack-plugin": "0.12.
|
|
41
|
+
"@lynx-js/template-webpack-plugin": "0.12.1",
|
|
42
42
|
"@lynx-js/use-sync-external-store": "1.5.0",
|
|
43
43
|
"background-only": "^0.0.1"
|
|
44
44
|
},
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"typia-rspack-plugin": "3.0.1",
|
|
58
58
|
"@lynx-js/config-rsbuild-plugin": "0.1.0",
|
|
59
59
|
"@lynx-js/debug-metadata": "0.1.0",
|
|
60
|
-
"@lynx-js/react": "0.
|
|
60
|
+
"@lynx-js/react": "0.122.0",
|
|
61
61
|
"@lynx-js/react-transform": "0.2.0",
|
|
62
|
-
"@lynx-js/rspeedy": "0.15.
|
|
62
|
+
"@lynx-js/rspeedy": "0.15.1",
|
|
63
63
|
"@lynx-js/test-tools": "0.0.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0 || ^0.116.0 || ^0.117.0 || ^0.118.0 || ^0.119.0 || ^0.120.0 || ^0.121.0"
|
|
66
|
+
"@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0 || ^0.116.0 || ^0.117.0 || ^0.118.0 || ^0.119.0 || ^0.120.0 || ^0.121.0 || ^0.122.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependenciesMeta": {
|
|
69
69
|
"@lynx-js/react": {
|