react-toolkits 2.15.2 → 2.15.4
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 +4057 -1
- package/lib/index.css.map +1 -0
- package/lib/index.d.ts +7 -3
- package/lib/index.js +14667 -2
- package/lib/index.js.map +1 -0
- package/locale/context.js +9 -1
- package/locale/context.js.map +1 -0
- package/locale/en_GB.js +96 -1
- package/locale/en_GB.js.map +1 -0
- package/locale/hooks.js +1254 -1
- package/locale/hooks.js.map +1 -0
- package/locale/index.js +1254 -1
- package/locale/index.js.map +1 -0
- package/locale/ja_JP.js +96 -1
- package/locale/ja_JP.js.map +1 -0
- package/locale/ko_KR.js +96 -1
- package/locale/ko_KR.js.map +1 -0
- package/locale/zh_CN.js +96 -1
- package/locale/zh_CN.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# react-toolkits
|
|
2
2
|
|
|
3
|
+
## 2.15.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2ae7b54: 更新Drawer组件,重构footer逻辑以支持自定义footer,移除showFooter属性,优化FormDrawer以适应新footer实现。
|
|
8
|
+
|
|
9
|
+
## 2.15.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 4729b26: 增强Drawer组件功能,添加自定义footer选项,更新FormDrawer以支持footer显示
|
|
14
|
+
|
|
3
15
|
## 2.15.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|