@flow97/react-toolkit 0.0.1

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 ADDED
@@ -0,0 +1,3090 @@
1
+ # react-toolkits
2
+
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 首次发布 0.0.1 版本
8
+ - **@flow97/react-toolkit**: React 工具包,提供 Layout、组件、hooks 等
9
+ - **@flow97/antd-schema**: 基于 Ant Design 的 Schema 渲染器
10
+
11
+ ## 4.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - 包重命名和重大更新:
16
+ - **@flow97/react-toolkit** (原 react-toolkits):
17
+ - 包名从 `react-toolkits` 重命名为 `@flow97/react-toolkit`
18
+ - 移除 useKy 的公开导出,各项目需自行实现
19
+ - 移除 context.isGlobalMode,改为自动根据 appId 判断
20
+ - useKy hooks 完全内置化,不再接受自定义配置
21
+ - **@flow97/antd-schema** (原 antd-schema):
22
+ - 包名从 `antd-schema` 重命名为 `@flow97/antd-schema`
23
+ - 架构重构,采用注册表模式解决循环依赖
24
+ - 修复 infinite-list 数据渲染问题
25
+
26
+ ## 2.32.17
27
+
28
+ ### Patch Changes
29
+
30
+ - 11077b2: fix: add prefix to role input field for clarity
31
+
32
+ ## 2.32.16
33
+
34
+ ### Patch Changes
35
+
36
+ - 9ad87d9: refactor: remove isGlobalMode from context and update related components
37
+ - 4aa0096: refactor: reorganize useKy imports and enhance README with Changesets workflow
38
+
39
+ ## 2.32.15
40
+
41
+ ### Patch Changes
42
+
43
+ - 512207b: refactor: update useKy hook to remove UseKyOptions interface and streamline options handling
44
+
45
+ ## 2.32.14
46
+
47
+ ### Patch Changes
48
+
49
+ - cf5be23: refactor: enhance GameSelect component to improve query invalidation logic
50
+
51
+ ## 2.32.13
52
+
53
+ ### Patch Changes
54
+
55
+ - c2298ea: refactor: enhance useKy hook with improved error handling and request processing
56
+
57
+ ## 2.32.12
58
+
59
+ ### Patch Changes
60
+
61
+ - 6ba34d7: refactor: simplify handleChange function in GameSelect component
62
+
63
+ ## 2.32.11
64
+
65
+ ### Patch Changes
66
+
67
+ - d75a42f: refactor: update handleChange function in GameSelect component to support async query invalidation
68
+
69
+ ## 2.32.10
70
+
71
+ ### Patch Changes
72
+
73
+ - 19be7a6: refactor: update mergeHooks function to improve hook execution order
74
+
75
+ ## 2.32.9
76
+
77
+ ### Patch Changes
78
+
79
+ - 13ae33d: refactor: remove useKy.ts and update imports across components
80
+
81
+ ## 2.32.8
82
+
83
+ ### Patch Changes
84
+
85
+ - 520a738: refactor: update RequireAuth component to improve type handling
86
+
87
+ ## 2.32.7
88
+
89
+ ### Patch Changes
90
+
91
+ - d51e875: refactor: optimize GameSelect component logic and improve type handling
92
+
93
+ ## 2.32.6
94
+
95
+ ### Patch Changes
96
+
97
+ - 86f0a3b: fix: conditionally render RequireGame component in Layout
98
+
99
+ ## 2.32.5
100
+
101
+ ### Patch Changes
102
+
103
+ - a08a7f2: feat: enhance GameSelect and Layout components with onChange callback
104
+
105
+ ## 2.32.4
106
+
107
+ ### Patch Changes
108
+
109
+ - 2facade: fix: correct auth mode reference in useUpdateUser hook
110
+
111
+ ## 2.32.3
112
+
113
+ ### Patch Changes
114
+
115
+ - bd93487: fix: update queryKey construction to handle appId based on global mode
116
+
117
+ ## 2.32.2
118
+
119
+ ### Patch Changes
120
+
121
+ - c8f6661: refactor: remove blob response type handling from processResponseByType function
122
+
123
+ ## 2.32.1
124
+
125
+ ### Patch Changes
126
+
127
+ - 13bd702: feat: integrate game ID into queryKey for automatic data refresh on game switch
128
+
129
+ ## 2.32.0
130
+
131
+ ### Minor Changes
132
+
133
+ - 752e915: refactor: replace PermissionMode with AuthMode across the toolkit
134
+
135
+ ## 2.31.10
136
+
137
+ ### Patch Changes
138
+
139
+ - 343c324: feat: add support for blob response type in processResponseByType function
140
+
141
+ ## 2.31.9
142
+
143
+ ### Patch Changes
144
+
145
+ - 3586224: fix: adjust marginLeft in LayoutHeader for improved layout consistency
146
+
147
+ ## 2.31.8
148
+
149
+ ### Patch Changes
150
+
151
+ - 0a9101a: refactor: add titleStyle prop to Layout and LayoutHeader components
152
+
153
+ ## 2.31.7
154
+
155
+ ### Patch Changes
156
+
157
+ - bf810e1: refactor: update LayoutHeader component styles for improved layout
158
+
159
+ ## 2.31.6
160
+
161
+ ### Patch Changes
162
+
163
+ - a46470f: refactor: enhance request configuration handling in InfiniteList and QueryList components
164
+
165
+ ## 2.31.5
166
+
167
+ ### Patch Changes
168
+
169
+ - 4ca1e63: refactor: improve request handling in KyClient
170
+
171
+ ## 2.31.4
172
+
173
+ ### Patch Changes
174
+
175
+ - 39b54dc: refactor: enhance KeepAlive components with cache key attributes
176
+
177
+ ## 2.31.3
178
+
179
+ ### Patch Changes
180
+
181
+ - af302b5: refactor: streamline useKy integration across renderers
182
+
183
+ ## 2.31.2
184
+
185
+ ### Patch Changes
186
+
187
+ - 71e5a70: refactor: replace useKyClient with useKy hook across components
188
+
189
+ ## 2.31.1
190
+
191
+ ### Patch Changes
192
+
193
+ - bba1a46: refactor: enhance KyClient and useKyClient for improved error handling and configuration
194
+
195
+ ## 2.31.0
196
+
197
+ ### Minor Changes
198
+
199
+ - 21eb0d4: refactor: update routing to use react-router and enhance package dependencies
200
+
201
+ ### Patch Changes
202
+
203
+ - 4e2191f: refactor: update routing and game interface definitions
204
+ - 94c57cb: feat: integrate useKyClient hook for improved API client management
205
+
206
+ ## 2.30.3
207
+
208
+ ### Patch Changes
209
+
210
+ - f0f10c2: feat: enhance KeepAliveOutlet for nested routing support
211
+
212
+ ## 2.30.2
213
+
214
+ ### Patch Changes
215
+
216
+ - 52cac5c: feat: enhance list stores with static method access
217
+
218
+ ## 2.30.1
219
+
220
+ ### Patch Changes
221
+
222
+ - b0cdc0c: refactor: simplify list exports in index.ts
223
+
224
+ ## 2.30.0
225
+
226
+ ### Minor Changes
227
+
228
+ - bf4b571: feat: introduce KeepAlive component for state caching in React
229
+
230
+ ## 2.29.4
231
+
232
+ ### Patch Changes
233
+
234
+ - 5c13bb0: chore: update tailwindcss to version 4.1.18 and adjust styles in SignIn component
235
+
236
+ ## 2.29.3
237
+
238
+ ### Patch Changes
239
+
240
+ - 94781c1: chore: update dependencies and improve CSS layer structure
241
+
242
+ ## 2.29.2
243
+
244
+ ### Patch Changes
245
+
246
+ - d93be66: fix: update permission check logic and API endpoint handling
247
+
248
+ ## 2.29.1
249
+
250
+ ### Patch Changes
251
+
252
+ - ff678b4: fix: correct permission check logic in PermissionList component
253
+
254
+ ## 2.29.0
255
+
256
+ ### Minor Changes
257
+
258
+ - 31c39df: refactor: update CSS layer structure and remove unnecessary PostCSS plugin
259
+
260
+ ## 2.28.2
261
+
262
+ ### Patch Changes
263
+
264
+ - f42501c: feat: enhance CSS processing and improve type definitions
265
+
266
+ ## 2.28.1
267
+
268
+ ### Patch Changes
269
+
270
+ - 4062663: refactor: update type definitions for form drawer and modal
271
+
272
+ ## 2.28.0
273
+
274
+ ### Minor Changes
275
+
276
+ - 6f1259c: refactor: migrate to useKyClient for HTTP requests
277
+
278
+ ## 2.27.20
279
+
280
+ ### Patch Changes
281
+
282
+ - 0b38476: Trigger ci
283
+
284
+ ## 2.27.19
285
+
286
+ ### Patch Changes
287
+
288
+ - 6712266: refactor: replace custom uniq function with lodash's uniq
289
+
290
+ ## 2.27.18
291
+
292
+ ### Patch Changes
293
+
294
+ - e2936a3: feat: add selectAll component export to index
295
+
296
+ ## 2.27.17
297
+
298
+ ### Patch Changes
299
+
300
+ - c666979: refactor: streamline component logic and improve performance
301
+
302
+ ## 2.27.16
303
+
304
+ ### Patch Changes
305
+
306
+ - 5f8f73d: refactor: simplify state management in Nav componen
307
+
308
+ ## 2.27.15
309
+
310
+ ### Patch Changes
311
+
312
+ - 9e1373b: refactor: improve route matching logic in Nav component
313
+
314
+ ## 2.27.14
315
+
316
+ ### Patch Changes
317
+
318
+ - 5f24acd: refactor: remove custom retry logic from QueryList component
319
+
320
+ ## 2.27.13
321
+
322
+ ### Patch Changes
323
+
324
+ - 1ca0426: chore: update README and configuration for react-query integration
325
+
326
+ ## 2.27.12
327
+
328
+ ### Patch Changes
329
+
330
+ - ce45962: refactor: improve navigation component logic and type definitions
331
+
332
+ ## 2.27.11
333
+
334
+ ### Patch Changes
335
+
336
+ - 2988499: refactor: enhance navigation component and state management
337
+
338
+ ## 2.27.10
339
+
340
+ ### Patch Changes
341
+
342
+ - 99379fd: refactor: replace useHttp\* hooks with useKy for improved request handling
343
+
344
+ ## 2.27.9
345
+
346
+ ### Patch Changes
347
+
348
+ - b07918e: fix: handle optional row data and improve response processing
349
+
350
+ ## 2.27.8
351
+
352
+ ### Patch Changes
353
+
354
+ - fccec45: refactor: update data handling in QueryList components
355
+
356
+ ## 2.27.7
357
+
358
+ ### Patch Changes
359
+
360
+ - 9eade48: refactor: simplify RequireGame and ToolkitsProvider components
361
+
362
+ ## 2.27.6
363
+
364
+ ### Patch Changes
365
+
366
+ - 2a6812f: refactor: improve routing and request handling in the application
367
+
368
+ ## 2.27.5
369
+
370
+ ### Patch Changes
371
+
372
+ - 7e56144: refactor: clean up PostCSS and ESLint configurations
373
+
374
+ ## 2.27.4
375
+
376
+ ### Patch Changes
377
+
378
+ - 50b42a8: refactor: streamline build process and update configurations
379
+
380
+ ## 2.27.3
381
+
382
+ ### Patch Changes
383
+
384
+ - 1a2e800: chore: update dependencies and refactor ky.ts for improved request handling
385
+ - 1232025: refactor: enhance tsup configuration for improved build process
386
+
387
+ ## 2.27.2
388
+
389
+ ### Patch Changes
390
+
391
+ - de255b8: fix: enhance game API usage and pagination handling in InfiniteList
392
+
393
+ ## 2.27.1
394
+
395
+ ### Patch Changes
396
+
397
+ - 908ad9e: refactor: update visibility store implementation and improve InfiniteList component
398
+
399
+ ## 2.27.0
400
+
401
+ ### Minor Changes
402
+
403
+ - c283168: chore: update dependencies and refactor components for improved functionality
404
+
405
+ ## 2.26.1
406
+
407
+ ### Patch Changes
408
+
409
+ - 68f200e: chore: update antd to version 6.0.0 and upgrade React dependencies
410
+
411
+ ## 2.26.0
412
+
413
+ ### Minor Changes
414
+
415
+ - 48be1d4: chore: update React and TypeScript dependencies, refactor context usage in components
416
+ - f75446d: refactor: update permission handling and improve component structure
417
+
418
+ ## 2.25.0
419
+
420
+ ### Minor Changes
421
+
422
+ - 2766e20: chore: update dependencies and refactor components for improved performance
423
+
424
+ ### Patch Changes
425
+
426
+ - 2766e20: chore: update dependencies and refactor components for improved functionality
427
+
428
+ ## 2.24.18
429
+
430
+ ### Patch Changes
431
+
432
+ - d000cf3: fix(signIn): adjust margin for improved layout on sign-in page
433
+
434
+ ## 2.24.17
435
+
436
+ ### Patch Changes
437
+
438
+ - 97e80ed: refactor(signIn): improve layout and styling for sign-in page
439
+
440
+ ## 2.24.16
441
+
442
+ ### Patch Changes
443
+
444
+ - 5c146d1: fix(GameSelect): reduce width of game selection input for improved layout
445
+
446
+ ## 2.24.15
447
+
448
+ ### Patch Changes
449
+
450
+ - 32987d2: fix(GameSelect): increase width of game selection input for better usability
451
+
452
+ ## 2.24.14
453
+
454
+ ### Patch Changes
455
+
456
+ - b4ab3a7: refactor(react-toolkits): enhance request parameter handling in QueryList
457
+
458
+ ## 2.24.13
459
+
460
+ ### Patch Changes
461
+
462
+ - 3f84850: refactor(react-toolkits): correct requestBody logic in QueryList
463
+
464
+ ## 2.24.12
465
+
466
+ ### Patch Changes
467
+
468
+ - 06c7981: refactor(react-toolkits): simplify request parameter handling in QueryList
469
+
470
+ ## 2.24.11
471
+
472
+ ### Patch Changes
473
+
474
+ - b13e450: refactor(react-toolkits): update appId handling in useKy and enhance HTTP method support in QueryList
475
+
476
+ ## 2.24.10
477
+
478
+ ### Patch Changes
479
+
480
+ - e0d7c7a: chore: update package.json and pnpm-lock.yaml to include cross-env and modify scripts for environment variables
481
+
482
+ ## 2.24.9
483
+
484
+ ### Patch Changes
485
+
486
+ - 1e7f06b: refactor(react-toolkits): replace NavMenu with Nav component and update related types
487
+
488
+ ## 2.24.8
489
+
490
+ ### Patch Changes
491
+
492
+ - 7af6550: fix(react-toolkits): prevent appId modification during loading in GameSelect component
493
+
494
+ ## 2.24.7
495
+
496
+ ### Patch Changes
497
+
498
+ - cc7a25b: fix(react-toolkits): improve appId management in GameSelect component
499
+
500
+ ## 2.24.6
501
+
502
+ ### Patch Changes
503
+
504
+ - 49639bb: refactor(react-toolkits): optimize GameSelect component with useMemo for performance
505
+
506
+ ## 2.24.5
507
+
508
+ ### Patch Changes
509
+
510
+ - c69ee31: fix(react-toolkits): update GameSelect to handle selectOptions for appId management
511
+
512
+ ## 2.24.4
513
+
514
+ ### Patch Changes
515
+
516
+ - 293ff26: fix(react-toolkits): handle empty game data in GameSelect component
517
+
518
+ ## 2.24.3
519
+
520
+ ### Patch Changes
521
+
522
+ - 3eec896: refactor(react-toolkits): enhance type safety in GameSelect and Layout components
523
+
524
+ ## 2.24.2
525
+
526
+ ### Patch Changes
527
+
528
+ - c1562f7: refactor(react-toolkits): enhance token management in toolkits store
529
+
530
+ ## 2.24.1
531
+
532
+ ### Patch Changes
533
+
534
+ - d061803: refactor(react-toolkits): update mutation methods to use async variants
535
+
536
+ ## 2.24.0
537
+
538
+ ### Minor Changes
539
+
540
+ - 5350f2d: refactor(react-toolkits): integrate React Query cache management in useKy hook
541
+
542
+ ## 2.23.0
543
+
544
+ ### Minor Changes
545
+
546
+ - fb2ea14: refactor(react-toolkits): replace usePermission with useAuth across components
547
+
548
+ ## 2.22.33
549
+
550
+ ### Patch Changes
551
+
552
+ - 07ca1fc: refactor(react-toolkits): update token handling and variable naming in useKy hook
553
+
554
+ ## 2.22.32
555
+
556
+ ### Patch Changes
557
+
558
+ - 1fbf32a: refactor(react-toolkits): update Layout component to improve game selection visibility
559
+
560
+ ## 2.22.31
561
+
562
+ ### Patch Changes
563
+
564
+ - 8bf31d3: refactor(react-toolkits): rename gameId to appId for consistency across components
565
+ - b59de0c: refactor(react-toolkits): improve layout components and game selection logic
566
+
567
+ ## 2.22.30
568
+
569
+ ### Patch Changes
570
+
571
+ - dcde94c: refactor(react-toolkits): improve AuthButton component with enhanced permission handling
572
+
573
+ ## 2.22.29
574
+
575
+ ### Patch Changes
576
+
577
+ - 3b9ddd2: fix(userList): update user creation modal logic to support version 4
578
+
579
+ ## 2.22.28
580
+
581
+ ### Patch Changes
582
+
583
+ - 3f14673: refactor(react-toolkits): enhance useCreateUser mutation with role and permission handling
584
+
585
+ ## 2.22.27
586
+
587
+ ### Patch Changes
588
+
589
+ - b153e15: refactor(react-toolkits): enhance useUpdateUser mutation with permission handling
590
+
591
+ ## 2.22.26
592
+
593
+ ### Patch Changes
594
+
595
+ - 5b4f144: refactor(react-toolkits): update useKy hook to utilize apiBase from toolkits store
596
+
597
+ ## 2.22.25
598
+
599
+ ### Patch Changes
600
+
601
+ - b30c2d0: Release
602
+
603
+ ## 2.22.24
604
+
605
+ ### Patch Changes
606
+
607
+ - ea32c92: Trigger publish
608
+
609
+ ## 2.22.23
610
+
611
+ ### Patch Changes
612
+
613
+ - f26f246: git add .
614
+
615
+ ## 2.22.22
616
+
617
+ ### Patch Changes
618
+
619
+ - 3c5884f: style(signIn): update background and layout for improved aesthetics
620
+
621
+ ## 2.22.21
622
+
623
+ ### Patch Changes
624
+
625
+ - 92d3375: refactor(react-toolkits): remove third-party sign-in text from locale files
626
+
627
+ ## 2.22.20
628
+
629
+ ### Patch Changes
630
+
631
+ - f451fa7: refactor(react-toolkits): rename clearStorage to clear for consistency
632
+
633
+ ## 2.22.19
634
+
635
+ ### Patch Changes
636
+
637
+ - 023019a: refactor(react-toolkits): update user management and storage handling
638
+
639
+ ## 2.22.18
640
+
641
+ ### Patch Changes
642
+
643
+ - 616dedf: refactor(react-toolkits): update cache management in GameSelect component
644
+
645
+ ## 2.22.17
646
+
647
+ ### Patch Changes
648
+
649
+ - 9006b9e: refactor(react-toolkits): replace PermissionButton with AuthButton and update signInPath to loginPath
650
+ - 9db9ca6: refactor(react-toolkits): streamline query key construction and enhance permission handling
651
+
652
+ ## 2.22.16
653
+
654
+ ### Patch Changes
655
+
656
+ - 8f01420: fix(release.sh): update git tag handling to push tags instead of creating them; enhance useKy hook in usePermission to suppress error notifications
657
+
658
+ ## 2.22.15
659
+
660
+ ### Patch Changes
661
+
662
+ - b29440d: feat(react-toolkits): add UseKyOptions interface to customize useKy hook behavior
663
+
664
+ ## 2.22.14
665
+
666
+ ### Patch Changes
667
+
668
+ - a44312c: feat(react-toolkits): add UseKyOptions interface to customize useKy hook behavior
669
+
670
+ ## 2.22.13
671
+
672
+ ### Patch Changes
673
+
674
+ - a63aab2: refactor(react-toolkits): 重构可见性状态管理,消除重复代码
675
+
676
+ ## 2.22.12
677
+
678
+ ### Patch Changes
679
+
680
+ - ef93fa5: 重构react-toolkits导入路径,统一使用根路径导入
681
+
682
+ ## 2.22.11
683
+
684
+ ### Patch Changes
685
+
686
+ - dc31008: 优化InfiniteList组件,统一使用filters替代formValue,重构请求参数构建逻辑,增强代码可读性。同时引入默认payload以稳定状态管理,简化实例注册和更新流程。
687
+
688
+ ## 2.22.10
689
+
690
+ ### Patch Changes
691
+
692
+ - 426c6cb: 新增hooks子路径导出,重构相关组件,移除不再使用的drawer和modal组件,优化README文档以反映最新的结构和使用方式,提升代码可读性和用户体验。
693
+
694
+ ## 2.22.9
695
+
696
+ ### Patch Changes
697
+
698
+ - 92b3c0f: 新增多个子路径导出,优化包结构,提升Tree Shaking支持。同时更新README文档,增加特性描述和安装说明,确保用户更易于使用和理解。
699
+
700
+ ## 2.22.8
701
+
702
+ ### Patch Changes
703
+
704
+ - 779d222: 优化QueryList组件,统一使用filters替代formValue
705
+
706
+ ## 2.22.7
707
+
708
+ ### Patch Changes
709
+
710
+ - 70efaec: QueryList组件优化HTTP请求方法的处理逻辑,增强代码可读性和灵活性
711
+
712
+ ## 2.22.6
713
+
714
+ ### Patch Changes
715
+
716
+ - fb4bd6e: 优化QueryList组件的请求处理逻辑,简化resolvedRequest、requestBody和requestSearchParams的计算方式,提升代码可读性和性能。
717
+
718
+ ## 2.22.5
719
+
720
+ ### Patch Changes
721
+
722
+ - fecec78: 重构use-ky钩子,优化响应处理逻辑,简化状态码检查,改进错误处理机制,确保在请求失败时能够正确提取并显示错误信息。同时,移除不必要的QueryProvider组件,提升代码可读性和一致性。
723
+
724
+ ## 2.22.4
725
+
726
+ ### Patch Changes
727
+
728
+ - f756318: 优化QueryList组件的请求数据处理逻辑,支持POST和GET请求时合并默认数据与传入数据。同时,更新Pagination组件的表单项,添加名称字段的必填规则,提升用户体验和代码可读性。
729
+
730
+ ## 2.22.3
731
+
732
+ ### Patch Changes
733
+
734
+ - d6368d3: 优化QueryList组件,改进payload管理逻辑,避免不必要的重渲染和请求,同时更新dataAdapter配置以提升代码可读性和一致性。
735
+
736
+ ## 2.22.2
737
+
738
+ ### Patch Changes
739
+
740
+ - 67ac7f5: 重构QueryList组件及相关页面,更新dataAdapter配置,简化参数处理逻辑,提升代码可读性和一致性。
741
+
742
+ ## 2.22.1
743
+
744
+ ### Patch Changes
745
+
746
+ - 41e87c2: 重构QueryList组件,优化dataAdapter配置,支持更灵活的数据处理方式。同时更新相关页面以使用新的dataAdapter结构,提升代码可读性和一致性。
747
+
748
+ ## 2.22.0
749
+
750
+ ### Minor Changes
751
+
752
+ - de4b454: 重构use-ky钩子的响应处理逻辑,简化对不同响应类型的处理,优化错误处理机制,确保在请求失败时能够正确提取并显示错误信息。
753
+
754
+ ## 2.21.1
755
+
756
+ ### Patch Changes
757
+
758
+ - 29987ae: 优化FilterFormWrapper组件,修改确认按钮为禁用状态以防止重复点击。同时更新InfiniteList组件的加载状态变量名称,增强代码可读性。调整NotFound页面的样式,使其居中显示。修正UserDetail和useGames钩子中的store访问方式,提升一致性。
759
+
760
+ ## 2.21.0
761
+
762
+ ### Minor Changes
763
+
764
+ - 01b6652: 重构InfiniteList和QueryList组件,采用dataAdapter模式优化数据源处理逻辑,提升代码可读性和一致性。同时更新相关页面以使用新的dataAdapter配置。
765
+
766
+ ## 2.20.0
767
+
768
+ ### Minor Changes
769
+
770
+ - 1acfc29: 更新pnpm依赖,添加@tanstack/react-query和@tanstack/react-query-devtools,移除swr。修改InfiniteList和QueryList组件以支持新的请求配置,优化数据源处理逻辑,确保组件在数据加载时的表现更佳。同时,重构相关hooks和状态管理,提升代码可读性和一致性。
771
+
772
+ ## 2.19.2
773
+
774
+ ### Patch Changes
775
+
776
+ - 894c877: 为Drawer和Modal组件添加afterClose回调,确保在组件关闭时能够传递表单实例,优化相关逻辑以提高可用性。
777
+
778
+ ## 2.19.1
779
+
780
+ ### Patch Changes
781
+
782
+ - 5967bc0: 更新Drawer组件,修改取消按钮的onClick事件处理函数为onClose,以提高代码可读性和一致性。
783
+
784
+ ## 2.19.0
785
+
786
+ ### Minor Changes
787
+
788
+ - 8d35713: 移除Drawer和Modal组件中的onShow回调,优化相关逻辑,确保afterClose回调在组件关闭时被正确调用。
789
+
790
+ ## 2.18.2
791
+
792
+ ### Patch Changes
793
+
794
+ - 2054f95: 优化Drawer和Modal组件的ID生成逻辑,移除不必要的ID属性,确保ID唯一性并简化代码结构。
795
+
796
+ ## 2.18.1
797
+
798
+ ### Patch Changes
799
+
800
+ - b0be1eb: 优化Drawer和Modal组件的ID生成和注册逻辑,确保ID唯一性,避免冲突,并在组件销毁时清理ID。更新相关状态管理以支持新功能。
801
+
802
+ ## 2.18.0
803
+
804
+ ### Minor Changes
805
+
806
+ - 5474738: 为Drawer和Modal组件添加ID属性,增强唯一性检查功能,避免ID冲突导致的潜在问题。
807
+
808
+ ## 2.17.0
809
+
810
+ ### Minor Changes
811
+
812
+ - 33643fc: 添加 onShow 回调
813
+
814
+ ## 2.16.5
815
+
816
+ ### Patch Changes
817
+
818
+ - 6cf1f06: 重命名useDraw为useDrawer,更新相关引用以保持一致性。
819
+
820
+ ## 2.16.4
821
+
822
+ ### Patch Changes
823
+
824
+ - 2040df0: 优化LayoutHeader组件,调整背景模糊效果和过渡动画,提升视觉效果和用户体验。
825
+
826
+ ## 2.16.3
827
+
828
+ ### Patch Changes
829
+
830
+ - 5904b2e: 优化LayoutHeader组件,简化结构,调整样式,增强响应式效果,更新subtitle的显示逻辑。
831
+
832
+ ## 2.16.2
833
+
834
+ ### Patch Changes
835
+
836
+ - 4b27ddf: 优化LayoutHeader组件,移除不必要的样式,调整subtitle的显示逻辑,增强可读性和响应式效果。
837
+
838
+ ## 2.16.1
839
+
840
+ ### Patch Changes
841
+
842
+ - 72e2ddc: 优化LayoutHeader组件,调整样式和布局,增强响应式设计,更新环境变量以反映新标题。
843
+
844
+ ## 2.16.0
845
+
846
+ ### Minor Changes
847
+
848
+ - 7b534a7: 移除animate.css依赖,重构Layout组件,新增LayoutHeader组件以优化布局,更新导航菜单状态管理,提升性能和用户体验。
849
+
850
+ ## 2.15.8
851
+
852
+ ### Patch Changes
853
+
854
+ - ea282f6: 重命名useFormDraw为useFormDrawer,更新相关引用,确保一致性并优化文档示例。
855
+
856
+ ## 2.15.7
857
+
858
+ ### Patch Changes
859
+
860
+ - 3ab4d68: 更新Drawer组件,移除不必要的Space组件,改用div实现按钮布局,优化代码结构。
861
+
862
+ ## 2.15.6
863
+
864
+ ### Patch Changes
865
+
866
+ - 73a6907: 调整Drawer组件的按钮顺序,将取消按钮移动到确认按钮后面,以优化用户交互体验。
867
+
868
+ ## 2.15.5
869
+
870
+ ### Patch Changes
871
+
872
+ - e102f67: 更新Drawer组件,调整类型导入方式,优化confirmButtonProps和cancelButtonProps的类型定义。
873
+
874
+ ## 2.15.4
875
+
876
+ ### Patch Changes
877
+
878
+ - 2ae7b54: 更新Drawer组件,重构footer逻辑以支持自定义footer,移除showFooter属性,优化FormDrawer以适应新footer实现。
879
+
880
+ ## 2.15.3
881
+
882
+ ### Patch Changes
883
+
884
+ - 4729b26: 增强Drawer组件功能,添加自定义footer选项,更新FormDrawer以支持footer显示
885
+
886
+ ## 2.15.2
887
+
888
+ ### Patch Changes
889
+
890
+ - 4e27799: 统一处理响应数据,简化Response对象创建逻辑,移除多余的data字段判断。
891
+
892
+ ## 2.15.1
893
+
894
+ ### Patch Changes
895
+
896
+ - 2daec5b: 更新组件导出,重构formModal和modal组件,优化回调函数,添加生成唯一ID的工具函数,增强代码可读性和可维护性。
897
+
898
+ ## 2.15.0
899
+
900
+ ### Minor Changes
901
+
902
+ - dfb3a7c: 移除axios相关类型定义,添加useHttpClient钩子以替代axios
903
+
904
+ ## 2.14.11
905
+
906
+ ### Patch Changes
907
+
908
+ - 00432c8: 更新tailwindcss至4.1.11版本,调整相关配置以适应新版本,修改多个package.json和postcss配置文件,移除不再使用的postcss.config.js文件。
909
+
910
+ ## 2.14.10
911
+
912
+ ### Patch Changes
913
+
914
+ - 5564e7b: 更新package.json中的lint脚本以支持并行执行,更新pnpm-lock.yaml以包含eslint的最新版本,修改turbo.json以禁用lint缓存,调整antd-schema中的多个文件以添加类型导入,优化组件和渲染器的代码结构,确保一致性和可读性。
915
+
916
+ ## 2.14.9
917
+
918
+ ### Patch Changes
919
+
920
+ - 362bbc6: fix(react-toolkits): 修复gameId的URL编码问题
921
+
922
+ ## 2.14.8
923
+
924
+ ### Patch Changes
925
+
926
+ - 4e10c9d: refactor(QueryList): 为QueryListRef和QueryListProps接口添加泛型默认值
927
+
928
+ ## 2.14.7
929
+
930
+ ### Patch Changes
931
+
932
+ - 6978c27: refactor(react-toolkits): 重构tsup配置和QueryList组件泛型顺序
933
+
934
+ ## 2.14.6
935
+
936
+ ### Patch Changes
937
+
938
+ - 72304a9: fix(operationLogList): 修复数据获取时可能存在的未定义错误
939
+
940
+ ## 2.14.5
941
+
942
+ ### Patch Changes
943
+
944
+ - ff73a74: refactor(Interceptors): 将拦截器清理逻辑移出useEffect
945
+
946
+ ## 2.14.4
947
+
948
+ ### Patch Changes
949
+
950
+ - 0beb961: feat: 更新拦截器状态码检查
951
+
952
+ ## 2.14.3
953
+
954
+ ### Patch Changes
955
+
956
+ - 37dc742: feat(QueryList): 添加 pageSizeOptions 属性以支持自定义分页大小选项
957
+
958
+ ## 2.14.2
959
+
960
+ ### Patch Changes
961
+
962
+ - 2df5864: feat: change QueryList generics
963
+
964
+ ## 2.14.1
965
+
966
+ ### Patch Changes
967
+
968
+ - 751ca52: fix: cancel games fetching when current permission is V1
969
+
970
+ ## 2.14.0
971
+
972
+ ### Minor Changes
973
+
974
+ - 17b672d: feat: refactor InifinitList
975
+
976
+ ## 2.13.36
977
+
978
+ ### Patch Changes
979
+
980
+ - dba6e3c: feat: usePermission hook default return true
981
+
982
+ ## 2.13.35
983
+
984
+ ### Patch Changes
985
+
986
+ - 36f96c7: fix: swr cache not been cleared
987
+
988
+ ## 2.13.34
989
+
990
+ ### Patch Changes
991
+
992
+ - ca6e5e1: feat: add skipRequestInterceptor and skipResponseInterceptor in AxiosRequestConfig
993
+
994
+ ## 2.13.33
995
+
996
+ ### Patch Changes
997
+
998
+ - ca6cb9d: feat: some changes
999
+
1000
+ ## 2.13.32
1001
+
1002
+ ### Patch Changes
1003
+
1004
+ - 575bb87: feat: display user search only when current permission is v3
1005
+
1006
+ ## 2.13.31
1007
+
1008
+ ### Patch Changes
1009
+
1010
+ - e423d66: fix: app-id should be 'global' when disallowed changing game
1011
+
1012
+ ## 2.13.30
1013
+
1014
+ ### Patch Changes
1015
+
1016
+ - a30b5ea: fix: missing 'getOptions' prop in Layout component
1017
+
1018
+ ## 2.13.29
1019
+
1020
+ ### Patch Changes
1021
+
1022
+ - 6ced5fc: feat: add 'getOptions' prop in Layout component
1023
+
1024
+ ## 2.13.28
1025
+
1026
+ ### Patch Changes
1027
+
1028
+ - 61478c7: fix: change getTotal and getDataSource default value in QueryList
1029
+
1030
+ ## 2.13.27
1031
+
1032
+ ### Patch Changes
1033
+
1034
+ - 40e6d81: fix: the return of getTotal and getDataSource are not right
1035
+
1036
+ ## 2.13.26
1037
+
1038
+ ### Patch Changes
1039
+
1040
+ - 546fd76: feat: remove isValidating
1041
+
1042
+ ## 2.13.25
1043
+
1044
+ ### Patch Changes
1045
+
1046
+ - b7a9818: fix: some issues
1047
+
1048
+ ## 2.13.24
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - db63485: chore: revert store merge
1053
+
1054
+ ## 2.13.23
1055
+
1056
+ ### Patch Changes
1057
+
1058
+ - 0564d4b: feat: change animation delay
1059
+
1060
+ ## 2.13.22
1061
+
1062
+ ### Patch Changes
1063
+
1064
+ - 2ffafd1: fix: issues about menu collapse
1065
+
1066
+ ## 2.13.21
1067
+
1068
+ ### Patch Changes
1069
+
1070
+ - fe15d49: feat: mutate swr store after game changed
1071
+
1072
+ ## 2.13.20
1073
+
1074
+ ### Patch Changes
1075
+
1076
+ - 4e7f741: fix: menu list app-id header should not be global
1077
+
1078
+ ## 2.13.19
1079
+
1080
+ ### Patch Changes
1081
+
1082
+ - ca774c6: fix: isGlobal should be true
1083
+
1084
+ ## 2.13.18
1085
+
1086
+ ### Patch Changes
1087
+
1088
+ - c95938f: fix: Skelton not work
1089
+
1090
+ ## 2.13.17
1091
+
1092
+ ### Patch Changes
1093
+
1094
+ - 5e18613: feat: add Skelton for modal
1095
+
1096
+ ## 2.13.16
1097
+
1098
+ ### Patch Changes
1099
+
1100
+ - 836e406: alpha
1101
+
1102
+ ## 2.13.15
1103
+
1104
+ ### Patch Changes
1105
+
1106
+ - 6012610: fix: data should be refresh
1107
+
1108
+ ## 2.13.14
1109
+
1110
+ ### Patch Changes
1111
+
1112
+ - 4149042: beta
1113
+
1114
+ ## 2.13.13
1115
+
1116
+ ### Patch Changes
1117
+
1118
+ - d0a9815: chore: remove useless headers
1119
+
1120
+ ## 2.13.12
1121
+
1122
+ ### Patch Changes
1123
+
1124
+ - 0b98376: fix: axios url not right
1125
+
1126
+ ## 2.13.11
1127
+
1128
+ ### Patch Changes
1129
+
1130
+ - 23c7916: Release
1131
+
1132
+ ## 2.13.10
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - 23a74d1: fix: some issues
1137
+
1138
+ ## 2.13.9
1139
+
1140
+ ### Patch Changes
1141
+
1142
+ - 0ac3825: fix: config change should trigger check api refecth
1143
+
1144
+ ## 2.13.8
1145
+
1146
+ ### Patch Changes
1147
+
1148
+ - 3d60f77: fix: missing token
1149
+
1150
+ ## 2.13.7
1151
+
1152
+ ### Patch Changes
1153
+
1154
+ - fd68eee: fix: some issues
1155
+
1156
+ ## 2.13.6
1157
+
1158
+ ### Patch Changes
1159
+
1160
+ - 3b3beba: fix: should merge parent state correctly
1161
+
1162
+ ## 2.13.5
1163
+
1164
+ ### Patch Changes
1165
+
1166
+ - e0a1236: feat: add wildcard in group select
1167
+
1168
+ ## 2.13.4
1169
+
1170
+ ### Patch Changes
1171
+
1172
+ - 4ac9c19: feat: add type param
1173
+
1174
+ ## 2.13.3
1175
+
1176
+ ### Patch Changes
1177
+
1178
+ - 8601f12: feat: change permission display
1179
+
1180
+ ## 2.13.2
1181
+
1182
+ ### Patch Changes
1183
+
1184
+ - f59e5e7: feat: permission v3
1185
+
1186
+ ## 2.11.19
1187
+
1188
+ ### Patch Changes
1189
+
1190
+ - 7838c76: fix: resolve exported useModalStore undefined issue
1191
+
1192
+ ## 2.11.18
1193
+
1194
+ ### Patch Changes
1195
+
1196
+ - b3a0f65: fix: zustand create shoulde be called
1197
+
1198
+ ## 2.11.17
1199
+
1200
+ ### Patch Changes
1201
+
1202
+ - 835be1b: chore: remove logoutRedirectUrl
1203
+ - 1793289: alpha
1204
+ - 1793289: refactor: create axios instance everytime ToolkitsProvider mounted
1205
+
1206
+ ## 2.11.16
1207
+
1208
+ ### Patch Changes
1209
+
1210
+ - 027f64e: feat: change some schemas
1211
+
1212
+ ## 2.11.15
1213
+
1214
+ ### Patch Changes
1215
+
1216
+ - d245b1a: feat: render stringfied json
1217
+
1218
+ ## 2.11.14
1219
+
1220
+ ### Patch Changes
1221
+
1222
+ - 00f9593: Release
1223
+
1224
+ ## 2.11.13
1225
+
1226
+ ### Patch Changes
1227
+
1228
+ - 13965e7: feat: change message onClose delay from 1.5 to 0.8
1229
+
1230
+ ## 2.11.12
1231
+
1232
+ ### Patch Changes
1233
+
1234
+ - 7e053ee: fix: change menu updated redirect url
1235
+
1236
+ ## 2.11.11
1237
+
1238
+ ### Patch Changes
1239
+
1240
+ - ad227a4: fix: resolve duplicate key error
1241
+
1242
+ ## 2.11.10
1243
+
1244
+ ### Patch Changes
1245
+
1246
+ - aea065d: fix: remove navigate
1247
+
1248
+ ## 2.11.9
1249
+
1250
+ ### Patch Changes
1251
+
1252
+ - 5241a1b: fix: missing Navigate
1253
+
1254
+ ## 2.11.8
1255
+
1256
+ ### Patch Changes
1257
+
1258
+ - ec15f55: fix: missing 'signInPath' in ToolkitsProvider
1259
+
1260
+ ## 2.11.7
1261
+
1262
+ ### Patch Changes
1263
+
1264
+ - 19cfebf: fix: useNavigate missing router
1265
+
1266
+ ## 2.11.6
1267
+
1268
+ ### Patch Changes
1269
+
1270
+ - fd44527: fix: some issues
1271
+
1272
+ ## 2.11.5
1273
+
1274
+ ### Patch Changes
1275
+
1276
+ - b5b29c1: Release
1277
+
1278
+ ## 2.11.4
1279
+
1280
+ ### Patch Changes
1281
+
1282
+ - b2059ff: Release
1283
+
1284
+ ## 2.11.3
1285
+
1286
+ ### Patch Changes
1287
+
1288
+ - fc98255: fix: registor interceptors must be sync
1289
+
1290
+ ## 2.11.2
1291
+
1292
+ ### Patch Changes
1293
+
1294
+ - eebfd9a: Release
1295
+
1296
+ ## 2.11.1
1297
+
1298
+ ### Patch Changes
1299
+
1300
+ - d685357: feat: export axios instance
1301
+
1302
+ ## 2.11.0
1303
+
1304
+ ### Minor Changes
1305
+
1306
+ - 07a8aed: refactor: 重构拦截器逻辑
1307
+
1308
+ ## 2.10.3
1309
+
1310
+ ### Patch Changes
1311
+
1312
+ - 631d6ee: Release
1313
+
1314
+ ## 2.10.2
1315
+
1316
+ ### Patch Changes
1317
+
1318
+ - 7497859: feat: remove request function
1319
+
1320
+ ## 2.10.1
1321
+
1322
+ ### Patch Changes
1323
+
1324
+ - deffd32: fix: http method wrong
1325
+
1326
+ ## 2.10.0
1327
+
1328
+ ### Minor Changes
1329
+
1330
+ - fdd64c8: feat: 使用 axios 发起 http 请求
1331
+
1332
+ ## 2.9.28
1333
+
1334
+ ### Patch Changes
1335
+
1336
+ - 48dbace: fix: response may be not a json
1337
+
1338
+ ## 2.9.27
1339
+
1340
+ ### Patch Changes
1341
+
1342
+ - b5384d7: feat: parse error message when http code out of 2xx range
1343
+
1344
+ ```
1345
+
1346
+ ```
1347
+
1348
+ ## 2.9.26
1349
+
1350
+ ### Patch Changes
1351
+
1352
+ - 080eeb6: chore: ensure form axiosInstance be passed to Form
1353
+
1354
+ ## 2.9.25
1355
+
1356
+ ### Patch Changes
1357
+
1358
+ - 2abfb26: fix: some issues
1359
+ - 2abfb26: fix: some issues
1360
+
1361
+ ## 2.9.24
1362
+
1363
+ ### Patch Changes
1364
+
1365
+ - be8e51a: feat: remove mutate in InfiniteList
1366
+
1367
+ ## 2.9.23
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - 08918ad: feat: add loading prop for NavMenu
1372
+
1373
+ ## 2.9.22
1374
+
1375
+ ### Patch Changes
1376
+
1377
+ - 47fc2c2: fix: should refetch api when click confirm button
1378
+
1379
+ ## 2.9.21
1380
+
1381
+ ### Patch Changes
1382
+
1383
+ - 2118f87: fix: should log out idaas before log in it everytime
1384
+
1385
+ ## 2.9.20
1386
+
1387
+ ### Patch Changes
1388
+
1389
+ - 544ddbc: feat: add 'menuCollapsible' prop
1390
+
1391
+ ## 2.9.19
1392
+
1393
+ ### Patch Changes
1394
+
1395
+ - 921deca: fix: app-id header is not right
1396
+
1397
+ ## 2.9.18
1398
+
1399
+ ### Patch Changes
1400
+
1401
+ - 21f3fbe: fix: apiV2 parameter should not always true
1402
+
1403
+ ## 2.9.17
1404
+
1405
+ ### Patch Changes
1406
+
1407
+ - a638234: feat: avoid duplicate requests for game api
1408
+
1409
+ ## 2.9.16
1410
+
1411
+ ### Patch Changes
1412
+
1413
+ - 7d39ab8: fix: type error
1414
+
1415
+ ## 2.9.15
1416
+
1417
+ ### Patch Changes
1418
+
1419
+ - 67b7136: feat: return games in refetchGames function
1420
+
1421
+ ## 2.9.14
1422
+
1423
+ ### Patch Changes
1424
+
1425
+ - 0504e53: feat: export some constants
1426
+
1427
+ ## 2.9.13
1428
+
1429
+ ### Patch Changes
1430
+
1431
+ - 7d51c81: feat: remove 'isGlobal' flag
1432
+
1433
+ ## 2.9.12
1434
+
1435
+ ### Patch Changes
1436
+
1437
+ - 9af5cfe: fix: not match the game
1438
+
1439
+ ## 2.9.11
1440
+
1441
+ ### Patch Changes
1442
+
1443
+ - e8b87e8: fix: should use id when gameApiV2 is false
1444
+
1445
+ ## 2.9.10
1446
+
1447
+ ### Patch Changes
1448
+
1449
+ - 5a25aa5: fix: should use id when gameApiV2 is false
1450
+
1451
+ ## 2.9.9
1452
+
1453
+ ### Patch Changes
1454
+
1455
+ - b6e2e7b: feat: add gameApiV2 prop
1456
+
1457
+ ## 2.9.8
1458
+
1459
+ ### Patch Changes
1460
+
1461
+ - f00bdac: feat: compatible api
1462
+
1463
+ ## 2.9.7
1464
+
1465
+ ### Patch Changes
1466
+
1467
+ - d025b33: feat: access data in tableExtra callback
1468
+
1469
+ ## 2.9.6
1470
+
1471
+ ### Patch Changes
1472
+
1473
+ - 17dcf26: feat: add theme prop
1474
+
1475
+ ## 2.9.5
1476
+
1477
+ ### Patch Changes
1478
+
1479
+ - 9509968: feat: change game_id type
1480
+
1481
+ ## 2.9.4
1482
+
1483
+ ### Patch Changes
1484
+
1485
+ - 7a15e29: fix: react router to path not right
1486
+
1487
+ ## 2.9.3
1488
+
1489
+ ### Patch Changes
1490
+
1491
+ - e0d00f4: chore: change export
1492
+
1493
+ ## 2.9.2
1494
+
1495
+ ### Patch Changes
1496
+
1497
+ - d541ab8: chore: change exported permissionRoutes
1498
+
1499
+ ## 2.9.1
1500
+
1501
+ ### Patch Changes
1502
+
1503
+ - 49ea5ca: refactor: remove NOT_REGISTERED
1504
+
1505
+ ## 2.9.0
1506
+
1507
+ ### Minor Changes
1508
+
1509
+ - 5cd1738: refactor: ContextProvider
1510
+
1511
+ ## 2.8.3
1512
+
1513
+ ### Patch Changes
1514
+
1515
+ - 98c4d9d: fix: should validate form after form axiosInstance mounted
1516
+
1517
+ ## 2.8.2
1518
+
1519
+ ### Patch Changes
1520
+
1521
+ - 3d4e69d: fix: missing 'hideGameSelect' prop
1522
+
1523
+ ## 2.8.1
1524
+
1525
+ ### Patch Changes
1526
+
1527
+ - abb6212: fix: jump function not exist
1528
+
1529
+ ## 2.8.0
1530
+
1531
+ ### Minor Changes
1532
+
1533
+ - 6b741b0: feat: add form parameter for QueryList afterSuccess callback
1534
+
1535
+ ## 2.7.0
1536
+
1537
+ ### Minor Changes
1538
+
1539
+ - ac682e6: feat: change QueryList store types
1540
+
1541
+ ## 2.6.1
1542
+
1543
+ ### Patch Changes
1544
+
1545
+ - 5c1bade: fix: UserWidget should be exported
1546
+
1547
+ ## 2.6.0
1548
+
1549
+ ### Minor Changes
1550
+
1551
+ - b57f1ca: feat: remove "signInPageTitle" prop
1552
+
1553
+ ## 2.5.0
1554
+
1555
+ ### Minor Changes
1556
+
1557
+ - f7f8ea8: feat: remove some props in ContextProvider
1558
+
1559
+ ## 2.4.14
1560
+
1561
+ ### Patch Changes
1562
+
1563
+ - dc923a6: feat: change refetch parameters
1564
+
1565
+ ## 2.4.13
1566
+
1567
+ ### Patch Changes
1568
+
1569
+ - fix: swr key shoulde be equal when payload is
1570
+
1571
+ ## 2.4.12
1572
+
1573
+ ### Patch Changes
1574
+
1575
+ - feat: add 'navWidth' prop
1576
+
1577
+ ## 2.4.11
1578
+
1579
+ ### Patch Changes
1580
+
1581
+ - chore: manual release
1582
+
1583
+ ## 2.4.10
1584
+
1585
+ ### Patch Changes
1586
+
1587
+ - fix: issues of QueryList
1588
+
1589
+ ## 2.4.9
1590
+
1591
+ ### Patch Changes
1592
+
1593
+ - bd100cb: fix: should use game_id in http request header
1594
+
1595
+ ## 2.4.8
1596
+
1597
+ ### Patch Changes
1598
+
1599
+ - 40dde04: fix: type error
1600
+
1601
+ ## 2.4.7
1602
+
1603
+ ### Patch Changes
1604
+
1605
+ - a1f6e38: feat: change game list api
1606
+
1607
+ ## 2.4.6
1608
+
1609
+ ### Patch Changes
1610
+
1611
+ - 9fac38b: fix: useTokenValidation error not been caught
1612
+
1613
+ ## 2.4.5
1614
+
1615
+ ### Patch Changes
1616
+
1617
+ - a91c8a8: feat: change Layout title styles
1618
+
1619
+ ## 2.4.4
1620
+
1621
+ ### Patch Changes
1622
+
1623
+ - af37c1c: feat: remove suspense
1624
+ - bada5ee: feat: add animation for nav title
1625
+
1626
+ ## 2.4.3
1627
+
1628
+ ### Patch Changes
1629
+
1630
+ - 712d5a1: feat: split headerExtra to left and right
1631
+
1632
+ ## 2.4.2
1633
+
1634
+ ### Patch Changes
1635
+
1636
+ - 2549801: refacotr: remove 'hideGameSelect' in ContextProvider props
1637
+
1638
+ ## 2.4.1
1639
+
1640
+ ### Patch Changes
1641
+
1642
+ - f249401: refactor: remove 'layoutHeaderExtras'
1643
+
1644
+ ## 2.4.0
1645
+
1646
+ ### Minor Changes
1647
+
1648
+ - d75dae0: feat: remove gameFilter prop in ContextProvider
1649
+ - 011fcea: feat: remove menuItems prop in ContextProvider
1650
+
1651
+ ## 2.3.2
1652
+
1653
+ ### Patch Changes
1654
+
1655
+ - 6edd9ac: fix: QueryList formValue not initialized correctly
1656
+
1657
+ ```
1658
+
1659
+ ```
1660
+
1661
+ ## 2.3.1
1662
+
1663
+ ### Patch Changes
1664
+
1665
+ - 3e1d999: feat: spread buttonsAlign value
1666
+
1667
+ ## 2.3.0
1668
+
1669
+ ### Minor Changes
1670
+
1671
+ - c6e08a0: Rollback
1672
+
1673
+ ## 2.2.2
1674
+
1675
+ ### Patch Changes
1676
+
1677
+ - 06dcc45: feat: treat code 200 as success
1678
+
1679
+ ## 2.2.1
1680
+
1681
+ ### Patch Changes
1682
+
1683
+ - 0ace9f9: fix: login http request be triggered twice
1684
+
1685
+ ## 2.2.0
1686
+
1687
+ ### Minor Changes
1688
+
1689
+ - 9ea0abd: feat: add sencondary parameter for get
1690
+
1691
+ ## 2.1.0
1692
+
1693
+ ### Minor Changes
1694
+
1695
+ - 2094f04: refactor: use use-http lib instead of fetch
1696
+
1697
+ ## 2.0.1
1698
+
1699
+ ### Patch Changes
1700
+
1701
+ - f9456d8: feat: add 'tableExtra' prop
1702
+
1703
+ ## 2.0.0
1704
+
1705
+ ### Major Changes
1706
+
1707
+ - 98f4b1f: release: first major release
1708
+
1709
+ ### Patch Changes
1710
+
1711
+ - 98f4b1f: fix: some issues of QueryList
1712
+
1713
+ ## 1.0.0
1714
+
1715
+ ### Major Changes
1716
+
1717
+ - 6b556df: release: first major release
1718
+
1719
+ ## 0.12.1
1720
+
1721
+ ### Patch Changes
1722
+
1723
+ - df69243: refactor: change layoutHeaderExtras layout
1724
+
1725
+ ## 0.12.0
1726
+
1727
+ ### Minor Changes
1728
+
1729
+ - ea9eec6: feat: add App-id header in QueryList
1730
+
1731
+ ## 0.11.2
1732
+
1733
+ ### Patch Changes
1734
+
1735
+ - 45dfc1e: fix: swr http request should be triggered after game changed
1736
+
1737
+ ## 0.11.1
1738
+
1739
+ ### Patch Changes
1740
+
1741
+ - 5abae83: feat: change layout animation duration
1742
+
1743
+ ## 0.11.0
1744
+
1745
+ ### Minor Changes
1746
+
1747
+ - 6edd036: feat: store layout collapse state
1748
+
1749
+ ## 0.10.3
1750
+
1751
+ ### Patch Changes
1752
+
1753
+ - a95dc46: feat: asider collapsible
1754
+
1755
+ ## 0.10.2
1756
+
1757
+ ### Patch Changes
1758
+
1759
+ - c2cd888: feat: parse query string in standard url when using has mode router
1760
+
1761
+ ## 0.10.1
1762
+
1763
+ ### Patch Changes
1764
+
1765
+ - a3cb8c4: chore: change repo path
1766
+
1767
+ ## 0.10.0
1768
+
1769
+ ### Minor Changes
1770
+
1771
+ - c3216f4: feat: set the default type of a generic of QueryList
1772
+
1773
+ ## 0.9.7
1774
+
1775
+ ### Patch Changes
1776
+
1777
+ - c22fc12: fix: avoid duplicate fetching games
1778
+
1779
+ ## 0.9.6
1780
+
1781
+ ### Patch Changes
1782
+
1783
+ - 3358001: chore: some changes
1784
+
1785
+ ## 0.9.5
1786
+
1787
+ ### Patch Changes
1788
+
1789
+ - 9b8a9f5: fix: QueryListAction should be exported as const not a type
1790
+
1791
+ ## 0.9.4
1792
+
1793
+ ### Patch Changes
1794
+
1795
+ - ecfff90: fix: path is not right
1796
+
1797
+ ## 0.9.3
1798
+
1799
+ ### Patch Changes
1800
+
1801
+ - 87a9516: feat: add 'buttonsAlign' prop for FilterFormWrapper component"
1802
+
1803
+ ## 0.9.2
1804
+
1805
+ ### Patch Changes
1806
+
1807
+ - fdb77cc: feat: involke refetchGames when setting game
1808
+
1809
+ ## 0.9.1
1810
+
1811
+ ### Patch Changes
1812
+
1813
+ - 8b2935f: feat: transfer game id type
1814
+
1815
+ ## 0.9.0
1816
+
1817
+ ### Minor Changes
1818
+
1819
+ - 6266866: refactor: extract redirect to sign in page logic to react-toolkits
1820
+
1821
+ ### Patch Changes
1822
+
1823
+ - 6266866: feat: add ExpandableParagraph component
1824
+
1825
+ ## 0.8.94
1826
+
1827
+ ### Patch Changes
1828
+
1829
+ - c53b404: feat: add ExpandableParagraph component
1830
+
1831
+ ## 0.8.93
1832
+
1833
+ ### Patch Changes
1834
+
1835
+ - 89c082c: fix: impor permission pages failed
1836
+
1837
+ ## 0.8.92
1838
+
1839
+ ### Patch Changes
1840
+
1841
+ - c8ccee9: Rollback eslint version
1842
+
1843
+ ## 0.8.91
1844
+
1845
+ ### Patch Changes
1846
+
1847
+ - d5f13a6: fix: missing declaration files
1848
+
1849
+ ## 0.8.90
1850
+
1851
+ ### Patch Changes
1852
+
1853
+ - bee0d60: Upgrade all depnedencies
1854
+
1855
+ ## 0.8.89
1856
+
1857
+ ### Patch Changes
1858
+
1859
+ - e5352c9: feat: access FormInstance throught QueryList getDataSource callback
1860
+
1861
+ ## 0.8.88
1862
+
1863
+ ### Patch Changes
1864
+
1865
+ - d3b3d59: fix: shoulde call setGame before involking mutate
1866
+
1867
+ ## 0.8.87
1868
+
1869
+ ### Patch Changes
1870
+
1871
+ - 806d2ad: fix: useRequest return a closure that caused state not updated
1872
+
1873
+ ## 0.8.86
1874
+
1875
+ ### Patch Changes
1876
+
1877
+ - 2faca9f: fix: should not call mutate in removeFromStore function
1878
+
1879
+ ## 0.8.85
1880
+
1881
+ ### Patch Changes
1882
+
1883
+ - 2489789: fix: cache of swr not cleared in QueryList
1884
+
1885
+ ## 0.8.84
1886
+
1887
+ ### Patch Changes
1888
+
1889
+ - 928c7ba: fix: missing disabled prop
1890
+
1891
+ ## 0.8.83
1892
+
1893
+ ### Patch Changes
1894
+
1895
+ - be36a71: feat: add 'disabled' prop for PermissionButton
1896
+
1897
+ ## 0.8.82
1898
+
1899
+ ### Patch Changes
1900
+
1901
+ - 974cb1d: fix: not mutate QueryList swr cache when it been unmounted
1902
+
1903
+ ## 0.8.81
1904
+
1905
+ ### Patch Changes
1906
+
1907
+ - e6fb9c9: fix: build failed
1908
+ - eee6e98: fix: cache of QueryList been removed failed
1909
+ - d3c47f1: ci: trigger building
1910
+ - e35c158: fix: eslint error
1911
+
1912
+ ## 0.8.80
1913
+
1914
+ ### Patch Changes
1915
+
1916
+ - e6660fd: fix: swr cache be cleared failed
1917
+
1918
+ ## 0.8.79
1919
+
1920
+ ### Patch Changes
1921
+
1922
+ - c482eca: feat: mutate swr data in QueryList when it been unmounted
1923
+
1924
+ ## 0.8.78
1925
+
1926
+ ### Patch Changes
1927
+
1928
+ - cc4c1c4: feat: refresh default page insteading of 1
1929
+
1930
+ ## 0.8.77
1931
+
1932
+ ### Patch Changes
1933
+
1934
+ - c8473f1: feat: access data in extra render function
1935
+
1936
+ ## 0.8.76
1937
+
1938
+ ### Patch Changes
1939
+
1940
+ - c7c1667: fix: ignore game request when 'isPermissionApiV2' is true
1941
+
1942
+ ## 0.8.75
1943
+
1944
+ ### Patch Changes
1945
+
1946
+ - 2f4cb66: chore: revert
1947
+
1948
+ ## 0.8.74
1949
+
1950
+ ### Patch Changes
1951
+
1952
+ - ea82f79: fix: setGame should been involked before clearCache
1953
+
1954
+ ## 0.8.73
1955
+
1956
+ ### Patch Changes
1957
+
1958
+ - 60786c8: feat: trigger data update in QueryList when props change
1959
+
1960
+ ## 0.8.72
1961
+
1962
+ ### Patch Changes
1963
+
1964
+ - 5d18b9a: feat: access formInstance from outside of QueryList
1965
+
1966
+ ## 0.8.71
1967
+
1968
+ ### Patch Changes
1969
+
1970
+ - 5ee13f4: fix: request responseType option been overrided
1971
+
1972
+ ## 0.8.70
1973
+
1974
+ ### Patch Changes
1975
+
1976
+ - bc8f109: feat: rename typescript defination files from .d.mts to .d.ts
1977
+
1978
+ ## 0.8.69
1979
+
1980
+ ### Patch Changes
1981
+
1982
+ - 19d5297: build: replace vite with tsup
1983
+
1984
+ ## 0.8.68
1985
+
1986
+ ### Patch Changes
1987
+
1988
+ - 724e129: refactor: subscribe useTokenStore change
1989
+
1990
+ ## 0.8.67
1991
+
1992
+ ### Patch Changes
1993
+
1994
+ - a664b5d: fix: typescript types declaration issue
1995
+
1996
+ ## 0.8.66
1997
+
1998
+ ### Patch Changes
1999
+
2000
+ - ececcbc: feat: render extras of InfiniteList
2001
+
2002
+ ## 0.8.65
2003
+
2004
+ ### Patch Changes
2005
+
2006
+ - cb8fd98: feat: add Authorization header
2007
+
2008
+ ## 0.8.64
2009
+
2010
+ ### Patch Changes
2011
+
2012
+ - 17999b6: fix: originalData not updated when refetching in QueryList
2013
+
2014
+ ## 0.8.63
2015
+
2016
+ ### Patch Changes
2017
+
2018
+ - 9812dba: Refactor useGameStore hook
2019
+
2020
+ ## 0.8.62
2021
+
2022
+ ### Patch Changes
2023
+
2024
+ - b49f737: fix: http request not be triggered sometimes
2025
+
2026
+ ## 0.8.61
2027
+
2028
+ ### Patch Changes
2029
+
2030
+ - a2c318a: chore: remove onRehydrateStorage
2031
+
2032
+ ## 0.8.60
2033
+
2034
+ ### Patch Changes
2035
+
2036
+ - 2060653: fix: data does not updated while game has changed
2037
+ - 2060653: refactor: add useRequest hook
2038
+
2039
+ ## 0.8.59
2040
+
2041
+ ### Patch Changes
2042
+
2043
+ - ef70ecd: chore: refacotr
2044
+
2045
+ ## 0.8.58
2046
+
2047
+ ### Patch Changes
2048
+
2049
+ - 6683157: fix: swr should revalidate when Querylist mount
2050
+
2051
+ ## 0.8.57
2052
+
2053
+ ### Patch Changes
2054
+
2055
+ - 26d7905: fix: clear swr cache when key is null in QueryList
2056
+
2057
+ ## 0.8.56
2058
+
2059
+ ### Patch Changes
2060
+
2061
+ - 225ac9c: fix: swr data not updated when game change in QueryList
2062
+
2063
+ ## 0.8.55
2064
+
2065
+ ### Patch Changes
2066
+
2067
+ - d871c0a: chore: debug
2068
+
2069
+ ## 0.8.54
2070
+
2071
+ ### Patch Changes
2072
+
2073
+ - 6436653: feat: remove swr cache before QueryList be destroyed
2074
+
2075
+ ## 0.8.53
2076
+
2077
+ ### Patch Changes
2078
+
2079
+ - f9bad37: fix: swr cache does not been cleared
2080
+
2081
+ ## 0.8.52
2082
+
2083
+ ### Patch Changes
2084
+
2085
+ - 96062ca: Revert "refactor: change mutate params in useQueryListStore hook"
2086
+
2087
+ ## 0.8.51
2088
+
2089
+ ### Patch Changes
2090
+
2091
+ - 07facd6: refactor: change mutate params in useQueryListStore hook
2092
+
2093
+ ## 0.8.50
2094
+
2095
+ ### Patch Changes
2096
+
2097
+ - 5d662f0: fix: ts types error
2098
+
2099
+ ## 0.8.49
2100
+
2101
+ ### Patch Changes
2102
+
2103
+ - b942a8d: feat: add originalData attribute in QueryList ref
2104
+
2105
+ ## 0.8.48
2106
+
2107
+ ### Patch Changes
2108
+
2109
+ - f4e56f1: refactor: fix QueryList serialize bugs
2110
+
2111
+ ## 0.8.47
2112
+
2113
+ ### Patch Changes
2114
+
2115
+ - 90108b5: refactor: new QueryList serialize function
2116
+
2117
+ ## 0.8.46
2118
+
2119
+ ### Patch Changes
2120
+
2121
+ - 5064050: feat: add remove function
2122
+
2123
+ ## 0.8.45
2124
+
2125
+ ### Patch Changes
2126
+
2127
+ - c5d1b38: fix: missing formValues in body
2128
+
2129
+ ## 0.8.44
2130
+
2131
+ ### Patch Changes
2132
+
2133
+ - e6e7956: refactor: custom swr key serialize and deserialize
2134
+
2135
+ ## 0.8.43
2136
+
2137
+ ### Patch Changes
2138
+
2139
+ - 0a7f5cf: feat: add opts parameter in reponseInterceptor
2140
+
2141
+ ## 0.8.42
2142
+
2143
+ ### Patch Changes
2144
+
2145
+ - 61daed3: feat: add responseInterceptor
2146
+
2147
+ ## 0.8.41
2148
+
2149
+ ### Patch Changes
2150
+
2151
+ - 1b9e1b2: feat: add 'components' prop
2152
+
2153
+ ## 0.8.40
2154
+
2155
+ ### Patch Changes
2156
+
2157
+ - c7c3fd6: feat: export RequestResponse type
2158
+
2159
+ ## 0.8.39
2160
+
2161
+ ### Patch Changes
2162
+
2163
+ - b44ef9c: feat: add some dependencies of useEffect hook
2164
+
2165
+ ## 0.8.38
2166
+
2167
+ ### Patch Changes
2168
+
2169
+ - 907934b: Trigger ci
2170
+
2171
+ ## 0.8.37
2172
+
2173
+ ### Patch Changes
2174
+
2175
+ - 4b6de2e: feat: add isGlobal context
2176
+ - 4b6de2e: fix: isGlobal missing default value
2177
+
2178
+ ## 0.8.36
2179
+
2180
+ ### Patch Changes
2181
+
2182
+ - 5b45609: feat: export operation to content render function
2183
+
2184
+ ## 0.8.35
2185
+
2186
+ ### Patch Changes
2187
+
2188
+ - 29ee84e: feat: add hideAll function
2189
+
2190
+ ## 0.8.34
2191
+
2192
+ ### Patch Changes
2193
+
2194
+ - ff6e149: feat: cache modal uuid
2195
+
2196
+ ## 0.8.33
2197
+
2198
+ ### Patch Changes
2199
+
2200
+ - 8f4a65f: feat: export modal store
2201
+
2202
+ ## 0.8.32
2203
+
2204
+ ### Patch Changes
2205
+
2206
+ - eb89ae6: fix: type error
2207
+
2208
+ ## 0.8.31
2209
+
2210
+ ### Patch Changes
2211
+
2212
+ - 491415d: fix: type declaration error
2213
+
2214
+ ## 0.8.30
2215
+
2216
+ ### Patch Changes
2217
+
2218
+ - 9dd0737: feat: access extraValues in content render
2219
+
2220
+ ## 0.8.29
2221
+
2222
+ ### Patch Changes
2223
+
2224
+ - 9a94283: feat: allow pass formInstance from outside of useFormModal hook
2225
+
2226
+ ## 0.8.28
2227
+
2228
+ ### Patch Changes
2229
+
2230
+ - 6512e7b: fix: missing default page and size in QueryList
2231
+
2232
+ ## 0.8.27
2233
+
2234
+ ### Patch Changes
2235
+
2236
+ - a0b1ead: feat: add layoutHeaderExtras prop
2237
+
2238
+ ## 0.8.26
2239
+
2240
+ ### Patch Changes
2241
+
2242
+ - 7046d58: fix: missing isGlobal config in useTokenValidation hook
2243
+
2244
+ ## 0.8.25
2245
+
2246
+ ### Patch Changes
2247
+
2248
+ - 4699f38: chore: update Highlight styles
2249
+
2250
+ ## 0.8.24
2251
+
2252
+ ### Patch Changes
2253
+
2254
+ - 2095f42: refactor: update modal hooks props
2255
+ - 87c2d79: feat: add loading for modal
2256
+
2257
+ ## 0.8.23
2258
+
2259
+ ### Patch Changes
2260
+
2261
+ - 4e3c9a2: feat: add useModal hook
2262
+
2263
+ ## 0.8.22
2264
+
2265
+ ### Patch Changes
2266
+
2267
+ - 9cffb64: refactor: store modal state in zustand
2268
+
2269
+ ## 0.8.21
2270
+
2271
+ ### Patch Changes
2272
+
2273
+ - 5fd2486: feat: add refreshGames function
2274
+
2275
+ ## 0.8.20
2276
+
2277
+ ### Patch Changes
2278
+
2279
+ - 36ba90c: chore: print log for debug
2280
+
2281
+ ## 0.8.19
2282
+
2283
+ ### Patch Changes
2284
+
2285
+ - 02639fc: fix: set isLoading failed
2286
+
2287
+ ## 0.8.18
2288
+
2289
+ ### Patch Changes
2290
+
2291
+ - 1e8f78c: refactor: move games initilization logic to onRehydrateStorage hook
2292
+
2293
+ ## 0.8.17
2294
+
2295
+ ### Patch Changes
2296
+
2297
+ - 06745a0: refactor: change useGameStore api
2298
+
2299
+ ## 0.8.16
2300
+
2301
+ ### Patch Changes
2302
+
2303
+ - 71192c8: feat: custom routes
2304
+
2305
+ ## 0.8.15
2306
+
2307
+ ### Patch Changes
2308
+
2309
+ - 12f2666: feat: export pages
2310
+
2311
+ ## 0.8.14
2312
+
2313
+ ### Patch Changes
2314
+
2315
+ - 532a4da: feat: add 'signInSuccessRedirect' prop
2316
+
2317
+ ## 0.8.13
2318
+
2319
+ ### Patch Changes
2320
+
2321
+ - f849f09: feat: force update when swr key not changed in QueryList
2322
+
2323
+ ## 0.8.12
2324
+
2325
+ ### Patch Changes
2326
+
2327
+ - f6472cf: feat: add signInPageTitle prop
2328
+
2329
+ ## 0.8.11
2330
+
2331
+ ### Patch Changes
2332
+
2333
+ - 935c265: feat: change the type of Provider appTitle prop
2334
+
2335
+ ## 0.8.10
2336
+
2337
+ ### Patch Changes
2338
+
2339
+ - 7180387: chore: change Layout title styles
2340
+
2341
+ ## 0.8.9
2342
+
2343
+ ### Patch Changes
2344
+
2345
+ - 3f3face: fix: type error
2346
+
2347
+ ## 0.8.8
2348
+
2349
+ ### Patch Changes
2350
+
2351
+ - 535e2db: fix: type error
2352
+
2353
+ ## 0.8.7
2354
+
2355
+ ### Patch Changes
2356
+
2357
+ - edf9c98: fix: change PermissionButton every to some
2358
+
2359
+ ## 0.8.6
2360
+
2361
+ ### Patch Changes
2362
+
2363
+ - 0888097: feat: PermissionButton code prop support array
2364
+
2365
+ ## 0.8.5
2366
+
2367
+ ### Patch Changes
2368
+
2369
+ - 31541d6: fix: change every to some
2370
+
2371
+ ## 0.8.4
2372
+
2373
+ ### Patch Changes
2374
+
2375
+ - f20dadd: fix: mutate QueryList store failed
2376
+
2377
+ ## 0.8.3
2378
+
2379
+ ### Patch Changes
2380
+
2381
+ - 901d84b: feat: hide parent when all children has no permission
2382
+
2383
+ ## 0.8.2
2384
+
2385
+ ### Patch Changes
2386
+
2387
+ - 443676b: refactor: remove skip aurgument for useTokenValidation hook
2388
+
2389
+ ## 0.8.1
2390
+
2391
+ ### Patch Changes
2392
+
2393
+ - 73c9ecf: chore: split handsontable component to individual package
2394
+
2395
+ ## 0.8.0
2396
+
2397
+ ### Minor Changes
2398
+
2399
+ - 9593459: feat: add DiffTable
2400
+
2401
+ ## 0.7.4
2402
+
2403
+ ### Patch Changes
2404
+
2405
+ - 88cfd8d: feat: include code in RequestError
2406
+
2407
+ ## 0.7.3
2408
+
2409
+ ### Patch Changes
2410
+
2411
+ - abd52b3: feat: set revalidateOnFocus to false
2412
+
2413
+ ## 0.7.2
2414
+
2415
+ ### Patch Changes
2416
+
2417
+ - 7d91a12: fix: useValidateToken hook excution twice not allowed
2418
+
2419
+ ## 0.7.1
2420
+
2421
+ ### Patch Changes
2422
+
2423
+ - 0053d0e: fix: QueryList data not initialized sometimes
2424
+
2425
+ ## 0.7.0
2426
+
2427
+ ### Minor Changes
2428
+
2429
+ - b30e737: refactor: change QueryList api
2430
+
2431
+ ## 0.6.5
2432
+
2433
+ ### Patch Changes
2434
+
2435
+ - 6b8bb8b: refactor: add arg prop in useQueryListStore payload
2436
+
2437
+ ## 0.6.4
2438
+
2439
+ ### Patch Changes
2440
+
2441
+ - d14f602: Revert "chore: set revalidateOnFocus to false in usePermissions hook"
2442
+ - d14f602: feat: set revalidateOnFocus to false of usePermissions hook
2443
+
2444
+ ## 0.6.3
2445
+
2446
+ ### Patch Changes
2447
+
2448
+ - 139646e: chore: set revalidateOnFocus to false
2449
+
2450
+ ## 0.6.2
2451
+
2452
+ ### Patch Changes
2453
+
2454
+ - b15ba30: feat: add 'onTableChange' prop
2455
+
2456
+ ## 0.6.1
2457
+
2458
+ ### Patch Changes
2459
+
2460
+ - 3fa4f14: fix: hide Alert in sign in page
2461
+
2462
+ ## 0.6.0
2463
+
2464
+ ### Minor Changes
2465
+
2466
+ - ecf620a: refactor: new sign in page design
2467
+
2468
+ ## 0.5.0
2469
+
2470
+ ### Minor Changes
2471
+
2472
+ - dc3a327: build: replace tsup with vite
2473
+
2474
+ ## 0.4.5
2475
+
2476
+ ### Patch Changes
2477
+
2478
+ - 9e342fd: feat: override default styles
2479
+
2480
+ ## 0.4.4
2481
+
2482
+ ### Patch Changes
2483
+
2484
+ - 4bc6083: fix: openKeys and selectedKeys is wrong while react-router redirect
2485
+
2486
+ ## 0.4.3
2487
+
2488
+ ### Patch Changes
2489
+
2490
+ - b9f9fac: fix: missing props in withBaseRoutes
2491
+ - 6085010: chore: update demo
2492
+ - bae44cb: fix: directory name capitalization error
2493
+ - 5132166: fix: missing export member
2494
+ - 9d25a6b: fix: delay effect
2495
+
2496
+ ## 0.4.2
2497
+
2498
+ ### Patch Changes
2499
+
2500
+ - 46ca83c: fix: missing app-id while isGlobal is true
2501
+
2502
+ ## 0.4.1
2503
+
2504
+ ### Patch Changes
2505
+
2506
+ - ec72527: feat: ignore app-id header while game select is hidden
2507
+
2508
+ ## 0.4.0
2509
+
2510
+ ### Minor Changes
2511
+
2512
+ - 6f0f3ea: 1. refacotr: optimize the rendering of NavMenu
2513
+ 2: feat: add cypress test cases 2. chore: update react-web demo
2514
+
2515
+ ## 0.3.50
2516
+
2517
+ ### Patch Changes
2518
+
2519
+ - 1a017ac: chore: upgrade dependencies
2520
+
2521
+ ## 0.3.49
2522
+
2523
+ ### Patch Changes
2524
+
2525
+ - bd7138b: fix: select dropdown menu was overrided by Modal
2526
+
2527
+ ## 0.3.48
2528
+
2529
+ ### Patch Changes
2530
+
2531
+ - 1928769: feat: wrap page component with Layout
2532
+
2533
+ ## 0.3.47
2534
+
2535
+ ### Patch Changes
2536
+
2537
+ - eadcc84: feat: add log routes
2538
+
2539
+ ## 0.3.46
2540
+
2541
+ ### Patch Changes
2542
+
2543
+ - 794d9dd: feat: change locale scope
2544
+
2545
+ ## 0.3.45
2546
+
2547
+ ### Patch Changes
2548
+
2549
+ - e197d78: feat: add 'Content-Type' header in request function
2550
+
2551
+ ## 0.3.44
2552
+
2553
+ ### Patch Changes
2554
+
2555
+ - c734ab9: feat: add extra prop
2556
+
2557
+ ## 0.3.43
2558
+
2559
+ ### Patch Changes
2560
+
2561
+ - 060f3ae: feat: add form field in QueryList ref
2562
+
2563
+ ## 0.3.42
2564
+
2565
+ ### Patch Changes
2566
+
2567
+ - 4cadbbc: feat: change ref of QueryList
2568
+
2569
+ ## 0.3.41
2570
+
2571
+ ### Patch Changes
2572
+
2573
+ - 8035fcf: feat: ref of QueryList
2574
+
2575
+ ## 0.3.40
2576
+
2577
+ ### Patch Changes
2578
+
2579
+ - 0a3655e: fix: not initialized sometimes
2580
+
2581
+ ## 0.3.39
2582
+
2583
+ ### Patch Changes
2584
+
2585
+ - 5018e65: fix: dataSource been cleared while the pagiantion data changed
2586
+
2587
+ ## 0.3.38
2588
+
2589
+ ### Patch Changes
2590
+
2591
+ - a8e08cf: fix: encountered two children with the same key 'modal-holder'
2592
+
2593
+ ## 0.3.37
2594
+
2595
+ ### Patch Changes
2596
+
2597
+ - eb59f47: feat: add noPagination prop in QueryList component
2598
+
2599
+ ## 0.3.36
2600
+
2601
+ ### Patch Changes
2602
+
2603
+ - d478a6d: refactor: useFormModal hook
2604
+
2605
+ ## 0.3.35
2606
+
2607
+ ### Patch Changes
2608
+
2609
+ - 450ac93: feat: clear swr cache
2610
+
2611
+ ## 0.3.34
2612
+
2613
+ ### Patch Changes
2614
+
2615
+ - d40c98d: feat: access form axiosInstance in onConfirm callback
2616
+
2617
+ ## 0.3.33
2618
+
2619
+ ### Patch Changes
2620
+
2621
+ - 0370608: refactor: access form axiosInstance from outside of useFormModal hook
2622
+ - 0bf188e: refactor: access form axiosInstance from outside of QueryList
2623
+
2624
+ ## 0.3.32
2625
+
2626
+ ### Patch Changes
2627
+
2628
+ - cf5b4d8: refactor: store pagination data in map
2629
+
2630
+ ## 0.3.31
2631
+
2632
+ ### Patch Changes
2633
+
2634
+ - 2851b4b: fix: typo
2635
+
2636
+ ## 0.3.30
2637
+
2638
+ ### Patch Changes
2639
+
2640
+ - b818404: feat: add "refreshInterval" prop for QueryList component
2641
+
2642
+ ## 0.3.29
2643
+
2644
+ ### Patch Changes
2645
+
2646
+ - a297f95: feat: rerender children in Layout component while game changed
2647
+
2648
+ ## 0.3.28
2649
+
2650
+ ### Patch Changes
2651
+
2652
+ - 5616b2e: fix: operator priority error
2653
+
2654
+ ## 0.3.27
2655
+
2656
+ ### Patch Changes
2657
+
2658
+ - 3b0180e: feat: replace isValidating with isLoading
2659
+
2660
+ ## 0.3.26
2661
+
2662
+ ### Patch Changes
2663
+
2664
+ - fe3888f: fix: pagination number may be NaN
2665
+
2666
+ ## 0.3.25
2667
+
2668
+ ### Patch Changes
2669
+
2670
+ - c078f70: fix: maximum update depth exceeded
2671
+
2672
+ ## 0.3.24
2673
+
2674
+ ### Patch Changes
2675
+
2676
+ - 34b3bd1: fix: game should not to be null
2677
+ - 55755e5: refactor: remove useQueryListMutate hook
2678
+
2679
+ ## 0.3.23
2680
+
2681
+ ### Patch Changes
2682
+
2683
+ - a0fa291: feat: set game to null while current game is not exsiting in options
2684
+
2685
+ ## 0.3.22
2686
+
2687
+ ### Patch Changes
2688
+
2689
+ - cf4e541: feat: preseve data when mutating
2690
+
2691
+ ## 0.3.21
2692
+
2693
+ ### Patch Changes
2694
+
2695
+ - 6d92622: refactor: rename ContextProvider api
2696
+ - 639b0db: refactor: use new swr key in QueryList component
2697
+ - c3d640b: feat: merge queries in url and params
2698
+ - 639b0db: refactor: new QueryList swr key
2699
+ - d26afc9: refactor: change game change callback
2700
+
2701
+ ## 0.3.20
2702
+
2703
+ ### Patch Changes
2704
+
2705
+ - a90e311: refactor: change RequireGame display
2706
+
2707
+ ## 0.3.19
2708
+
2709
+ ### Patch Changes
2710
+
2711
+ - c67ef05: fix: RequireGame copywrite is wrong
2712
+ - 63a76e3: feat: change request options
2713
+
2714
+ ## 0.3.18
2715
+
2716
+ ### Patch Changes
2717
+
2718
+ - 4751aa7: refactor: use query-string lib process query params
2719
+
2720
+ ## 0.3.17
2721
+
2722
+ ### Patch Changes
2723
+
2724
+ - 2e4a969: chore: rollback
2725
+
2726
+ ## 0.3.16
2727
+
2728
+ ### Patch Changes
2729
+
2730
+ - 1b77aa0: chore: rollback
2731
+
2732
+ ## 0.3.15
2733
+
2734
+ ### Patch Changes
2735
+
2736
+ - 217fae8: refactor: react-toolkits QueryList
2737
+
2738
+ ## 0.3.14
2739
+
2740
+ ### Patch Changes
2741
+
2742
+ - 7f1c9b7: feat: set timer to 0 ms
2743
+
2744
+ ## 0.3.13
2745
+
2746
+ ### Patch Changes
2747
+
2748
+ - a2d2e19: feat: export enum QueryListAction
2749
+
2750
+ ## 0.3.12
2751
+
2752
+ ### Patch Changes
2753
+
2754
+ - ec2fb3c: feat: set isGlobal to true
2755
+
2756
+ ## 0.3.11
2757
+
2758
+ ### Patch Changes
2759
+
2760
+ - b9b1ce0: feat: remove isGlobal prop
2761
+
2762
+ ## 0.3.10
2763
+
2764
+ ### Patch Changes
2765
+
2766
+ - 4d657eb: feat: clear cache
2767
+
2768
+ ## 0.3.9
2769
+
2770
+ ### Patch Changes
2771
+
2772
+ - 5432d5b: feat(alpha): reload page after switching game
2773
+
2774
+ ## 0.3.8
2775
+
2776
+ ### Patch Changes
2777
+
2778
+ - a320abc: fix: app-id header not right in request function
2779
+
2780
+ ## 0.3.7
2781
+
2782
+ ### Patch Changes
2783
+
2784
+ - 9712dc2: fix: useValidateToken hook 404
2785
+
2786
+ ## 0.3.6
2787
+
2788
+ ### Patch Changes
2789
+
2790
+ - 36adce8: feat: pass formInstance to child
2791
+
2792
+ ## 0.3.5
2793
+
2794
+ ### Patch Changes
2795
+
2796
+ - a745421: feat: clear swr cache when switching game
2797
+
2798
+ ## 0.3.4
2799
+
2800
+ ### Patch Changes
2801
+
2802
+ - 3982f5e: feat: add localeDropdownMenu option
2803
+
2804
+ ## 0.3.3
2805
+
2806
+ ### Patch Changes
2807
+
2808
+ - ce87e84: feat: add translations
2809
+
2810
+ ## 0.3.2
2811
+
2812
+ ### Patch Changes
2813
+
2814
+ - 860eeec: feat: support i18n
2815
+ - 3dbfca6: refactor: combine useQueryListJump and useQueryListMutate into useQueryListMutate
2816
+
2817
+ ## 0.3.1
2818
+
2819
+ ### Patch Changes
2820
+
2821
+ - 6ff6463: feat: add extras for FilterFormWrapper
2822
+
2823
+ ## 0.3.0
2824
+
2825
+ ### Minor Changes
2826
+
2827
+ - fbd5680: feat: return some original data in reponse of request function
2828
+
2829
+ ## 0.2.29
2830
+
2831
+ ### Patch Changes
2832
+
2833
+ - 4040d6a: feat: add 'responseType' in request function
2834
+
2835
+ ## 0.2.28
2836
+
2837
+ ### Patch Changes
2838
+
2839
+ - 2e04198: fix: dead loop for token validation
2840
+
2841
+ ## 0.2.27
2842
+
2843
+ ### Patch Changes
2844
+
2845
+ - 9df4527: feat: remove suspense in usePermissions hook
2846
+
2847
+ ## 0.2.26
2848
+
2849
+ ### Patch Changes
2850
+
2851
+ - 38077e9: feat: delay token validation request
2852
+
2853
+ ## 0.2.25
2854
+
2855
+ ### Patch Changes
2856
+
2857
+ - 3f68ddd: feat: check if token is valid
2858
+
2859
+ ## 0.2.24
2860
+
2861
+ ### Patch Changes
2862
+
2863
+ - 32cbf9d: fix: toolkitContextStore is not synchronized
2864
+
2865
+ ## 0.2.23
2866
+
2867
+ ### Patch Changes
2868
+
2869
+ - c6825d1: fix: ContextProvider title value issue
2870
+ - 99bd364: feat: cache ToolkitsContext config
2871
+
2872
+ ## 0.2.22
2873
+
2874
+ ### Patch Changes
2875
+
2876
+ - a9d0a28: feat: set default values for ContextProvider
2877
+
2878
+ ## 0.2.21
2879
+
2880
+ ### Patch Changes
2881
+
2882
+ - c6c3627: feat: add 'params' property for request function
2883
+
2884
+ ## 0.2.20
2885
+
2886
+ ### Patch Changes
2887
+
2888
+ - fceb92e: fix: missing isGlobal prop in ContextProvider
2889
+
2890
+ ## 0.2.19
2891
+
2892
+ ### Patch Changes
2893
+
2894
+ - db1c013: feat: hide FilterFormWrapper when renderForm is undefined
2895
+
2896
+ ## 0.2.18
2897
+
2898
+ ### Patch Changes
2899
+
2900
+ - cd0dea1: fix: missing form prop
2901
+
2902
+ ## 0.2.17
2903
+
2904
+ ### Patch Changes
2905
+
2906
+ - e49fc1c: some features of react-toolkits
2907
+
2908
+ ## 0.2.16
2909
+
2910
+ ### Patch Changes
2911
+
2912
+ - 6d43fa6: feat: change parameters type of useQueryListMutate
2913
+
2914
+ ## 0.2.15
2915
+
2916
+ ### Patch Changes
2917
+
2918
+ - 46d3223: fix: typo
2919
+
2920
+ ## 0.2.14
2921
+
2922
+ ### Patch Changes
2923
+
2924
+ - 5addd49: feat: delay QueryList init function call
2925
+
2926
+ ## 0.2.13
2927
+
2928
+ ### Patch Changes
2929
+
2930
+ - d7349bc: fix type issues
2931
+
2932
+ ## 0.2.12
2933
+
2934
+ ### Patch Changes
2935
+
2936
+ - e7ef5ff: refactor: replace useSWRMutation with useSWR in QueryList component
2937
+
2938
+ ## 0.2.11
2939
+
2940
+ ### Patch Changes
2941
+
2942
+ - 450de65: fix: perform request while form is invalid
2943
+
2944
+ ## 0.2.10
2945
+
2946
+ ### Patch Changes
2947
+
2948
+ - c449bda: refactor: new form axiosInstance
2949
+
2950
+ ## 0.2.9
2951
+
2952
+ ### Patch Changes
2953
+
2954
+ - 99c0392: feat: cache form axiosInstance
2955
+
2956
+ ## 0.2.8
2957
+
2958
+ ### Patch Changes
2959
+
2960
+ - 3aa9d03: refactor: change permision type
2961
+
2962
+ ## 0.2.7
2963
+
2964
+ ### Patch Changes
2965
+
2966
+ - 49cf639: feat: export form from useFormModal hook
2967
+
2968
+ ## 0.2.6
2969
+
2970
+ ### Patch Changes
2971
+
2972
+ - a1daf00: feat: pass formInstance from outside
2973
+
2974
+ ## 0.2.5
2975
+
2976
+ ### Patch Changes
2977
+
2978
+ - a434999: fix: export QueryListAction wrong
2979
+
2980
+ ## 0.2.4
2981
+
2982
+ ### Patch Changes
2983
+
2984
+ - 82dc6ab: feat: export QueryListAction type
2985
+
2986
+ ## 0.2.3
2987
+
2988
+ ### Patch Changes
2989
+
2990
+ - ac6526f: feat: add afterQuerySuccess hook
2991
+
2992
+ ## 0.2.2
2993
+
2994
+ ### Patch Changes
2995
+
2996
+ - 850d6ae: release react-toolkits
2997
+
2998
+ ## 0.2.1
2999
+
3000
+ ### Patch Changes
3001
+
3002
+ - ea24738: change output
3003
+
3004
+ ## 0.2.0
3005
+
3006
+ ### Minor Changes
3007
+
3008
+ - 5178751: fix: json type response wrong
3009
+
3010
+ ## 0.1.4
3011
+
3012
+ ### Patch Changes
3013
+
3014
+ - 0c9c659: return not json response
3015
+
3016
+ ## 0.1.3
3017
+
3018
+ ### Patch Changes
3019
+
3020
+ - 9323922: change QueryList types
3021
+
3022
+ ## 0.1.2
3023
+
3024
+ ### Patch Changes
3025
+
3026
+ - 771e848: set Layout content overflow to 'overlay'
3027
+
3028
+ ## 0.1.1
3029
+
3030
+ ### Patch Changes
3031
+
3032
+ - 164900b: redraw Layout children when game change
3033
+
3034
+ ## 0.1.0
3035
+
3036
+ ### Minor Changes
3037
+
3038
+ - 6ea70f7: permission module support api v2
3039
+
3040
+ ## 0.0.8
3041
+
3042
+ ### Patch Changes
3043
+
3044
+ - 955ef06: typo
3045
+
3046
+ ## 0.0.7
3047
+
3048
+ ### Patch Changes
3049
+
3050
+ - e23ffd1: rewrite perPage to size
3051
+ - c782902: upgrade prettier version
3052
+
3053
+ ## 0.0.6
3054
+
3055
+ ### Patch Changes
3056
+
3057
+ - 90f2dd0: release react-toolkits
3058
+
3059
+ ## 0.0.5
3060
+
3061
+ ### Patch Changes
3062
+
3063
+ - 3c0ff88: release react-toolkits
3064
+
3065
+ ## 0.0.4
3066
+
3067
+ ### Patch Changes
3068
+
3069
+ - a32af27: fix useFormModal hook can not set initialValues
3070
+
3071
+ ## 0.0.3
3072
+
3073
+ ### Patch Changes
3074
+
3075
+ - 1d40a67: filter nav items by permission
3076
+
3077
+ ## 0.0.2
3078
+
3079
+ ### Patch Changes
3080
+
3081
+ - 732b9bd: use org flow97
3082
+
3083
+ ## 0.0.1
3084
+
3085
+ ### Patch Changes
3086
+
3087
+ - e7f10f0: release
3088
+ - afa5306: release
3089
+
3090
+ Please enter a summary for your changes.