@nutui/nutui-react-taro 2.0.15-beta.1 → 2.0.16-beta.0
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 +13 -0
- package/dist/esm/Address.js +2 -2
- package/dist/esm/Cascader.js +1 -1
- package/dist/esm/Cell.js +2 -2
- package/dist/esm/CellGroup.js +1 -1
- package/dist/esm/Dialog.js +2 -2
- package/dist/esm/Form.js +1274 -8
- package/dist/esm/FormItem.js +3 -3
- package/dist/esm/Notify.js +2 -2
- package/dist/esm/PullToRefresh.js +1 -1
- package/dist/esm/Swipe.js +2 -1
- package/dist/esm/Toast.js +2 -2
- package/dist/esm/{address.taro-b58603a5.js → address.taro-6d420871.js} +1 -1
- package/dist/esm/{cascader.taro-ec5179d6.js → cascader.taro-01ffbfb1.js} +1 -0
- package/dist/esm/cell.taro-010b73ed.js +55 -0
- package/dist/esm/{cellgroup.taro-d2fad5e7.js → cellgroup.taro-9dc59f11.js} +9 -3
- package/dist/esm/{dialog.taro-a1309ced.js → dialog.taro-1426fb49.js} +4 -4
- package/dist/esm/{formitem.taro-9e2d3898.js → formitem.taro-bb63ac0a.js} +1 -1
- package/dist/esm/{notify.taro-07e9ead7.js → notify.taro-6798c31f.js} +1 -1
- package/dist/esm/nutui-react.es.js +18 -18
- package/dist/esm/{pulltorefresh.taro-f3ab76c2.js → pulltorefresh.taro-d35571e8.js} +6 -4
- package/dist/esm/{swipe.taro-36f8782e.js → swipe.taro-2fa2479c.js} +4 -3
- package/dist/esm/{toast.taro-a907b5f5.js → toast.taro-44ebc833.js} +1 -1
- package/dist/esm/types/src/packages/cellgroup/context.d.ts +5 -0
- package/dist/esm/types/src/packages/dialog/config.d.ts +2 -1
- package/dist/esm/types/src/packages/dialog/content.taro.d.ts +2 -1
- package/dist/esm/types/src/packages/form/form.d.ts +4 -8
- package/dist/esm/types/src/packages/form/form.taro.d.ts +4 -8
- package/dist/esm/types/src/packages/form/index.d.ts +11 -2
- package/dist/esm/types/src/packages/form/index.taro.d.ts +11 -2
- package/dist/esm/types/src/packages/form/types.d.ts +1 -0
- package/dist/esm/types/src/packages/swipe/swipe.taro.d.ts +5 -4
- package/dist/esm/types/src/utils/use-custom-event.d.ts +1 -1
- package/dist/esm/{use-custom-event-e1689884.js → use-custom-event-bb9c7f2e.js} +1 -0
- package/dist/locales/base.js +1 -1
- package/dist/locales/en-US.js +1 -1
- package/dist/locales/id-ID.js +1 -1
- package/dist/locales/tr-TR.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/locales/zh-UG.js +1 -1
- package/dist/nutui.react.es.js +125 -101
- package/dist/nutui.react.umd.js +125 -101
- package/dist/style.mjs +1 -1
- package/dist/types/packages/cellgroup/context.d.ts +4 -0
- package/dist/types/packages/dialog/config.d.ts +2 -1
- package/dist/types/packages/dialog/content.taro.d.ts +2 -1
- package/dist/types/packages/form/form.taro.d.ts +4 -8
- package/dist/types/packages/form/index.taro.d.ts +11 -2
- package/dist/types/packages/form/types.d.ts +1 -0
- package/dist/types/packages/swipe/swipe.taro.d.ts +5 -4
- package/dist/types/utils/use-custom-event.d.ts +1 -1
- package/package.json +1 -1
- package/dist/esm/cell.taro-0a9f80bc.js +0 -50
- package/dist/esm/form.taro-6166be06.js +0 -1273
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v2.0.16
|
|
2
|
+
`2023-09-06`
|
|
3
|
+
|
|
4
|
+
* :sparkles: feat: form 支持分割线 (#1389) @oasis-cloud
|
|
5
|
+
* :bug: fix(pulltorefresh): 修复 H5 卡顿 & 小程序滑动距离问题 @Eiinu
|
|
6
|
+
* :bug: fix: csstransition using findDOMNode which is deprecated (#1370) @oasis-cloud
|
|
7
|
+
* :bug: fix: dialog 的函数调用增加对 classname 和 style 的支持 (#1391) @oasis-cloud
|
|
8
|
+
* :bug: fix: swipe 阻止页面滚动 (#1380) @oasis-cloud
|
|
9
|
+
* :bug: fix: useForm 在类组件下报错,可以采用 ref 的方式使用 FormInstance (#1383) @oasis-cloud
|
|
10
|
+
* :bug: fix: 多个 Swipe 的滑动选项完全相等 (#1334) @Clay Zhang
|
|
11
|
+
* 📖 docs: toast组件完善了样式变量 (#1379) @ivan-My
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
# v2.0.15
|
|
2
15
|
`2023-08-30`
|
|
3
16
|
|
package/dist/esm/Address.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Address } from "./address.taro-
|
|
1
|
+
import { A as Address } from "./address.taro-6d420871.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@nutui/icons-react-taro";
|
|
4
4
|
import "./popup.taro-487eb86e.js";
|
|
@@ -10,7 +10,7 @@ import "./overlay.taro-626840fc.js";
|
|
|
10
10
|
import "./typings-11d83a22.js";
|
|
11
11
|
import "./configprovider.taro-c5ff4877.js";
|
|
12
12
|
import "./index-21e61675.js";
|
|
13
|
-
import "./cascader.taro-
|
|
13
|
+
import "./cascader.taro-01ffbfb1.js";
|
|
14
14
|
import "./tabs.taro-3ece2221.js";
|
|
15
15
|
import "@tarojs/taro";
|
|
16
16
|
import "./tabpane.taro-d0eea168.js";
|
package/dist/esm/Cascader.js
CHANGED
package/dist/esm/Cell.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { C as Cell } from "./cell.taro-
|
|
1
|
+
import { C as Cell } from "./cell.taro-010b73ed.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "classnames";
|
|
4
4
|
import "./typings-11d83a22.js";
|
|
5
|
-
import "./cellgroup.taro-
|
|
5
|
+
import "./cellgroup.taro-9dc59f11.js";
|
|
6
6
|
export {
|
|
7
7
|
Cell as default
|
|
8
8
|
};
|
package/dist/esm/CellGroup.js
CHANGED
package/dist/esm/Dialog.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BaseDialog } from "./dialog.taro-
|
|
1
|
+
import { B as BaseDialog } from "./dialog.taro-1426fb49.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "classnames";
|
|
4
4
|
import "react-transition-group";
|
|
@@ -10,7 +10,7 @@ import "./typings-11d83a22.js";
|
|
|
10
10
|
import "./configprovider.taro-c5ff4877.js";
|
|
11
11
|
import "./index-21e61675.js";
|
|
12
12
|
import "./overlay.taro-626840fc.js";
|
|
13
|
-
import "./use-custom-event-
|
|
13
|
+
import "./use-custom-event-bb9c7f2e.js";
|
|
14
14
|
import "./use-force-update-9cd7c164.js";
|
|
15
15
|
export {
|
|
16
16
|
BaseDialog as default
|