react-toolkits 2.15.4 → 2.15.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 +12 -0
- package/lib/index.css +1 -4057
- package/lib/index.d.ts +3 -3
- package/lib/index.js +2 -14667
- package/locale/context.js +1 -9
- package/locale/en_GB.js +1 -96
- package/locale/hooks.js +1 -1254
- package/locale/index.js +1 -1254
- package/locale/ja_JP.js +1 -96
- package/locale/ko_KR.js +1 -96
- package/locale/zh_CN.js +1 -96
- package/package.json +1 -1
- package/lib/index.css.map +0 -1
- package/lib/index.js.map +0 -1
- package/locale/context.js.map +0 -1
- package/locale/en_GB.js.map +0 -1
- package/locale/hooks.js.map +0 -1
- package/locale/index.js.map +0 -1
- package/locale/ja_JP.js.map +0 -1
- package/locale/ko_KR.js.map +0 -1
- package/locale/zh_CN.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# react-toolkits
|
|
2
2
|
|
|
3
|
+
## 2.15.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 73a6907: 调整Drawer组件的按钮顺序,将取消按钮移动到确认按钮后面,以优化用户交互体验。
|
|
8
|
+
|
|
9
|
+
## 2.15.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e102f67: 更新Drawer组件,调整类型导入方式,优化confirmButtonProps和cancelButtonProps的类型定义。
|
|
14
|
+
|
|
3
15
|
## 2.15.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|