react-toolkits 0.8.35 → 0.8.37
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 +17 -5
- package/lib/{index-ZERmkGlW.chunk.js → index--xP5ZRwk.chunk.js} +444 -445
- package/lib/{index-Q-wQlLor.chunk.js → index-0LeTY9YL.chunk.js} +2 -2
- package/lib/{index-8t6YmrpM.chunk.js → index-0kLlKKs0.chunk.js} +34 -34
- package/lib/{index-i6_hSAif.chunk.js → index-bubqP5K4.chunk.js} +3 -3
- package/lib/{index-s29S8miu.chunk.js → index-j7kGPvUz.chunk.js} +47 -47
- package/lib/{index-f4mPQlqW.chunk.js → index-rOwKhYYf.chunk.js} +20 -20
- package/lib/index.d.ts +13 -8
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# react-toolkits
|
|
2
2
|
|
|
3
|
+
## 0.8.37
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cbffc19: feat: add isGlobal context
|
|
8
|
+
|
|
9
|
+
## 0.8.36
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5b45609: feat: export operation to content render function
|
|
14
|
+
|
|
3
15
|
## 0.8.35
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -58,7 +70,7 @@
|
|
|
58
70
|
|
|
59
71
|
### Patch Changes
|
|
60
72
|
|
|
61
|
-
- 7046d58: fix: missing
|
|
73
|
+
- 7046d58: fix: missing isGlobal config in useTokenValidation hook
|
|
62
74
|
|
|
63
75
|
## 0.8.25
|
|
64
76
|
|
|
@@ -316,7 +328,7 @@
|
|
|
316
328
|
|
|
317
329
|
### Patch Changes
|
|
318
330
|
|
|
319
|
-
- 46ca83c: fix: missing app-id while
|
|
331
|
+
- 46ca83c: fix: missing app-id while isGlobal is true
|
|
320
332
|
|
|
321
333
|
## 0.4.1
|
|
322
334
|
|
|
@@ -570,13 +582,13 @@
|
|
|
570
582
|
|
|
571
583
|
### Patch Changes
|
|
572
584
|
|
|
573
|
-
- ec2fb3c: feat: set
|
|
585
|
+
- ec2fb3c: feat: set isGlobal to true
|
|
574
586
|
|
|
575
587
|
## 0.3.11
|
|
576
588
|
|
|
577
589
|
### Patch Changes
|
|
578
590
|
|
|
579
|
-
- b9b1ce0: feat: remove
|
|
591
|
+
- b9b1ce0: feat: remove isGlobal prop
|
|
580
592
|
|
|
581
593
|
## 0.3.10
|
|
582
594
|
|
|
@@ -704,7 +716,7 @@
|
|
|
704
716
|
|
|
705
717
|
### Patch Changes
|
|
706
718
|
|
|
707
|
-
- fceb92e: fix: missing
|
|
719
|
+
- fceb92e: fix: missing isGlobal prop in ContextProvider
|
|
708
720
|
|
|
709
721
|
## 0.2.19
|
|
710
722
|
|