react-toolkits 2.32.14 → 2.32.16
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/lib/index.css +1 -1028
- package/lib/index.d.ts +2 -54
- package/lib/index.js +3 -13025
- package/lib/index.js.map +1 -1
- package/locale/context.js +2 -1473
- package/locale/hooks.js +10 -3080
- package/locale/index.js +10 -3080
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# react-toolkits
|
|
2
2
|
|
|
3
|
+
## 2.32.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9ad87d9: refactor: remove isGlobalMode from context and update related components
|
|
8
|
+
- 4aa0096: refactor: reorganize useKy imports and enhance README with Changesets workflow
|
|
9
|
+
|
|
10
|
+
## 2.32.15
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 512207b: refactor: update useKy hook to remove UseKyOptions interface and streamline options handling
|
|
15
|
+
|
|
3
16
|
## 2.32.14
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|