react-toolkits 2.22.3 → 2.22.5
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.js +2 -1349
- package/locale/hooks.js +1 -1349
- package/locale/index.js +1 -1349
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# react-toolkits
|
|
2
2
|
|
|
3
|
+
## 2.22.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fecec78: 重构use-ky钩子,优化响应处理逻辑,简化状态码检查,改进错误处理机制,确保在请求失败时能够正确提取并显示错误信息。同时,移除不必要的QueryProvider组件,提升代码可读性和一致性。
|
|
8
|
+
|
|
9
|
+
## 2.22.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f756318: 优化QueryList组件的请求数据处理逻辑,支持POST和GET请求时合并默认数据与传入数据。同时,更新Pagination组件的表单项,添加名称字段的必填规则,提升用户体验和代码可读性。
|
|
14
|
+
|
|
3
15
|
## 2.22.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|