@nutui/nutui-react-taro 4.0.0-beta.5 → 4.0.0-beta.6

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,3 +1,10 @@
1
+ # v4.0.0-beta.6
2
+
3
+ `2026-08-10`
4
+
5
+ - :sparkles: feat: 为 @nutui/nutui-react-taro 补齐 AI-Coding 能力(CLI / MCP / Skill + 站点文档) (#3500)
6
+ - :bug: fix(Cascader): preserve normalized option keys (#3501)
7
+
1
8
  # v4.0.0-beta.5
2
9
 
3
10
  `2026-07-21`
@@ -17,6 +17,7 @@ _export(exports, {
17
17
  }
18
18
  });
19
19
  var _object_spread = require("@swc/helpers/_/_object_spread");
20
+ var _object_spread_props = require("@swc/helpers/_/_object_spread_props");
20
21
  var _object_without_properties = require("@swc/helpers/_/_object_without_properties");
21
22
  var _to_property_key = require("@swc/helpers/_/_to_property_key");
22
23
  var normalizeOptions = function normalizeOptions1(options, keyMap) {
@@ -27,11 +28,11 @@ var normalizeOptions = function normalizeOptions1(options, keyMap) {
27
28
  _key1,
28
29
  _key2
29
30
  ].map(_to_property_key._));
30
- return (0, _object_spread._)({
31
+ return (0, _object_spread_props._)((0, _object_spread._)({}, others), {
31
32
  text: text,
32
33
  value: value,
33
34
  children: normalizeOptions(children, keyMap)
34
- }, others);
35
+ });
35
36
  });
36
37
  };
37
38
  var normalizeListOptions = function normalizeListOptions(options, format) {
@@ -1,4 +1,5 @@
1
1
  import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
2
3
  import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
3
4
  import { _ as _to_property_key } from "@swc/helpers/_/_to_property_key";
4
5
  export var normalizeOptions = function normalizeOptions1(options, keyMap) {
@@ -9,11 +10,11 @@ export var normalizeOptions = function normalizeOptions1(options, keyMap) {
9
10
  _key1,
10
11
  _key2
11
12
  ].map(_to_property_key));
12
- return _object_spread({
13
+ return _object_spread_props(_object_spread({}, others), {
13
14
  text: text,
14
15
  value: value,
15
16
  children: normalizeOptions(children, keyMap)
16
- }, others);
17
+ });
17
18
  });
18
19
  };
19
20
  export var normalizeListOptions = function normalizeListOptions(options, format) {
@@ -7659,11 +7659,11 @@
7659
7659
  _key1,
7660
7660
  _key2
7661
7661
  ].map(_to_property_key));
7662
- return _object_spread({
7662
+ return _object_spread_props(_object_spread({}, others), {
7663
7663
  text: text2,
7664
7664
  value: value2,
7665
7665
  children: normalizeOptions(children, keyMap)
7666
- }, others);
7666
+ });
7667
7667
  });
7668
7668
  };
7669
7669
  var normalizeListOptions = function normalizeListOptions2(options, format2) {