@nutui/nutui-react 1.3.0-beta.5 → 1.3.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 +28 -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/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/nutui.react.es.js +1 -1
- package/dist/nutui.react.umd.js +1 -1
- package/dist/style.es.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## v1.3.0
|
|
2
|
+
`2022-08-24`
|
|
3
|
+
|
|
4
|
+
* :sparkles: chore: Taro support (#240) @xiaoyatong
|
|
5
|
+
* :sparkles: chore: support react18 (#224) @oasis-cloud
|
|
6
|
+
* :sparkles: chore: noticebar (#233) @vickyYe
|
|
7
|
+
* :sparkles: feat: add SideNavBar (#198) @mangov587
|
|
8
|
+
* :sparkles: feat: add Table (#185) @yangjinjun3
|
|
9
|
+
* :sparkles: feat: popover 功能补齐与单元测试 (#219) @yangxiaolu1993
|
|
10
|
+
* :sparkles: feat: notify 增加props+国际化文档 (#221) @vickyYe
|
|
11
|
+
* :sparkles: feat: icon 组件增加自定义字体新方案,增加 fontClassName 属性 (#232) @oasis-cloud
|
|
12
|
+
* :sparkles: feat: toast 组件props补齐+国际化,input组件issue问题修改 (#214) @vickyYe
|
|
13
|
+
* :sparkles: feat: shortpassword 优化demo,增加单元测试,增加国际化 (#222) @Drjingfubo
|
|
14
|
+
* :sparkles: feat: fixednav 单元测试 (#217) @Ymm0008
|
|
15
|
+
* :sparkles: feat: timeselect (#216) @shadow-Fiend
|
|
16
|
+
* :sparkles: feat: layout props补齐,单元测试 (#208) @Ymm0008
|
|
17
|
+
* :sparkles: feat: Address 组件功能补齐-添加默认选中项;单元测试添加 (#207) @yangxiaolu1993
|
|
18
|
+
* :sparkles: feat: popup 增加指定节点挂载与多层堆叠功能 (#197) @love_forever
|
|
19
|
+
* :sparkles: feat: Swiper 组件能力补齐,新增demo,添加国际化文档 (#196) @lkjh3214
|
|
20
|
+
* :bug: fix: checkbox 组件的全选 demo 无法高亮全选按钮 (#239) @oasis-cloud
|
|
21
|
+
* :bug: fix: 解决Picker滚动结束延迟触发事件问题 (#218) @yangxiaolu1993
|
|
22
|
+
* :bug: fix: radio 组件 demo 中自定义尺寸文案错误 (#231) @oasis-cloud
|
|
23
|
+
* :bug: fix: radio 组件 demo 中自定义图标展示错误 (#230) @oasis-cloud
|
|
24
|
+
* :bug: fix: checkbox 全选 demo 中的错误 (#229) @oasis-cloud
|
|
25
|
+
* :bug: fix: vite 构建 umd 文件时 banner 插入错误 @oasis-cloud
|
|
26
|
+
* :bug: fix: 修复Infiniteloading 组件 pullTxt、loadTxt 和 loadMoreTxt 参数无效 (#227) @junjun666
|
|
27
|
+
* :bug: fix: radio 组件选中后可以取消的问题 (#211) @oasis-cloud
|
|
28
|
+
|
|
1
29
|
## v1.2.2
|
|
2
30
|
`2022-08-10`
|
|
3
31
|
|
package/dist/locales/base.js
CHANGED
package/dist/locales/en-US.js
CHANGED
package/dist/locales/id-ID.js
CHANGED
package/dist/locales/zh-CN.js
CHANGED
package/dist/locales/zh-TW.js
CHANGED
package/dist/nutui.react.es.js
CHANGED
package/dist/nutui.react.umd.js
CHANGED
package/dist/style.es.js
CHANGED