@saas-ui/react 3.0.0-next.35 → 3.0.0-next.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.
Files changed (35) hide show
  1. package/LICENSE +21 -0
  2. package/dist/.tsbuildinfo.json +1 -1
  3. package/dist/components/accordion/accordion.recipe.d.ts +9 -0
  4. package/dist/components/accordion/accordion.recipe.js +10 -1
  5. package/dist/components/app-shell/app-shell.recipe.d.ts +1 -1
  6. package/dist/components/color-mode/color-mode.d.ts +19 -0
  7. package/dist/components/color-mode/color-mode.js +35 -0
  8. package/dist/components/color-mode/index.d.ts +2 -0
  9. package/dist/components/color-mode/index.js +1 -0
  10. package/dist/components/combobox/combobox.recipe.d.ts +128 -0
  11. package/dist/components/combobox/combobox.recipe.js +279 -0
  12. package/dist/components/combobox/index.d.ts +1 -0
  13. package/dist/components/combobox/index.js +1 -0
  14. package/dist/components/file-upload/file-upload.recipe.d.ts +1 -1
  15. package/dist/components/link-box/index.d.ts +2 -0
  16. package/dist/components/link-box/index.js +1 -0
  17. package/dist/components/menu/menu.recipe.d.ts +1 -1
  18. package/dist/components/navbar/navbar.d.ts +3 -3
  19. package/dist/components/page/page.d.ts +3 -3
  20. package/dist/components/persona/persona-primitive.js +1 -1
  21. package/dist/components/progress-circle/progress-circle.recipe.d.ts +2 -2
  22. package/dist/components/progress-circle/progress-circle.recipe.js +2 -2
  23. package/dist/components/section/section.d.ts +2 -2
  24. package/dist/components/segmented-control/segment-group.recipe.d.ts +1 -1
  25. package/dist/components/select/select.recipe.d.ts +1 -1
  26. package/dist/components/sidebar/sidebar-nav-item.recipe.d.ts +5 -0
  27. package/dist/components/sidebar/sidebar-nav-item.recipe.js +5 -0
  28. package/dist/components/sidebar/sidebar.d.ts +12 -12
  29. package/dist/components/toaster/toaster.d.ts +3 -2
  30. package/dist/index.d.ts +4 -0
  31. package/dist/index.js +3 -0
  32. package/dist/theme/slot-recipes.d.ts +169 -27
  33. package/dist/theme/slot-recipes.js +2 -0
  34. package/package.json +22 -17
  35. package/CHANGELOG.md +0 -4209
package/CHANGELOG.md DELETED
@@ -1,4209 +0,0 @@
1
- # @saas-ui/react
2
-
3
- ## 3.0.0-next.35
4
-
5
- ### Patch Changes
6
-
7
- - 4f78230: Improved dark mode styling and added scrollbar styles
8
-
9
- ## 3.0.0-next.34
10
-
11
- ### Minor Changes
12
-
13
- - 964ffa7: Added Sidebar.Inset component and inset vairant
14
-
15
- ## 3.0.0-next.33
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies
20
- - @saas-ui/core@3.0.0-next.9
21
-
22
- ## 3.0.0-next.32
23
-
24
- ### Patch Changes
25
-
26
- - Updated dependencies [c89b27d]
27
- - @saas-ui/core@3.0.0-next.8
28
-
29
- ## 3.0.0-next.31
30
-
31
- ### Patch Changes
32
-
33
- - Updated dependencies [121029e]
34
- - Updated dependencies [121029e]
35
- - @saas-ui/hooks@3.0.0-next.2
36
- - @saas-ui/core@3.0.0-next.7
37
-
38
- ## 3.0.0-next.30
39
-
40
- ### Patch Changes
41
-
42
- - Updated dependencies
43
- - @saas-ui/core@3.0.0-next.6
44
-
45
- ## 3.0.0-next.29
46
-
47
- ### Patch Changes
48
-
49
- - 495b0c6: Removed position variant from AppShell recipe in favor of a single fullscreen prop for fixed positioning
50
- - Updated dependencies [c2372f9]
51
- - @saas-ui/core@3.0.0-next.5
52
-
53
- ## 3.0.0-next.28
54
-
55
- ### Patch Changes
56
-
57
- - bab2041: Improved semantic token consistency
58
- - b136ede: Improved dark mode styles for buttons
59
- - dd1f9e1: Improved dark mode styles for overlay layers
60
- - dd1f9e1: Added \_rowHover condition
61
- - bab2041: Improved Stat spacing
62
-
63
- ## 3.0.0-next.27
64
-
65
- ### Patch Changes
66
-
67
- - 5013269: Improved theme inconsistencies
68
-
69
- ## 3.0.0-next.26
70
-
71
- ### Patch Changes
72
-
73
- - Fixed util imports
74
-
75
- ## 3.0.0-next.25
76
-
77
- ### Patch Changes
78
-
79
- - Fixed missing imports
80
-
81
- ## 3.0.0-next.24
82
-
83
- ### Patch Changes
84
-
85
- - Fix one more import, promised
86
-
87
- ## 3.0.0-next.23
88
-
89
- ### Patch Changes
90
-
91
- - fc4a915: Fixed missing import extensions
92
-
93
- ## 3.0.0-next.22
94
-
95
- ### Patch Changes
96
-
97
- - 40e4dea: Fixed missing import extensions
98
-
99
- ## 3.0.0-next.21
100
-
101
- ### Patch Changes
102
-
103
- - b48ad37: Fixed missing import extension
104
-
105
- ## 3.0.0-next.20
106
-
107
- ### Patch Changes
108
-
109
- - 729b57d: Export FileUpload.Context
110
-
111
- ## 3.0.0-next.19
112
-
113
- ### Patch Changes
114
-
115
- - Export mergeRefs
116
-
117
- ## 3.0.0-next.18
118
-
119
- ### Patch Changes
120
-
121
- - Bump version
122
-
123
- ## 3.0.0-next.17
124
-
125
- ### Patch Changes
126
-
127
- - d87c2ac: Improved build and fixed types
128
- - Updated dependencies [d87c2ac]
129
- - @saas-ui/core@3.0.0-next.4
130
-
131
- ## 3.0.0-next.16
132
-
133
- ### Patch Changes
134
-
135
- - Updated dependencies
136
- - @saas-ui/hooks@3.0.0-next.1
137
- - @saas-ui/core@3.0.0-next.3
138
-
139
- ## 3.0.0-next.15
140
-
141
- ### Patch Changes
142
-
143
- - d4fb186: Added Section component
144
- - a169eb7: Fixed issue where Toast close trigger would render two buttons
145
- - d4fb186: Export createListCollection
146
-
147
- ## 3.0.0-next.14
148
-
149
- ### Patch Changes
150
-
151
- - 78d7999: fix: export Sidebar.Provider props type
152
- - 042ec4f: Added start and endElement props to Menu.CheckboxItem and RadioItem
153
-
154
- ## 3.0.0-next.13
155
-
156
- ### Patch Changes
157
-
158
- - f995ba3: Fixed zIndex prop value
159
-
160
- ## 3.0.0-next.12
161
-
162
- ### Patch Changes
163
-
164
- - 2afe09f: Fixed zIndex value of dialog and drawer recipes
165
-
166
- ## 3.0.0-next.11
167
-
168
- ### Patch Changes
169
-
170
- - Updated dependencies [dae627e]
171
- - @saas-ui/core@3.0.0-next.2
172
-
173
- ## 3.0.0-next.10
174
-
175
- ### Patch Changes
176
-
177
- - Export useClipboard, Flex, SimpleGrid
178
-
179
- ## 3.0.0-next.9
180
-
181
- ### Patch Changes
182
-
183
- - Export Span
184
-
185
- ## 3.0.0-next.8
186
-
187
- ### Patch Changes
188
-
189
- - Fix Popover props
190
-
191
- ## 3.0.0-next.7
192
-
193
- ### Patch Changes
194
-
195
- - Export createIcon
196
-
197
- ## 3.0.0-next.6
198
-
199
- ### Patch Changes
200
-
201
- - Export hooks
202
-
203
- ## 3.0.0-next.5
204
-
205
- ### Patch Changes
206
-
207
- - Export recipe hooks
208
-
209
- ## 3.0.0-next.4
210
-
211
- ### Patch Changes
212
-
213
- - e86d242: Export Chakra UI styled system utilities
214
-
215
- ## 3.0.0-next.3
216
-
217
- ### Patch Changes
218
-
219
- - 860649d: Improved build speed and output
220
- - Updated dependencies [860649d]
221
- - @saas-ui/core@3.0.0-next.1
222
-
223
- ## 3.0.0-next.2
224
-
225
- ### Minor Changes
226
-
227
- - ec22a57: Re-export all remaining Chakra UI components
228
- - 928abff: Added Page and BackButton component
229
-
230
- ### Patch Changes
231
-
232
- - 26f5452: Added /preset export that exports the Chakra UI preset
233
-
234
- ## 3.0.0-next.1
235
-
236
- ### Patch Changes
237
-
238
- - f13c1ce: Fixed issue where types were not exported with type prefix
239
-
240
- ## 3.0.0-next.0
241
-
242
- ### Major Changes
243
-
244
- - 550e5a6: Upgrade to Chakra v3
245
- - 8e760c5: Added new wide gammut color tokens
246
-
247
- ### Minor Changes
248
-
249
- - e9fec88: Added toaster and menu components
250
- - 8d8ffaa: Translucency and backdrop effect of overlay elements can now be configured
251
- - c680574: Added Status component
252
- - f62c3d6: Export all components from root barrel file
253
- - f85d493: Added Sidebar.Context component that allows you to access sidebar context using a render prop
254
- - a2ef175: Added Pagination component
255
- - eb02362: Improved GridList recipe
256
- - f85d493: Sidebar mode can now be controlled using the sidebar context
257
- - c680574: Added Badge and Tag components
258
- - 95c8652: Update to Chakra UI 3.2.1
259
- - ac2d80d: Improved toaster styles and allow setting global defaults
260
- - 15e093e: Added new components, Accordion, Alert, Checkbox, HoverCard
261
- - 8d8ffaa: Added FileUpload component
262
- - 6459de4: Removed src exports and files from packages
263
- - 8d8ffaa: Added Popover component
264
- - 8d8ffaa: Added semantic tokens and scales for control, panel and indicator
265
- - f0f5ab0: Improve Navbar composition
266
-
267
- ### Patch Changes
268
-
269
- - ba3b566: Improved Sidebar contrast
270
- - 2285040: Improved avatar and persona sizes
271
- - 64e680e: Update default button colorPalette to gray
272
- - 53716c5: Fixed GridList prop forwarding
273
- - 5115e8f: Improved text selection color contrast
274
- - 212a7e6: Add missing focusRing semantic tokens
275
- - 38082d4: Improved horizontal field styles
276
- - c680574: Changed default Button variant to surface
277
- - 942e9a0: Improved SidebarNavItem positioning
278
- - 8d8ffaa: Added ghost variant to tabs recipe
279
- - 53716c5: Fixed issue where Button colorPalette could not be changed using the recipe
280
- - 205580d: Added option to customize the Command modifiers
281
- - 7808a76: Restructure slot components and add ui namespaces to recipes
282
- - e7fe684: Export Pagination Context component
283
- - c680574: Rename Drawer and Dialog CloseTrigger to CloseButton
284
- - b51aff9: Improved form components recipes sizing
285
- - 212a7e6: Improved yellow color tokens
286
- - ce8c247: Inputs now use semanti radii tokens
287
- - 19309d4: Improved Sidebar recipe with beter balance and added --sidebar-item-icon-color variable
288
- - ce8c247: SegmentGroup now use semantic radii tokens
289
- - ce8c247: Forward ref to LoadingOverlay.Root
290
- - c680574: Improved Button glass variant hover color
291
- - ba3b566: Improved focusRing styles
292
- - 6a8bf46: Decreased default overlay translucency
293
- - 0067207: Fixed issue where paddingStart would not apply to grouped inputs
294
- - b51aff9: Fixed passing menu button props to button component
295
- - 205580d: Added size variant to Command
296
- - ba3b566: Added SegmentControl stories and made sizing consistent with buttons
297
- - 56b0623: Update with upstream changes
298
- - 6a8bf46: Fix dialog backdrop z-index
299
- - c680574: Improved semantic grays and shadows balance
300
- - 8ac704a: Improved tag recipe and support status component.
301
- - 6f9f04d: Fixed issue where Sidebar mode could not be controlled
302
- - eb02362: Add missing PaginationPageTextProps export
303
- - 56b0623: Fixed issue where backdrop would render on top of dialog and drawer
304
- - c51e12c: Improved radii tokens
305
- - 0067207: Added 4.5 spacing
306
- - 65fac53: Fixed semantic token inconsistencies
307
- - 61ce1b5: Fixed sidebar item end element positioning
308
- - 3a73bc8: Fixed incorrect props type for GridListRoot
309
- - 9d47676: Improved tabs recipe, new pills variant and xs size
310
- - 64e680e: Export Menu.Context
311
- - 2285040: No longer showing presence badge if no presence is set
312
- - ba3b566: Sidebar.Button now renders a div with role="button"
313
- - 19309d4: Improved font size balance
314
- - 727b902: Allow click event on Sidebar.Track to be prevented
315
- - Updated dependencies [f85d493]
316
- - Updated dependencies [f85d493]
317
- - Updated dependencies [550e5a6]
318
- - Updated dependencies [95c8652]
319
- - Updated dependencies [eb02362]
320
- - Updated dependencies [cee2e9c]
321
- - Updated dependencies [6f9f04d]
322
- - Updated dependencies [6459de4]
323
- - Updated dependencies [0f49a18]
324
- - @saas-ui/core@3.0.0-next.0
325
- - @saas-ui/hooks@3.0.0-next.0
326
-
327
- ## 2.11.4
328
-
329
- ### Patch Changes
330
-
331
- - Updated dependencies [091fd38]
332
- - @saas-ui/forms@2.11.0
333
- - @saas-ui/modals@2.4.4
334
- - @saas-ui/data-table@13.0.4
335
-
336
- ## 2.11.3
337
-
338
- ### Patch Changes
339
-
340
- - Updated dependencies [eb53116]
341
- - @saas-ui/forms@2.10.0
342
- - @saas-ui/modals@2.4.3
343
- - @saas-ui/data-table@13.0.3
344
-
345
- ## 2.11.2
346
-
347
- ### Patch Changes
348
-
349
- - 862937a: Bump chakra version
350
- - Updated dependencies [862937a]
351
- - @saas-ui/data-table@13.0.2
352
- - @saas-ui/nprogress@2.2.1
353
- - @saas-ui/hotkeys@2.5.1
354
- - @saas-ui/modals@2.4.2
355
- - @saas-ui/forms@2.9.1
356
- - @saas-ui/theme@2.6.1
357
- - @saas-ui/core@2.8.1
358
-
359
- ## 2.11.1
360
-
361
- ### Patch Changes
362
-
363
- - Updated dependencies [a69829a]
364
- - @saas-ui/hooks@2.3.0
365
- - @saas-ui/modals@2.4.1
366
- - @saas-ui/data-table@13.0.1
367
-
368
- ## 2.11.0
369
-
370
- ### Minor Changes
371
-
372
- - 803ede7: Updated Chakra UI version range to >=2.9.0 <3
373
-
374
- ### Patch Changes
375
-
376
- - Updated dependencies [803ede7]
377
- - @saas-ui/data-table@13.0.0
378
- - @saas-ui/nprogress@2.2.0
379
- - @saas-ui/hotkeys@2.5.0
380
- - @saas-ui/modals@2.4.0
381
- - @saas-ui/forms@2.9.0
382
- - @saas-ui/hooks@2.2.0
383
- - @saas-ui/theme@2.6.0
384
- - @saas-ui/core@2.8.0
385
-
386
- ## 2.10.5
387
-
388
- ### Patch Changes
389
-
390
- - c9daf50: Fixed issue where link component prop would not be passed to NavItem
391
- - Updated dependencies [c9daf50]
392
- - @saas-ui/core@2.7.2
393
- - @saas-ui/data-table@12.0.5
394
- - @saas-ui/forms@2.8.2
395
- - @saas-ui/hotkeys@2.4.2
396
- - @saas-ui/modals@2.3.5
397
-
398
- ## 2.10.4
399
-
400
- ### Patch Changes
401
-
402
- - a863a5e: Updated package type to fix next 15 support
403
- - Updated dependencies [a863a5e]
404
- - @saas-ui/modals@2.3.4
405
- - @saas-ui/data-table@12.0.4
406
-
407
- ## 2.10.3
408
-
409
- ### Patch Changes
410
-
411
- - Updated dependencies
412
- - @saas-ui/modals@2.3.3
413
- - @saas-ui/data-table@12.0.3
414
-
415
- ## 2.10.2
416
-
417
- ### Patch Changes
418
-
419
- - 7669720: Fixed publint issues
420
- - Updated dependencies [7669720]
421
- - @saas-ui/modals@2.3.2
422
- - @saas-ui/data-table@12.0.2
423
-
424
- ## 2.10.1
425
-
426
- ### Patch Changes
427
-
428
- - 5e24ec4: Fixed issue where as prop on NavItem would always be overruled by internal Link prop if href is passed
429
- - Updated dependencies [5e24ec4]
430
- - @saas-ui/core@2.7.1
431
- - @saas-ui/data-table@12.0.1
432
- - @saas-ui/forms@2.8.1
433
- - @saas-ui/hotkeys@2.4.1
434
- - @saas-ui/modals@2.3.1
435
-
436
- ## 2.10.0
437
-
438
- ### Minor Changes
439
-
440
- - fc799df: Removed deprecated Chakra UI dependency
441
-
442
- ### Patch Changes
443
-
444
- - Updated dependencies [fc799df]
445
- - @saas-ui/hotkeys@2.4.0
446
- - @saas-ui/modals@2.3.0
447
- - @saas-ui/forms@2.8.0
448
- - @saas-ui/core@2.7.0
449
- - @saas-ui/data-table@12.0.0
450
-
451
- ## 2.9.1
452
-
453
- ### Patch Changes
454
-
455
- - f0ee3db: Updated to Chakra 2.10
456
- - Updated dependencies [f0ee3db]
457
- - @saas-ui/data-table@11.0.1
458
- - @saas-ui/nprogress@2.1.1
459
- - @saas-ui/hotkeys@2.3.1
460
- - @saas-ui/modals@2.2.1
461
- - @saas-ui/forms@2.7.1
462
- - @saas-ui/theme@2.5.1
463
- - @saas-ui/core@2.6.1
464
-
465
- ## 2.9.0
466
-
467
- ### Minor Changes
468
-
469
- - 2ac496a: Upgraded to Chakra UI v2.9.3
470
-
471
- ### Patch Changes
472
-
473
- - Updated dependencies [2ac496a]
474
- - @saas-ui/data-table@11.0.0
475
- - @saas-ui/nprogress@2.1.0
476
- - @saas-ui/hotkeys@2.3.0
477
- - @saas-ui/modals@2.2.0
478
- - @saas-ui/forms@2.7.0
479
- - @saas-ui/hooks@2.1.0
480
- - @saas-ui/theme@2.5.0
481
- - @saas-ui/core@2.6.0
482
-
483
- ## 2.8.11
484
-
485
- ### Patch Changes
486
-
487
- - 5e000e0: Removed background color from loading overlay fill variant
488
- - Updated dependencies [5e000e0]
489
- - @saas-ui/theme@2.4.2
490
- - @saas-ui/core@2.5.6
491
- - @saas-ui/data-table@10.0.11
492
- - @saas-ui/forms@2.6.11
493
- - @saas-ui/hotkeys@2.2.14
494
- - @saas-ui/modals@2.1.41
495
-
496
- ## 2.8.10
497
-
498
- ### Patch Changes
499
-
500
- - Updated dependencies [fc2203a]
501
- - @saas-ui/forms@2.6.10
502
- - @saas-ui/modals@2.1.40
503
- - @saas-ui/data-table@10.0.10
504
-
505
- ## 2.8.9
506
-
507
- ### Patch Changes
508
-
509
- - Updated dependencies [df5d37f]
510
- - @saas-ui/forms@2.6.9
511
- - @saas-ui/modals@2.1.39
512
- - @saas-ui/data-table@10.0.9
513
-
514
- ## 2.8.8
515
-
516
- ### Patch Changes
517
-
518
- - Updated dependencies [fc62212]
519
- - @saas-ui/forms@2.6.8
520
- - @saas-ui/modals@2.1.38
521
- - @saas-ui/data-table@10.0.8
522
-
523
- ## 2.8.7
524
-
525
- ### Patch Changes
526
-
527
- - Updated dependencies [02cac87]
528
- - @saas-ui/data-table@10.0.7
529
- - @saas-ui/modals@2.1.37
530
- - @saas-ui/forms@2.6.7
531
- - @saas-ui/core@2.5.5
532
- - @saas-ui/hotkeys@2.2.13
533
-
534
- ## 2.8.6
535
-
536
- ### Patch Changes
537
-
538
- - 12c35ea: Fixed issue where NavGroup title would always render collapsible state
539
- - b61ff73: Improve styling overrides for EmptyStateIcon
540
- - Updated dependencies [12c35ea]
541
- - Updated dependencies [b61ff73]
542
- - @saas-ui/core@2.5.4
543
- - @saas-ui/data-table@10.0.6
544
- - @saas-ui/forms@2.6.6
545
- - @saas-ui/hotkeys@2.2.12
546
- - @saas-ui/modals@2.1.36
547
-
548
- ## 2.8.5
549
-
550
- ### Patch Changes
551
-
552
- - 29c6fea: Fixed issue where hideLabel would not be passed to base field
553
- - b6ce1bf: Fixed return type of useFormContext
554
- - Updated dependencies [29c6fea]
555
- - Updated dependencies [b6ce1bf]
556
- - @saas-ui/forms@2.6.5
557
- - @saas-ui/modals@2.1.35
558
- - @saas-ui/data-table@10.0.5
559
-
560
- ## 2.8.4
561
-
562
- ### Patch Changes
563
-
564
- - 4c03ddb: Added support for horizontal form fields
565
- - Updated dependencies [4c03ddb]
566
- - @saas-ui/forms@2.6.4
567
- - @saas-ui/theme@2.4.1
568
- - @saas-ui/modals@2.1.34
569
- - @saas-ui/core@2.5.3
570
- - @saas-ui/data-table@10.0.4
571
- - @saas-ui/hotkeys@2.2.11
572
-
573
- ## 2.8.3
574
-
575
- ### Patch Changes
576
-
577
- - 5a334e2: Fixed issue where hideLabel prop would be passed to input
578
- - 1cc3e3b: FormLayout now supports theming
579
- - 69f5e66: Removed lost console.log
580
- - Updated dependencies [5a334e2]
581
- - Updated dependencies [1cc3e3b]
582
- - Updated dependencies [69f5e66]
583
- - @saas-ui/forms@2.6.3
584
- - @saas-ui/core@2.5.2
585
- - @saas-ui/modals@2.1.33
586
- - @saas-ui/data-table@10.0.3
587
- - @saas-ui/hotkeys@2.2.10
588
-
589
- ## 2.8.2
590
-
591
- ### Patch Changes
592
-
593
- - 5fb8082: Fixed issue where isInvalid would not be passed down to form control
594
- - 5fb8082: Fixed issue where the SearchInput reset button could be interacted with when disabled
595
- - d94ccec: Fixed issue where long pressed hotkeys would not reset and prevent other keys from triggering
596
- - d94ccec: Fixed aria role of PropertyList
597
- - 06ec4b6: Fixed issue where snackbar promise would not close
598
- - 1ff54a2: Fixed issue where text selection was disabled inside ContextMenuTrigger on mouse devices
599
- - Updated dependencies [5fb8082]
600
- - Updated dependencies [5fb8082]
601
- - Updated dependencies [d94ccec]
602
- - Updated dependencies [d94ccec]
603
- - Updated dependencies [06ec4b6]
604
- - Updated dependencies [1ff54a2]
605
- - @saas-ui/forms@2.6.2
606
- - @saas-ui/core@2.5.1
607
- - @saas-ui/hotkeys@2.2.9
608
- - @saas-ui/modals@2.1.32
609
- - @saas-ui/data-table@10.0.2
610
-
611
- ## 2.8.1
612
-
613
- ### Patch Changes
614
-
615
- - Updated dependencies [b110d4a]
616
- - @saas-ui/forms@2.6.1
617
- - @saas-ui/modals@2.1.31
618
- - @saas-ui/data-table@10.0.1
619
-
620
- ## 2.8.0
621
-
622
- ### Minor Changes
623
-
624
- - 9fe1899: Improved Select types, value type is now string or string[] depending on the multiple prop
625
- - e75e99b: StructuredListItem now supports isDisabled props
626
-
627
- ### Patch Changes
628
-
629
- - e75e99b: Fixed issue where StructuredListItem would not receive focus
630
- - Updated dependencies [9fe1899]
631
- - Updated dependencies [e75e99b]
632
- - Updated dependencies [e75e99b]
633
- - @saas-ui/forms@2.6.0
634
- - @saas-ui/core@2.5.0
635
- - @saas-ui/theme@2.4.0
636
- - @saas-ui/modals@2.1.30
637
- - @saas-ui/data-table@10.0.0
638
- - @saas-ui/hotkeys@2.2.8
639
-
640
- ## 2.7.4
641
-
642
- ### Patch Changes
643
-
644
- - Updated dependencies
645
- - @saas-ui/forms@2.5.4
646
- - @saas-ui/modals@2.1.29
647
- - @saas-ui/data-table@9.0.4
648
-
649
- ## 2.7.3
650
-
651
- ### Patch Changes
652
-
653
- - 20c7175: Added forwardRef to ContextMenuTrigger
654
- - ca911e4: Fixed issue where global toast default options would not apply to snackbar
655
- - 0a218fd: Fixed issue where Field types would not be inferred
656
- - Updated dependencies [20c7175]
657
- - Updated dependencies [ca911e4]
658
- - Updated dependencies [ca911e4]
659
- - Updated dependencies [0a218fd]
660
- - Updated dependencies [0a218fd]
661
- - @saas-ui/core@2.4.4
662
- - @saas-ui/forms@2.5.3
663
- - @saas-ui/data-table@9.0.3
664
- - @saas-ui/hotkeys@2.2.7
665
- - @saas-ui/modals@2.1.28
666
-
667
- ## 2.7.2
668
-
669
- ### Patch Changes
670
-
671
- - d77a5b3: Fixed circular dependency issue
672
- - Updated dependencies [d77a5b3]
673
- - @saas-ui/forms@2.5.2
674
- - @saas-ui/core@2.4.3
675
- - @saas-ui/modals@2.1.27
676
- - @saas-ui/data-table@9.0.2
677
- - @saas-ui/hotkeys@2.2.6
678
-
679
- ## 2.7.1
680
-
681
- ### Patch Changes
682
-
683
- - Updated dependencies
684
- - @saas-ui/core@2.4.2
685
- - @saas-ui/data-table@9.0.1
686
- - @saas-ui/forms@2.5.1
687
- - @saas-ui/hotkeys@2.2.5
688
- - @saas-ui/modals@2.1.26
689
-
690
- ## 2.7.0
691
-
692
- ### Minor Changes
693
-
694
- - Improved forms to support a global base field override
695
-
696
- ### Patch Changes
697
-
698
- - Updated dependencies
699
- - @saas-ui/forms@2.5.0
700
- - @saas-ui/modals@2.1.25
701
- - @saas-ui/data-table@9.0.0
702
-
703
- ## 2.6.2
704
-
705
- ### Patch Changes
706
-
707
- - Updated dependencies [0fad607]
708
- - @saas-ui/modals@2.1.24
709
- - @saas-ui/data-table@8.0.2
710
-
711
- ## 2.6.1
712
-
713
- ### Patch Changes
714
-
715
- - 2f32548: Fixed issue where Chakra UI Card sizes would not apply
716
- - 0778d23: Moved all StructuredList styling into theme
717
- - 7db4aee: Fixed issue where ref would not be forwarded to StructuredListHeader
718
- - Updated dependencies [2f32548]
719
- - Updated dependencies [0778d23]
720
- - Updated dependencies [7db4aee]
721
- - @saas-ui/theme@2.3.4
722
- - @saas-ui/core@2.4.1
723
- - @saas-ui/data-table@8.0.1
724
- - @saas-ui/forms@2.4.1
725
- - @saas-ui/hotkeys@2.2.4
726
- - @saas-ui/modals@2.1.23
727
-
728
- ## 2.6.0
729
-
730
- ### Minor Changes
731
-
732
- - 4a95712: Improved snackbar.promise method to not rethrow error when the error option is a function
733
- - 4a95712: Improved snackbar.promise success prop to accept an optional function callback
734
- - 73d09d9: Added support for leftAddon and rightAddon on number input types
735
- - efca417: Improved ObjectSchema type definitions to be more strict and inherit correct field type props
736
-
737
- ### Patch Changes
738
-
739
- - Updated dependencies [4a95712]
740
- - Updated dependencies [4a95712]
741
- - Updated dependencies [73d09d9]
742
- - Updated dependencies [efca417]
743
- - @saas-ui/core@2.4.0
744
- - @saas-ui/forms@2.4.0
745
- - @saas-ui/data-table@8.0.0
746
- - @saas-ui/hotkeys@2.2.3
747
- - @saas-ui/modals@2.1.22
748
-
749
- ## 2.5.10
750
-
751
- ### Patch Changes
752
-
753
- - 2e7da38: Updated dependencies
754
- - Updated dependencies [2e7da38]
755
- - Updated dependencies [da5167a]
756
- - @saas-ui/data-table@7.0.10
757
- - @saas-ui/nprogress@2.0.3
758
- - @saas-ui/modals@2.1.21
759
- - @saas-ui/forms@2.3.12
760
- - @saas-ui/theme@2.3.3
761
- - @saas-ui/core@2.3.6
762
- - @saas-ui/hotkeys@2.2.2
763
-
764
- ## 2.5.9
765
-
766
- ### Patch Changes
767
-
768
- - Updated dependencies [29e5c317]
769
- - @saas-ui/forms@2.3.11
770
- - @saas-ui/modals@2.1.20
771
- - @saas-ui/data-table@7.0.9
772
-
773
- ## 2.5.8
774
-
775
- ### Patch Changes
776
-
777
- - bc1997b0: Fixed issue where form dialog content would overflow when using using scrollbehavior inside
778
- - Updated dependencies [bc1997b0]
779
- - @saas-ui/modals@2.1.19
780
- - @saas-ui/data-table@7.0.8
781
-
782
- ## 2.5.7
783
-
784
- ### Patch Changes
785
-
786
- - Updated dependencies
787
- - @saas-ui/hotkeys@2.2.1
788
- - @saas-ui/data-table@7.0.7
789
-
790
- ## 2.5.6
791
-
792
- ### Patch Changes
793
-
794
- - 52e7490c: Fixed issue where theming props would be forwarded to form layout element
795
- - Updated dependencies [afb87d86]
796
- - Updated dependencies [836305f8]
797
- - Updated dependencies [52e7490c]
798
- - @saas-ui/core@2.3.5
799
- - @saas-ui/hotkeys@2.2.0
800
- - @saas-ui/forms@2.3.10
801
- - @saas-ui/data-table@7.0.6
802
- - @saas-ui/modals@2.1.18
803
-
804
- ## 2.5.5
805
-
806
- ### Patch Changes
807
-
808
- - d6d7ca3f: Added xl size to IconBadge
809
- - 4e291385: Updated Input lg variant height
810
- - aa3c97a0: Fixed issue where FormStepper separator would render incorrectly
811
- - Updated dependencies [d6d7ca3f]
812
- - Updated dependencies [4e291385]
813
- - Updated dependencies [ac3e7f9f]
814
- - Updated dependencies [2f170bf7]
815
- - Updated dependencies [aa3c97a0]
816
- - @saas-ui/theme@2.3.2
817
- - @saas-ui/data-table@7.0.5
818
- - @saas-ui/forms@2.3.9
819
- - @saas-ui/core@2.3.4
820
- - @saas-ui/modals@2.1.17
821
- - @saas-ui/hotkeys@2.1.15
822
-
823
- ## 2.5.4
824
-
825
- ### Patch Changes
826
-
827
- - Updated dependencies [bc176848]
828
- - Updated dependencies [bc176848]
829
- - Updated dependencies [829a3364]
830
- - Updated dependencies [90ee13c3]
831
- - @saas-ui/forms@2.3.8
832
- - @saas-ui/hooks@2.0.3
833
- - @saas-ui/data-table@7.0.4
834
- - @saas-ui/nprogress@2.0.2
835
- - @saas-ui/hotkeys@2.1.14
836
- - @saas-ui/modals@2.1.16
837
- - @saas-ui/core@2.3.3
838
-
839
- ## 2.5.3
840
-
841
- ### Patch Changes
842
-
843
- - bbd692d4: Improved StructuredList with keyboard navigation support
844
- - 781a1c26: Added long press support to ContextMenu
845
- - Updated dependencies [bbd692d4]
846
- - Updated dependencies [029b9b1c]
847
- - Updated dependencies [029b9b1c]
848
- - Updated dependencies [781a1c26]
849
- - @saas-ui/core@2.3.2
850
- - @saas-ui/hotkeys@2.1.13
851
- - @saas-ui/data-table@7.0.3
852
- - @saas-ui/forms@2.3.7
853
- - @saas-ui/modals@2.1.15
854
-
855
- ## 2.5.2
856
-
857
- ### Patch Changes
858
-
859
- - 042c15f3: Added useScrollPosition hook
860
- - Updated dependencies [042c15f3]
861
- - @saas-ui/hooks@2.0.2
862
- - @saas-ui/modals@2.1.14
863
- - @saas-ui/data-table@7.0.2
864
-
865
- ## 2.5.1
866
-
867
- ### Patch Changes
868
-
869
- - Updated dependencies [c0f203bf]
870
- - Updated dependencies [c0f203bf]
871
- - @saas-ui/theme@2.3.1
872
- - @saas-ui/core@2.3.1
873
- - @saas-ui/data-table@7.0.1
874
- - @saas-ui/forms@2.3.6
875
- - @saas-ui/hotkeys@2.1.12
876
- - @saas-ui/modals@2.1.13
877
-
878
- ## 2.5.0
879
-
880
- ### Minor Changes
881
-
882
- - 78bc41d0: Improved timeline behavior so it scales automatically with the icon and ocontent size used.
883
- - 316388b9: Added ghost variant to the Badge theme
884
-
885
- ### Patch Changes
886
-
887
- - 8782a76b: Fixed issue where variant would not be passed to SearchInput
888
- - 8782a76b: Improved Navbar inner padding on small screens
889
- - 8782a76b: Added new left-accent variant to the NavItem theme
890
- - 8782a76b: Added new neutral color scheme to Button theme
891
- - 8782a76b: Updated NavGroup to no longer be collapsible by default
892
- - 8782a76b: Fixed issue where SidebarToggleButton style props would not have any effect
893
- - 8782a76b: Added data-state attribute to SidebarToggleButton
894
- - 8782a76b: NavItem href prop no longer has # as default
895
- - Updated dependencies [8782a76b]
896
- - Updated dependencies [8782a76b]
897
- - Updated dependencies [8782a76b]
898
- - Updated dependencies [8782a76b]
899
- - Updated dependencies [8782a76b]
900
- - Updated dependencies [8782a76b]
901
- - Updated dependencies [8782a76b]
902
- - Updated dependencies [78bc41d0]
903
- - Updated dependencies [8782a76b]
904
- - Updated dependencies [316388b9]
905
- - Updated dependencies [8782a76b]
906
- - @saas-ui/core@2.3.0
907
- - @saas-ui/theme@2.3.0
908
- - @saas-ui/data-table@7.0.0
909
- - @saas-ui/forms@2.3.5
910
- - @saas-ui/hotkeys@2.1.11
911
- - @saas-ui/modals@2.1.12
912
-
913
- ## 2.4.4
914
-
915
- ### Patch Changes
916
-
917
- - f03246ac: Improved IconBadge sizing
918
- - Updated dependencies [4c81f542]
919
- - Updated dependencies [f03246ac]
920
- - @saas-ui/modals@2.1.11
921
- - @saas-ui/theme@2.2.3
922
- - @saas-ui/core@2.2.4
923
- - @saas-ui/data-table@6.0.4
924
- - @saas-ui/forms@2.3.4
925
- - @saas-ui/hotkeys@2.1.10
926
-
927
- ## 2.4.3
928
-
929
- ### Patch Changes
930
-
931
- - d5ca55e4: Fixed issue where SubmitButton would not properties from form fields prop
932
- - 537804bf: Fixed NavLink line height
933
- - Updated dependencies [d5ca55e4]
934
- - Updated dependencies [d5ca55e4]
935
- - Updated dependencies [537804bf]
936
- - @saas-ui/forms@2.3.3
937
- - @saas-ui/core@2.2.3
938
- - @saas-ui/theme@2.2.2
939
- - @saas-ui/modals@2.1.10
940
- - @saas-ui/data-table@6.0.3
941
- - @saas-ui/hotkeys@2.1.9
942
-
943
- ## 2.4.2
944
-
945
- ### Patch Changes
946
-
947
- - Updated dependencies [491315aa]
948
- - @saas-ui/core@2.2.2
949
- - @saas-ui/data-table@6.0.2
950
- - @saas-ui/forms@2.3.2
951
- - @saas-ui/hotkeys@2.1.8
952
- - @saas-ui/modals@2.1.9
953
-
954
- ## 2.4.1
955
-
956
- ### Patch Changes
957
-
958
- - Updated dependencies [4e728c26]
959
- - Updated dependencies [3ddca73d]
960
- - @saas-ui/theme@2.2.1
961
- - @saas-ui/core@2.2.1
962
- - @saas-ui/data-table@6.0.1
963
- - @saas-ui/forms@2.3.1
964
- - @saas-ui/hotkeys@2.1.7
965
- - @saas-ui/modals@2.1.8
966
-
967
- ## 2.4.0
968
-
969
- ### Minor Changes
970
-
971
- - 31d05ed5: Added new Navbar component 🥳
972
- - ebba8404: Added new IconBadge component
973
- - a3180b02: Removed all Component.defaultProps definitions
974
-
975
- ### Patch Changes
976
-
977
- - dddb3d1a: Fixed issue where width would not be applied to the SearchInput container element
978
- - 91412d77: Fixed SearchInput reset when uncontrolled
979
- - 91412d77: Fixed theme incompatibility with Chakra UI 2.8
980
- - Updated dependencies [31d05ed5]
981
- - Updated dependencies [dddb3d1a]
982
- - Updated dependencies [68995558]
983
- - Updated dependencies [ebba8404]
984
- - Updated dependencies [91412d77]
985
- - Updated dependencies [a3180b02]
986
- - Updated dependencies [91412d77]
987
- - @saas-ui/theme@2.2.0
988
- - @saas-ui/core@2.2.0
989
- - @saas-ui/forms@2.3.0
990
- - @saas-ui/data-table@6.0.0
991
- - @saas-ui/hotkeys@2.1.6
992
- - @saas-ui/modals@2.1.7
993
-
994
- ## 2.3.1
995
-
996
- ### Patch Changes
997
-
998
- - 1c64bfaf: Fixed issue where Zod or Yup schemas would not validate in FormDialog
999
- - 4a3c9dc7: Fixed issue where ErrorBoundary would not have access to SaasProvider context
1000
- - Updated dependencies [1c64bfaf]
1001
- - Updated dependencies [4a3c9dc7]
1002
- - @saas-ui/forms@2.2.1
1003
- - @saas-ui/core@2.1.3
1004
- - @saas-ui/modals@2.1.6
1005
- - @saas-ui/data-table@5.0.1
1006
- - @saas-ui/hotkeys@2.1.5
1007
-
1008
- ## 2.3.0
1009
-
1010
- ### Minor Changes
1011
-
1012
- - 87fcdc2c: FormLayout no longer renders each child in a wrapper div
1013
-
1014
- ### Patch Changes
1015
-
1016
- - 9ad407a7: Zod schema enum types now render a Select by default
1017
- - bcd6d65c: Fixed issue where closing large models with modals manager would flicker
1018
- - 654ad186: Fixed issue where Field would not infer correct onChange handler
1019
- - 87fcdc2c: Fixed issue where not all StepForm data would be passed to onSubmit
1020
- - 9ad407a7: ZodForm now infers defaultValues from the schema
1021
- - be52e785: Fixed issue where placeholder would not be passed to the NumberInputField
1022
- - Updated dependencies [9ad407a7]
1023
- - Updated dependencies [bcd6d65c]
1024
- - Updated dependencies [654ad186]
1025
- - Updated dependencies [87fcdc2c]
1026
- - Updated dependencies [9ad407a7]
1027
- - Updated dependencies [87fcdc2c]
1028
- - Updated dependencies [be52e785]
1029
- - @saas-ui/forms@2.2.0
1030
- - @saas-ui/modals@2.1.5
1031
- - @saas-ui/data-table@5.0.0
1032
-
1033
- ## 2.2.4
1034
-
1035
- ### Patch Changes
1036
-
1037
- - e13ae4cd: Fixed issue where overlay elements inside a vertical stepper would not overflow correctly
1038
- - Updated dependencies [e13ae4cd]
1039
- - @saas-ui/core@2.1.2
1040
- - @saas-ui/data-table@4.0.4
1041
- - @saas-ui/forms@2.1.3
1042
- - @saas-ui/hotkeys@2.1.4
1043
- - @saas-ui/modals@2.1.4
1044
-
1045
- ## 2.2.3
1046
-
1047
- ### Patch Changes
1048
-
1049
- - Fixed all packages index to use named exports
1050
- - Updated dependencies
1051
- - @saas-ui/data-table@4.0.3
1052
- - @saas-ui/nprogress@2.0.1
1053
- - @saas-ui/hotkeys@2.1.3
1054
- - @saas-ui/modals@2.1.3
1055
- - @saas-ui/forms@2.1.2
1056
- - @saas-ui/hooks@2.0.1
1057
- - @saas-ui/theme@2.1.1
1058
- - @saas-ui/core@2.1.1
1059
-
1060
- ## 2.2.2
1061
-
1062
- ### Patch Changes
1063
-
1064
- - 3b12ef4e: Removed client directive from index, fixes app directory compatibility
1065
- - 2fec29d4: Added formRef prop to FormDialog to access the internal form state
1066
- - Updated dependencies [2fec29d4]
1067
- - @saas-ui/modals@2.1.2
1068
- - @saas-ui/data-table@4.0.2
1069
-
1070
- ## 2.2.1
1071
-
1072
- ### Patch Changes
1073
-
1074
- - 96b0a058: Fixed select button sizes
1075
- - Updated dependencies [96b0a058]
1076
- - @saas-ui/forms@2.1.1
1077
- - @saas-ui/modals@2.1.1
1078
- - @saas-ui/data-table@4.0.1
1079
-
1080
- ## 2.2.0
1081
-
1082
- ### Minor Changes
1083
-
1084
- - 5a384c28: Updated to Chakra UI 2.8.0
1085
- - 5a384c28: Added `use client` directive for better RSC support
1086
-
1087
- ### Patch Changes
1088
-
1089
- - Updated dependencies [5a384c28]
1090
- - @saas-ui/data-table@4.0.0
1091
- - @saas-ui/modals@2.1.0
1092
- - @saas-ui/forms@2.1.0
1093
- - @saas-ui/theme@2.1.0
1094
- - @saas-ui/core@2.1.0
1095
- - @saas-ui/hotkeys@2.1.2
1096
-
1097
- ## 2.1.1
1098
-
1099
- ### Patch Changes
1100
-
1101
- - Updated dependencies [0aecc7ba]
1102
- - @saas-ui/hotkeys@2.1.1
1103
- - @saas-ui/data-table@3.0.1
1104
-
1105
- ## 2.1.0
1106
-
1107
- ### Minor Changes
1108
-
1109
- - b4808069: useHotkeys now supports a custom targetElement, eg an input
1110
-
1111
- ### Patch Changes
1112
-
1113
- - b4808069: Fixed issue where useHotkeys would not reset pressed keys
1114
- - Updated dependencies [b4808069]
1115
- - Updated dependencies [b4808069]
1116
- - @saas-ui/hotkeys@2.1.0
1117
- - @saas-ui/data-table@3.0.0
1118
-
1119
- ## 2.0.6
1120
-
1121
- ### Patch Changes
1122
-
1123
- - 493a548a: NavItem now renders an aria-current tag when the item is active.
1124
- - 9e848077: Export createStandAloneSnackbar from core package.
1125
- - 493a548a: NavItem active state is now compatible with Remix and ReactRouter NavLink
1126
- - Updated dependencies [493a548a]
1127
- - Updated dependencies [9e848077]
1128
- - Updated dependencies [493a548a]
1129
- - @saas-ui/theme@2.0.1
1130
- - @saas-ui/core@2.0.3
1131
- - @saas-ui/auth@2.0.5
1132
- - @saas-ui/data-table@2.0.6
1133
- - @saas-ui/forms@2.0.5
1134
- - @saas-ui/hotkeys@2.0.3
1135
- - @saas-ui/modals@2.0.6
1136
-
1137
- ## 2.0.5
1138
-
1139
- ### Patch Changes
1140
-
1141
- - 3b5567c6: Fixed issue where StepForm would not render custom fields
1142
- - Updated dependencies [3b5567c6]
1143
- - @saas-ui/forms@2.0.4
1144
- - @saas-ui/auth@2.0.4
1145
- - @saas-ui/modals@2.0.5
1146
- - @saas-ui/data-table@2.0.5
1147
-
1148
- ## 2.0.4
1149
-
1150
- ### Patch Changes
1151
-
1152
- - Updated dependencies [8c7ee0be]
1153
- - @saas-ui/forms@2.0.3
1154
- - @saas-ui/auth@2.0.3
1155
- - @saas-ui/modals@2.0.4
1156
- - @saas-ui/data-table@2.0.4
1157
-
1158
- ## 2.0.3
1159
-
1160
- ### Patch Changes
1161
-
1162
- - 268fa240: Add support for standalone snackbars
1163
- - 93736bed: Export createZodStepForm from form package
1164
- - Updated dependencies [268fa240]
1165
- - Updated dependencies [93736bed]
1166
- - @saas-ui/core@2.0.2
1167
- - @saas-ui/forms@2.0.2
1168
- - @saas-ui/auth@2.0.2
1169
- - @saas-ui/data-table@2.0.3
1170
- - @saas-ui/hotkeys@2.0.2
1171
- - @saas-ui/modals@2.0.3
1172
-
1173
- ## 2.0.2
1174
-
1175
- ### Patch Changes
1176
-
1177
- - df98007a: Add missing dependency
1178
- - 9b609119: Fix issue where Link would not pass props correctly.
1179
- - Updated dependencies [9b609119]
1180
- - @saas-ui/core@2.0.1
1181
- - @saas-ui/data-table@2.0.2
1182
- - @saas-ui/auth@2.0.1
1183
- - @saas-ui/forms@2.0.1
1184
- - @saas-ui/hotkeys@2.0.1
1185
- - @saas-ui/modals@2.0.2
1186
-
1187
- ## 2.0.1
1188
-
1189
- ### Patch Changes
1190
-
1191
- - Updated dependencies [f29338d0]
1192
- - @saas-ui/modals@2.0.1
1193
- - @saas-ui/data-table@2.0.1
1194
-
1195
- ## 2.0.0
1196
-
1197
- ### Major Changes
1198
-
1199
- - 772c9868: Updated to Tanstack ReactTable V8
1200
- - d7c87a31: Moved form resolvers into a separate package.
1201
- - 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.
1202
- - 37e38165: Auth forms can now be used standalone, to build custom solutions.
1203
- - f1e99198: BREAKING: createPalette no longer exported from @saas-ui/react
1204
- - 8b82d945: Renamed List to StructuredList
1205
- - 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
1206
- - 83f54180: Secondary button now uses solid variant and gray colorScheme.
1207
- - 8b82d945: Removed button package.
1208
- - 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton
1209
- - 83f54180: Renamed Loader to LoadingOverlay.
1210
- - 0a11d7b6: Renamed Sidebar condensed variant to compact.
1211
- - f34de7af: Moved Supabase and Magic auth services to separate packages.
1212
- - 3a15e8c8: Improve StructuredList API.
1213
- - f1e99198: Restructured packages.
1214
- - 39e778d8: Form will now render AutoField by default when no children are passed.
1215
- - 6236e117: Removed the Divider component in favor of the Chakra UI Divider component.
1216
- - 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.
1217
- - f3b09191: Removed Card component in favor of the new Chakra UI Card component.
1218
-
1219
- ### Minor Changes
1220
-
1221
- - ccfce5c1: useHotkeys now supports preventDefault option to prevent default browser events from firing
1222
- - 1177329d: Improved MenuDialog position on mobile
1223
- - e94ca3c0: Added TimeLine to core components.
1224
- - 7ce390e9: Added Sidebar to core packages.
1225
- - 532011d6: Select can now supports theming using the SuiSelect theme config.
1226
- - a8ea24da: PasswordInput now accepts leftAddon property.
1227
- - 84e59fec: Added new createModals method to create typesafe modals managers with support for custom modals
1228
- - 83f54180: Added new tertiary button variant.
1229
- - 046e42b8: Updated to Chakra UI 2.7
1230
- - 2d18cdc2: New createFormDialog function to create Zod or Yup specific FormDialogs
1231
- - e52f63fa: useSnackbar promise error option now accepts a function with err param or SnackbarOptions
1232
- - a9ca90dd: Updated to Chakra UI 2.6.x
1233
- - 2366db6a: ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned
1234
- - 6dd737ce: Select field now renders invalid state.
1235
- - c85541cb: AutoForm field props can now be overridden using the fields prop on Form
1236
- - 76887bda: AppShell now controls the Sidebar disclosure state.
1237
- - 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.
1238
- - 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed
1239
- - 826c561a: EmptyState title and description no longer use Header and Text
1240
-
1241
- ### Patch Changes
1242
-
1243
- - 189190c6: Fix Card theme tokens
1244
- - e23790a8: Fix SnackbarPromiseOptions error type to SnackbarOptions
1245
- - d3900eca: button primary, secondary and tertiary variants colorScheme can now be changed.
1246
- - ba61612f: Fixed useSnackbar return type, always returns toastId.
1247
- - b8be6d41: tooltipProps on NavItem no longer require children
1248
- - d725a5da: Fix esm bundle import
1249
- - 70af3ead: Select now supports theming props.
1250
- - d725a5da: Bump version
1251
- - 5ac0e9ba: Fix vertical stepper items not taking up the full parent width.
1252
- - a5898c44: Fix Divider label contrast
1253
- - 6193c47c: Fixed issue where Sidebar would not get defaultProps from the theme.
1254
- - f1e99198: Migrated from microbundle to tsup for builds
1255
- - dc435dd5: No longer needed to use Next.js legacyBehavior for the Link component.
1256
- - 7027d7c1: Improve Stepper seperator position on all sizes
1257
- - 0fda9fee: Fix ContextMenu and OverflowMenu exports.
1258
- - a7ef6dd9: Fixed issue where types for exports were not detected
1259
- - 6c63217c: object and array field props can now be overridden using the fields prop
1260
- - d6e9a39d: Form fields overries types now support array and object type props
1261
- - 83f54180: Fix NavItem focus outline color.
1262
- - 2b639656: Fixed issue where colorScheme would be passed down to stepper dom element
1263
- - b895e5bd: Add Timeline theme to theme package.
1264
- - ccfce5c1: Fixed issue where multiple + separators were not parsed correctly in useHotkeys.
1265
- - 0319aa57: Bump version
1266
- - 166978bd: Fix esm bundle filename.
1267
- - 5ac0e9ba: Fix issue where StepForm would not submit when subsequent fields are required.
1268
- - Updated dependencies [ccfce5c1]
1269
- - Updated dependencies [772c9868]
1270
- - Updated dependencies [84e59fec]
1271
- - Updated dependencies [d7c87a31]
1272
- - Updated dependencies [1563cc9a]
1273
- - Updated dependencies [189190c6]
1274
- - Updated dependencies [1177329d]
1275
- - Updated dependencies [e23790a8]
1276
- - Updated dependencies [d236fb75]
1277
- - Updated dependencies [83f54180]
1278
- - Updated dependencies [d3900eca]
1279
- - Updated dependencies [ba61612f]
1280
- - Updated dependencies [e94ca3c0]
1281
- - Updated dependencies [37e38165]
1282
- - Updated dependencies [b8be6d41]
1283
- - Updated dependencies [d725a5da]
1284
- - Updated dependencies [b521ce10]
1285
- - Updated dependencies [70af3ead]
1286
- - Updated dependencies [532011d6]
1287
- - Updated dependencies [a8ea24da]
1288
- - Updated dependencies [6d3f5717]
1289
- - Updated dependencies [d725a5da]
1290
- - Updated dependencies [5ac0e9ba]
1291
- - Updated dependencies [8d6516c2]
1292
- - Updated dependencies [84e59fec]
1293
- - Updated dependencies [1177329d]
1294
- - Updated dependencies [09dd16cc]
1295
- - Updated dependencies [e9258592]
1296
- - Updated dependencies [a5898c44]
1297
- - Updated dependencies [0a2bb91f]
1298
- - Updated dependencies [532011d6]
1299
- - Updated dependencies [8045baed]
1300
- - Updated dependencies [6193c47c]
1301
- - Updated dependencies [83f54180]
1302
- - Updated dependencies [f1e99198]
1303
- - Updated dependencies [01ac442f]
1304
- - Updated dependencies [f79376c3]
1305
- - Updated dependencies [ffd878b6]
1306
- - Updated dependencies [5b9d90e8]
1307
- - Updated dependencies [046e42b8]
1308
- - Updated dependencies [cc713117]
1309
- - Updated dependencies [83f54180]
1310
- - Updated dependencies [8b82d945]
1311
- - Updated dependencies [2d18cdc2]
1312
- - Updated dependencies [7052dad3]
1313
- - Updated dependencies [e52f63fa]
1314
- - Updated dependencies [61b27fa6]
1315
- - Updated dependencies [7027d7c1]
1316
- - Updated dependencies [a9ca90dd]
1317
- - Updated dependencies [0fda9fee]
1318
- - Updated dependencies [2366db6a]
1319
- - Updated dependencies [6dd737ce]
1320
- - Updated dependencies [a7ef6dd9]
1321
- - Updated dependencies [6c63217c]
1322
- - Updated dependencies [83f54180]
1323
- - Updated dependencies [0a11d7b6]
1324
- - Updated dependencies [d6e9a39d]
1325
- - Updated dependencies [c85541cb]
1326
- - Updated dependencies [aeab9b0b]
1327
- - Updated dependencies [b5912297]
1328
- - Updated dependencies [83f54180]
1329
- - Updated dependencies [2b639656]
1330
- - Updated dependencies [b895e5bd]
1331
- - Updated dependencies [f34de7af]
1332
- - Updated dependencies [3a15e8c8]
1333
- - Updated dependencies [ccfce5c1]
1334
- - Updated dependencies [f1e99198]
1335
- - Updated dependencies [8e155c3b]
1336
- - Updated dependencies [76887bda]
1337
- - Updated dependencies [39e778d8]
1338
- - Updated dependencies [76887bda]
1339
- - Updated dependencies [27a68bca]
1340
- - Updated dependencies [6236e117]
1341
- - Updated dependencies [943f6287]
1342
- - Updated dependencies [0319aa57]
1343
- - Updated dependencies [76887bda]
1344
- - Updated dependencies [826c561a]
1345
- - Updated dependencies [166978bd]
1346
- - Updated dependencies [5ac0e9ba]
1347
- - @saas-ui/hotkeys@2.0.0
1348
- - @saas-ui/data-table@2.0.0
1349
- - @saas-ui/forms@2.0.0
1350
- - @saas-ui/modals@2.0.0
1351
- - @saas-ui/core@2.0.0
1352
- - @saas-ui/theme@2.0.0
1353
- - @saas-ui/auth@2.0.0
1354
- - @saas-ui/nprogress@2.0.0
1355
- - @saas-ui/hooks@2.0.0
1356
-
1357
- ## 2.0.0-rc.34
1358
-
1359
- ### Patch Changes
1360
-
1361
- - 70af3ead: Select now supports theming props.
1362
- - Updated dependencies [70af3ead]
1363
- - Updated dependencies [b5912297]
1364
- - @saas-ui/core@2.0.0-rc.29
1365
- - @saas-ui/forms@2.0.0-rc.32
1366
- - @saas-ui/data-table@2.0.0-rc.34
1367
- - @saas-ui/auth@2.0.0-rc.33
1368
- - @saas-ui/hotkeys@2.0.0-rc.30
1369
- - @saas-ui/modals@2.0.0-rc.32
1370
-
1371
- ## 2.0.0-rc.33
1372
-
1373
- ### Patch Changes
1374
-
1375
- - Updated dependencies [e9258592]
1376
- - @saas-ui/core@2.0.0-rc.28
1377
- - @saas-ui/auth@2.0.0-rc.32
1378
- - @saas-ui/data-table@2.0.0-rc.33
1379
- - @saas-ui/forms@2.0.0-rc.31
1380
- - @saas-ui/hotkeys@2.0.0-rc.29
1381
- - @saas-ui/modals@2.0.0-rc.31
1382
-
1383
- ## 2.0.0-rc.32
1384
-
1385
- ### Patch Changes
1386
-
1387
- - Updated dependencies [09dd16cc]
1388
- - @saas-ui/theme@2.0.0-rc.17
1389
- - @saas-ui/core@2.0.0-rc.27
1390
- - @saas-ui/auth@2.0.0-rc.31
1391
- - @saas-ui/data-table@2.0.0-rc.32
1392
- - @saas-ui/forms@2.0.0-rc.30
1393
- - @saas-ui/hotkeys@2.0.0-rc.28
1394
- - @saas-ui/modals@2.0.0-rc.30
1395
-
1396
- ## 2.0.0-rc.31
1397
-
1398
- ### Patch Changes
1399
-
1400
- - 0fda9fee: Fix ContextMenu and OverflowMenu exports.
1401
- - Updated dependencies [0fda9fee]
1402
- - @saas-ui/core@2.0.0-rc.26
1403
- - @saas-ui/data-table@2.0.0-rc.31
1404
- - @saas-ui/auth@2.0.0-rc.30
1405
- - @saas-ui/forms@2.0.0-rc.29
1406
- - @saas-ui/hotkeys@2.0.0-rc.27
1407
- - @saas-ui/modals@2.0.0-rc.29
1408
-
1409
- ## 2.0.0-rc.30
1410
-
1411
- ### Major Changes
1412
-
1413
- - 6236e117: Removed the Divider component in favor of the Chakra UI Divider component.
1414
-
1415
- ### Minor Changes
1416
-
1417
- - 046e42b8: Updated to Chakra UI 2.7
1418
-
1419
- ### Patch Changes
1420
-
1421
- - 6193c47c: Fixed issue where Sidebar would not get defaultProps from the theme.
1422
- - Updated dependencies [8d6516c2]
1423
- - Updated dependencies [6193c47c]
1424
- - Updated dependencies [046e42b8]
1425
- - Updated dependencies [6236e117]
1426
- - @saas-ui/theme@2.0.0-rc.16
1427
- - @saas-ui/core@2.0.0-rc.25
1428
- - @saas-ui/data-table@2.0.0-rc.30
1429
- - @saas-ui/nprogress@2.0.0-rc.5
1430
- - @saas-ui/hotkeys@2.0.0-rc.26
1431
- - @saas-ui/modals@2.0.0-rc.28
1432
- - @saas-ui/forms@2.0.0-rc.28
1433
- - @saas-ui/hooks@2.0.0-rc.6
1434
- - @saas-ui/auth@2.0.0-rc.29
1435
-
1436
- ## 2.0.0-rc.29
1437
-
1438
- ### Patch Changes
1439
-
1440
- - d6e9a39d: Form fields overries types now support array and object type props
1441
- - b895e5bd: Add Timeline theme to theme package.
1442
- - Updated dependencies [d6e9a39d]
1443
- - Updated dependencies [b895e5bd]
1444
- - Updated dependencies [943f6287]
1445
- - @saas-ui/forms@2.0.0-rc.27
1446
- - @saas-ui/theme@2.0.0-rc.15
1447
- - @saas-ui/core@2.0.0-rc.24
1448
- - @saas-ui/auth@2.0.0-rc.28
1449
- - @saas-ui/modals@2.0.0-rc.27
1450
- - @saas-ui/data-table@2.0.0-rc.29
1451
- - @saas-ui/hotkeys@2.0.0-rc.25
1452
-
1453
- ## 2.0.0-rc.28
1454
-
1455
- ### Minor Changes
1456
-
1457
- - e52f63fa: useSnackbar promise error option now accepts a function with err param or SnackbarOptions
1458
-
1459
- ### Patch Changes
1460
-
1461
- - Updated dependencies [e52f63fa]
1462
- - @saas-ui/core@2.0.0-rc.23
1463
- - @saas-ui/data-table@2.0.0-rc.28
1464
- - @saas-ui/auth@2.0.0-rc.27
1465
- - @saas-ui/forms@2.0.0-rc.26
1466
- - @saas-ui/hotkeys@2.0.0-rc.24
1467
- - @saas-ui/modals@2.0.0-rc.26
1468
-
1469
- ## 2.0.0-rc.27
1470
-
1471
- ### Minor Changes
1472
-
1473
- - 2366db6a: ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned
1474
-
1475
- ### Patch Changes
1476
-
1477
- - e23790a8: Fix SnackbarPromiseOptions error type to SnackbarOptions
1478
- - Updated dependencies [e23790a8]
1479
- - Updated dependencies [2366db6a]
1480
- - @saas-ui/core@2.0.0-rc.22
1481
- - @saas-ui/modals@2.0.0-rc.25
1482
- - @saas-ui/data-table@2.0.0-rc.27
1483
- - @saas-ui/auth@2.0.0-rc.26
1484
- - @saas-ui/forms@2.0.0-rc.25
1485
- - @saas-ui/hotkeys@2.0.0-rc.23
1486
-
1487
- ## 2.0.0-rc.26
1488
-
1489
- ### Patch Changes
1490
-
1491
- - 5ac0e9ba: Fix vertical stepper items not taking up the full parent width.
1492
- - 5ac0e9ba: Fix issue where StepForm would not submit when subsequent fields are required.
1493
- - Updated dependencies [5ac0e9ba]
1494
- - Updated dependencies [5ac0e9ba]
1495
- - @saas-ui/theme@2.0.0-rc.14
1496
- - @saas-ui/forms@2.0.0-rc.24
1497
- - @saas-ui/data-table@2.0.0-rc.26
1498
- - @saas-ui/core@2.0.0-rc.21
1499
- - @saas-ui/auth@2.0.0-rc.25
1500
- - @saas-ui/modals@2.0.0-rc.24
1501
- - @saas-ui/hotkeys@2.0.0-rc.22
1502
-
1503
- ## 2.0.0-rc.25
1504
-
1505
- ### Patch Changes
1506
-
1507
- - 7027d7c1: Improve Stepper seperator position on all sizes
1508
- - Bump version
1509
- - Updated dependencies [7027d7c1]
1510
- - Updated dependencies
1511
- - @saas-ui/theme@2.0.0-rc.13
1512
- - @saas-ui/core@2.0.0-rc.20
1513
- - @saas-ui/data-table@2.0.0-rc.25
1514
- - @saas-ui/nprogress@2.0.0-rc.4
1515
- - @saas-ui/hotkeys@2.0.0-rc.21
1516
- - @saas-ui/modals@2.0.0-rc.23
1517
- - @saas-ui/forms@2.0.0-rc.23
1518
- - @saas-ui/hooks@2.0.0-rc.5
1519
- - @saas-ui/auth@2.0.0-rc.24
1520
-
1521
- ## 2.0.0-rc.24
1522
-
1523
- ### Patch Changes
1524
-
1525
- - 7027d7c1: Improve Stepper seperator position on all sizes
1526
- - Updated dependencies [7027d7c1]
1527
- - @saas-ui/theme@2.0.0-rc.12
1528
- - @saas-ui/core@2.0.0-rc.19
1529
- - @saas-ui/data-table@2.0.0-rc.24
1530
- - @saas-ui/auth@2.0.0-rc.23
1531
- - @saas-ui/forms@2.0.0-rc.22
1532
- - @saas-ui/hotkeys@2.0.0-rc.20
1533
- - @saas-ui/modals@2.0.0-rc.22
1534
-
1535
- ## 2.0.0-next.23
1536
-
1537
- ### Patch Changes
1538
-
1539
- - Updated dependencies [d236fb75]
1540
- - @saas-ui/hotkeys@2.0.0-next.19
1541
- - @saas-ui/data-table@2.0.0-next.23
1542
-
1543
- ## 2.0.0-next.22
1544
-
1545
- ### Patch Changes
1546
-
1547
- - Updated dependencies [8e155c3b]
1548
- - @saas-ui/theme@2.0.0-next.11
1549
- - @saas-ui/core@2.0.0-next.18
1550
- - @saas-ui/auth@2.0.0-next.22
1551
- - @saas-ui/data-table@2.0.0-next.22
1552
- - @saas-ui/forms@2.0.0-next.21
1553
- - @saas-ui/hotkeys@2.0.0-next.18
1554
- - @saas-ui/modals@2.0.0-next.21
1555
-
1556
- ## 2.0.0-next.21
1557
-
1558
- ### Minor Changes
1559
-
1560
- - ccfce5c1: useHotkeys now supports preventDefault option to prevent default browser events from firing
1561
- - a9ca90dd: Updated to Chakra UI 2.6.x
1562
-
1563
- ### Patch Changes
1564
-
1565
- - 2b639656: Fixed issue where colorScheme would be passed down to stepper dom element
1566
- - ccfce5c1: Fixed issue where multiple + separators were not parsed correctly in useHotkeys.
1567
- - Updated dependencies [ccfce5c1]
1568
- - Updated dependencies [a9ca90dd]
1569
- - Updated dependencies [2b639656]
1570
- - Updated dependencies [ccfce5c1]
1571
- - @saas-ui/hotkeys@2.0.0-next.17
1572
- - @saas-ui/forms@2.0.0-next.20
1573
- - @saas-ui/core@2.0.0-next.17
1574
- - @saas-ui/data-table@2.0.0-next.21
1575
- - @saas-ui/auth@2.0.0-next.21
1576
- - @saas-ui/modals@2.0.0-next.20
1577
-
1578
- ## 2.0.0-next.20
1579
-
1580
- ### Patch Changes
1581
-
1582
- - Updated dependencies [0a2bb91f]
1583
- - @saas-ui/auth@2.0.0-next.20
1584
- - @saas-ui/data-table@2.0.0-next.20
1585
-
1586
- ## 2.0.0-next.19
1587
-
1588
- ### Patch Changes
1589
-
1590
- - Updated dependencies [ffd878b6]
1591
- - Updated dependencies [aeab9b0b]
1592
- - @saas-ui/auth@2.0.0-next.19
1593
- - @saas-ui/theme@2.0.0-next.10
1594
- - @saas-ui/core@2.0.0-next.16
1595
- - @saas-ui/data-table@2.0.0-next.19
1596
- - @saas-ui/forms@2.0.0-next.19
1597
- - @saas-ui/hotkeys@2.0.0-next.16
1598
- - @saas-ui/modals@2.0.0-next.19
1599
-
1600
- ## 2.0.0-next.18
1601
-
1602
- ### Patch Changes
1603
-
1604
- - Updated dependencies [01ac442f]
1605
- - @saas-ui/forms@2.0.0-next.18
1606
- - @saas-ui/auth@2.0.0-next.18
1607
- - @saas-ui/modals@2.0.0-next.18
1608
- - @saas-ui/data-table@2.0.0-next.18
1609
-
1610
- ## 2.0.0-next.17
1611
-
1612
- ### Patch Changes
1613
-
1614
- - a5898c44: Fix Divider label contrast
1615
- - Updated dependencies [a5898c44]
1616
- - Updated dependencies [8045baed]
1617
- - @saas-ui/theme@2.0.0-next.9
1618
- - @saas-ui/core@2.0.0-next.15
1619
- - @saas-ui/data-table@2.0.0-next.17
1620
- - @saas-ui/auth@2.0.0-next.17
1621
- - @saas-ui/forms@2.0.0-next.17
1622
- - @saas-ui/hotkeys@2.0.0-next.15
1623
- - @saas-ui/modals@2.0.0-next.17
1624
-
1625
- ## 2.0.0-next.16
1626
-
1627
- ### Patch Changes
1628
-
1629
- - b8be6d41: tooltipProps on NavItem no longer require children
1630
- - Updated dependencies [b8be6d41]
1631
- - Updated dependencies [cc713117]
1632
- - @saas-ui/core@2.0.0-next.14
1633
- - @saas-ui/modals@2.0.0-next.16
1634
- - @saas-ui/data-table@2.0.0-next.16
1635
- - @saas-ui/auth@2.0.0-next.16
1636
- - @saas-ui/forms@2.0.0-next.16
1637
- - @saas-ui/hotkeys@2.0.0-next.14
1638
-
1639
- ## 2.0.0-next.15
1640
-
1641
- ### Minor Changes
1642
-
1643
- - 2d18cdc2: New createFormDialog function to create Zod or Yup specific FormDialogs
1644
- - 826c561a: EmptyState title and description no longer use Header and Text
1645
-
1646
- ### Patch Changes
1647
-
1648
- - Updated dependencies [2d18cdc2]
1649
- - Updated dependencies [826c561a]
1650
- - @saas-ui/modals@2.0.0-next.15
1651
- - @saas-ui/forms@2.0.0-next.15
1652
- - @saas-ui/core@2.0.0-next.13
1653
- - @saas-ui/auth@2.0.0-next.15
1654
- - @saas-ui/data-table@2.0.0-next.15
1655
- - @saas-ui/hotkeys@2.0.0-next.13
1656
-
1657
- ## 2.0.0-next.14
1658
-
1659
- ### Patch Changes
1660
-
1661
- - Fix esm bundle import
1662
- - Updated dependencies
1663
- - @saas-ui/data-table@2.0.0-next.14
1664
- - @saas-ui/nprogress@2.0.0-next.3
1665
- - @saas-ui/hotkeys@2.0.0-next.12
1666
- - @saas-ui/modals@2.0.0-next.14
1667
- - @saas-ui/forms@2.0.0-next.14
1668
- - @saas-ui/hooks@2.0.0-next.4
1669
- - @saas-ui/theme@2.0.0-next.8
1670
- - @saas-ui/auth@2.0.0-next.14
1671
- - @saas-ui/core@2.0.0-next.12
1672
-
1673
- ## 2.0.0-next.13
1674
-
1675
- ### Patch Changes
1676
-
1677
- - d3900eca: button primary, secondary and tertiary variants colorScheme can now be changed.
1678
- - Bump version
1679
- - dc435dd5: No longer needed to use Next.js legacyBehavior for the Link component.
1680
- - 6c63217c: object and array field props can now be overridden using the fields prop
1681
- - Updated dependencies [1563cc9a]
1682
- - Updated dependencies [d3900eca]
1683
- - Updated dependencies
1684
- - Updated dependencies [6c63217c]
1685
- - @saas-ui/modals@2.0.0-next.13
1686
- - @saas-ui/theme@2.0.0-next.7
1687
- - @saas-ui/data-table@2.0.0-next.13
1688
- - @saas-ui/nprogress@2.0.0-next.2
1689
- - @saas-ui/hotkeys@2.0.0-next.11
1690
- - @saas-ui/forms@2.0.0-next.13
1691
- - @saas-ui/hooks@2.0.0-next.3
1692
- - @saas-ui/auth@2.0.0-next.13
1693
- - @saas-ui/core@2.0.0-next.11
1694
-
1695
- ## 2.0.0-next.12
1696
-
1697
- ### Patch Changes
1698
-
1699
- - a7ef6dd9: Fixed issue where types for exports were not detected
1700
- - Updated dependencies [a7ef6dd9]
1701
- - @saas-ui/forms@2.0.0-next.12
1702
- - @saas-ui/theme@2.0.0-next.6
1703
- - @saas-ui/core@2.0.0-next.10
1704
- - @saas-ui/auth@2.0.0-next.12
1705
- - @saas-ui/modals@2.0.0-next.12
1706
- - @saas-ui/data-table@2.0.0-next.12
1707
- - @saas-ui/hotkeys@2.0.0-next.10
1708
-
1709
- ## 2.0.0-next.11
1710
-
1711
- ### Patch Changes
1712
-
1713
- - Updated dependencies [5b9d90e8]
1714
- - @saas-ui/theme@2.0.0-next.5
1715
- - @saas-ui/core@2.0.0-next.9
1716
- - @saas-ui/auth@2.0.0-next.11
1717
- - @saas-ui/data-table@2.0.0-next.11
1718
- - @saas-ui/forms@2.0.0-next.11
1719
- - @saas-ui/hotkeys@2.0.0-next.9
1720
- - @saas-ui/modals@2.0.0-next.11
1721
-
1722
- ## 2.0.0-next.10
1723
-
1724
- ### Patch Changes
1725
-
1726
- - Updated dependencies [b521ce10]
1727
- - @saas-ui/theme@2.0.0-next.4
1728
- - @saas-ui/core@2.0.0-next.8
1729
- - @saas-ui/auth@2.0.0-next.10
1730
- - @saas-ui/data-table@2.0.0-next.10
1731
- - @saas-ui/forms@2.0.0-next.10
1732
- - @saas-ui/hotkeys@2.0.0-next.8
1733
- - @saas-ui/modals@2.0.0-next.10
1734
-
1735
- ## 2.0.0-next.9
1736
-
1737
- ### Minor Changes
1738
-
1739
- - 1177329d: Improved MenuDialog position on mobile
1740
- - 84e59fec: Added new createModals method to create typesafe modals managers with support for custom modals
1741
-
1742
- ### Patch Changes
1743
-
1744
- - 189190c6: Fix Card theme tokens
1745
- - Updated dependencies [84e59fec]
1746
- - Updated dependencies [189190c6]
1747
- - Updated dependencies [1177329d]
1748
- - Updated dependencies [84e59fec]
1749
- - Updated dependencies [1177329d]
1750
- - @saas-ui/forms@2.0.0-next.9
1751
- - @saas-ui/core@2.0.0-next.7
1752
- - @saas-ui/modals@2.0.0-next.9
1753
- - @saas-ui/auth@2.0.0-next.9
1754
- - @saas-ui/data-table@2.0.0-next.9
1755
- - @saas-ui/hotkeys@2.0.0-next.7
1756
-
1757
- ## 2.0.0-next.8
1758
-
1759
- ### Patch Changes
1760
-
1761
- - Updated dependencies [6d3f5717]
1762
- - @saas-ui/forms@2.0.0-next.8
1763
- - @saas-ui/auth@2.0.0-next.8
1764
- - @saas-ui/modals@2.0.0-next.8
1765
- - @saas-ui/data-table@2.0.0-next.8
1766
-
1767
- ## 2.0.0-next.7
1768
-
1769
- ### Patch Changes
1770
-
1771
- - Updated dependencies [7052dad3]
1772
- - @saas-ui/core@2.0.0-next.6
1773
- - @saas-ui/auth@2.0.0-next.7
1774
- - @saas-ui/data-table@2.0.0-next.7
1775
- - @saas-ui/forms@2.0.0-next.7
1776
- - @saas-ui/hotkeys@2.0.0-next.6
1777
- - @saas-ui/modals@2.0.0-next.7
1778
-
1779
- ## 2.0.0-next.6
1780
-
1781
- ### Major Changes
1782
-
1783
- - 37e38165: Auth forms can now be used standalone, to build custom solutions.
1784
- - 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
1785
- - 39e778d8: Form will now render AutoField by default when no children are passed.
1786
-
1787
- ### Minor Changes
1788
-
1789
- - 532011d6: Select can now supports theming using the SuiSelect theme config.
1790
- - 6dd737ce: Select field now renders invalid state.
1791
- - c85541cb: AutoForm field props can now be overridden using the fields prop on Form
1792
-
1793
- ### Patch Changes
1794
-
1795
- - Updated dependencies [37e38165]
1796
- - Updated dependencies [532011d6]
1797
- - Updated dependencies [532011d6]
1798
- - Updated dependencies [6dd737ce]
1799
- - Updated dependencies [c85541cb]
1800
- - Updated dependencies [39e778d8]
1801
- - @saas-ui/auth@2.0.0-next.6
1802
- - @saas-ui/forms@2.0.0-next.6
1803
- - @saas-ui/data-table@2.0.0-next.6
1804
- - @saas-ui/modals@2.0.0-next.6
1805
-
1806
- ## 2.0.0-next.5
1807
-
1808
- ### Major Changes
1809
-
1810
- - 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton
1811
-
1812
- ### Minor Changes
1813
-
1814
- - a8ea24da: PasswordInput now accepts leftAddon property.
1815
-
1816
- ### Patch Changes
1817
-
1818
- - Updated dependencies [a8ea24da]
1819
- - Updated dependencies [61b27fa6]
1820
- - @saas-ui/forms@2.0.0-next.5
1821
- - @saas-ui/core@2.0.0-next.5
1822
- - @saas-ui/auth@2.0.0-next.5
1823
- - @saas-ui/modals@2.0.0-next.5
1824
- - @saas-ui/data-table@2.0.0-next.5
1825
- - @saas-ui/hotkeys@2.0.0-next.5
1826
-
1827
- ## 2.0.0-next.4
1828
-
1829
- ### Major Changes
1830
-
1831
- - 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.
1832
- - 83f54180: Secondary button now uses solid variant and gray colorScheme.
1833
- - 83f54180: Renamed Loader to LoadingOverlay.
1834
-
1835
- ### Minor Changes
1836
-
1837
- - 83f54180: Added new tertiary button variant.
1838
- - 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed
1839
-
1840
- ### Patch Changes
1841
-
1842
- - ba61612f: Fixed useSnackbar return type, always returns toastId.
1843
- - 83f54180: Fix NavItem focus outline color.
1844
- - Updated dependencies [83f54180]
1845
- - Updated dependencies [ba61612f]
1846
- - Updated dependencies [83f54180]
1847
- - Updated dependencies [83f54180]
1848
- - Updated dependencies [83f54180]
1849
- - Updated dependencies [83f54180]
1850
- - Updated dependencies [27a68bca]
1851
- - @saas-ui/core@2.0.0-next.4
1852
- - @saas-ui/theme@2.0.0-next.3
1853
- - @saas-ui/hooks@2.0.0-next.2
1854
- - @saas-ui/auth@2.0.0-next.4
1855
- - @saas-ui/data-table@2.0.0-next.4
1856
- - @saas-ui/forms@2.0.0-next.4
1857
- - @saas-ui/hotkeys@2.0.0-next.4
1858
- - @saas-ui/modals@2.0.0-next.4
1859
-
1860
- ## 2.0.0-next.3
1861
-
1862
- ### Patch Changes
1863
-
1864
- - Updated dependencies [f79376c3]
1865
- - @saas-ui/theme@2.0.0-next.2
1866
- - @saas-ui/core@2.0.0-next.3
1867
- - @saas-ui/auth@2.0.0-next.3
1868
- - @saas-ui/data-table@2.0.0-next.3
1869
- - @saas-ui/forms@2.0.0-next.3
1870
- - @saas-ui/hotkeys@2.0.0-next.3
1871
- - @saas-ui/modals@2.0.0-next.3
1872
-
1873
- ## 2.0.0-next.2
1874
-
1875
- ### Major Changes
1876
-
1877
- - 0a11d7b6: Renamed Sidebar condensed variant to compact.
1878
- - 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.
1879
-
1880
- ### Minor Changes
1881
-
1882
- - 76887bda: AppShell now controls the Sidebar disclosure state.
1883
- - 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.
1884
-
1885
- ### Patch Changes
1886
-
1887
- - Updated dependencies [0a11d7b6]
1888
- - Updated dependencies [76887bda]
1889
- - Updated dependencies [76887bda]
1890
- - Updated dependencies [76887bda]
1891
- - @saas-ui/core@2.0.0-next.2
1892
- - @saas-ui/auth@2.0.0-next.2
1893
- - @saas-ui/data-table@2.0.0-next.2
1894
- - @saas-ui/forms@2.0.0-next.2
1895
- - @saas-ui/hotkeys@2.0.0-next.2
1896
- - @saas-ui/modals@2.0.0-next.2
1897
-
1898
- ## 2.0.0-next.1
1899
-
1900
- ### Patch Changes
1901
-
1902
- - 166978bd: Fix esm bundle filename.
1903
- - Updated dependencies [166978bd]
1904
- - @saas-ui/auth@2.0.0-next.1
1905
- - @saas-ui/core@2.0.0-next.1
1906
- - @saas-ui/data-table@2.0.0-next.1
1907
- - @saas-ui/forms@2.0.0-next.1
1908
- - @saas-ui/hooks@2.0.0-next.1
1909
- - @saas-ui/hotkeys@2.0.0-next.1
1910
- - @saas-ui/modals@2.0.0-next.1
1911
- - @saas-ui/nprogress@2.0.0-next.1
1912
- - @saas-ui/theme@2.0.0-next.1
1913
-
1914
- ## 2.0.0-next.0
1915
-
1916
- ### Major Changes
1917
-
1918
- - 772c9868: Updated to Tanstack ReactTable V8
1919
- - d7c87a31: Moved form resolvers into a separate package.
1920
- - f1e99198: BREAKING: createPalette no longer exported from @saas-ui/react
1921
- - 8b82d945: Renamed List to StructuredList
1922
- - 8b82d945: Removed button package.
1923
- - f34de7af: Moved Supabase and Magic auth services to separate packages.
1924
- - 3a15e8c8: Improve StructuredList API.
1925
- - f1e99198: Restructured packages.
1926
- - f3b09191: Removed Card component in favor of the new Chakra UI Card component.
1927
-
1928
- ### Minor Changes
1929
-
1930
- - e94ca3c0: Added TimeLine to core components.
1931
- - 7ce390e9: Added Sidebar to core packages.
1932
-
1933
- ### Patch Changes
1934
-
1935
- - f1e99198: Migrated from microbundle to tsup for builds
1936
- - Updated dependencies [772c9868]
1937
- - Updated dependencies [d7c87a31]
1938
- - Updated dependencies [e94ca3c0]
1939
- - Updated dependencies [f1e99198]
1940
- - Updated dependencies [8b82d945]
1941
- - Updated dependencies [f34de7af]
1942
- - Updated dependencies [3a15e8c8]
1943
- - Updated dependencies [f1e99198]
1944
- - @saas-ui/data-table@2.0.0-next.0
1945
- - @saas-ui/forms@2.0.0-next.0
1946
- - @saas-ui/core@2.0.0-next.0
1947
- - @saas-ui/auth@2.0.0-next.0
1948
- - @saas-ui/hooks@2.0.0-next.0
1949
- - @saas-ui/hotkeys@2.0.0-next.0
1950
- - @saas-ui/modals@2.0.0-next.0
1951
- - @saas-ui/nprogress@2.0.0-next.0
1952
- - @saas-ui/theme@2.0.0-next.0
1953
-
1954
- ## 1.9.3
1955
-
1956
- ### Patch Changes
1957
-
1958
- - Updated dependencies
1959
- - @saas-ui/app-shell@1.1.2
1960
- - @saas-ui/auth@1.7.6
1961
- - @saas-ui/banner@1.4.2
1962
- - @saas-ui/button@1.4.2
1963
- - @saas-ui/card@1.5.2
1964
- - @saas-ui/collapse@1.4.2
1965
- - @saas-ui/data-table@1.4.3
1966
- - @saas-ui/forms@1.5.5
1967
- - @saas-ui/hooks@1.2.2
1968
- - @saas-ui/hotkeys@1.4.2
1969
- - @saas-ui/input-right-button@1.4.2
1970
- - @saas-ui/layout@1.4.3
1971
- - @saas-ui/list@1.4.2
1972
- - @saas-ui/menu@1.4.3
1973
- - @saas-ui/modals@1.5.7
1974
- - @saas-ui/nprogress@1.4.2
1975
- - @saas-ui/number-input@1.4.2
1976
- - @saas-ui/palette@1.3.2
1977
- - @saas-ui/password-input@1.4.2
1978
- - @saas-ui/persona@1.4.2
1979
- - @saas-ui/pin-input@1.4.2
1980
- - @saas-ui/property@1.4.2
1981
- - @saas-ui/provider@1.2.3
1982
- - @saas-ui/radio@1.4.3
1983
- - @saas-ui/search-input@1.4.2
1984
- - @saas-ui/select@1.4.2
1985
- - @saas-ui/snackbar@1.2.2
1986
- - @saas-ui/stepper@1.4.2
1987
- - @saas-ui/theme@1.8.2
1988
-
1989
- ## 1.9.2
1990
-
1991
- ### Patch Changes
1992
-
1993
- - b2302a3: Add types to package.json exports
1994
- - Updated dependencies [f9234fc]
1995
- - Updated dependencies [b2302a3]
1996
- - @saas-ui/persona@1.4.1
1997
- - @saas-ui/app-shell@1.1.1
1998
- - @saas-ui/auth@1.7.5
1999
- - @saas-ui/banner@1.4.1
2000
- - @saas-ui/button@1.4.1
2001
- - @saas-ui/card@1.5.1
2002
- - @saas-ui/collapse@1.4.1
2003
- - @saas-ui/data-table@1.4.2
2004
- - @saas-ui/forms@1.5.4
2005
- - @saas-ui/hooks@1.2.1
2006
- - @saas-ui/hotkeys@1.4.1
2007
- - @saas-ui/input-right-button@1.4.1
2008
- - @saas-ui/layout@1.4.2
2009
- - @saas-ui/list@1.4.1
2010
- - @saas-ui/menu@1.4.2
2011
- - @saas-ui/modals@1.5.6
2012
- - @saas-ui/nprogress@1.4.1
2013
- - @saas-ui/number-input@1.4.1
2014
- - @saas-ui/palette@1.3.1
2015
- - @saas-ui/password-input@1.4.1
2016
- - @saas-ui/pin-input@1.4.1
2017
- - @saas-ui/property@1.4.1
2018
- - @saas-ui/provider@1.2.2
2019
- - @saas-ui/radio@1.4.2
2020
- - @saas-ui/search-input@1.4.1
2021
- - @saas-ui/select@1.4.1
2022
- - @saas-ui/snackbar@1.2.1
2023
- - @saas-ui/stepper@1.4.1
2024
- - @saas-ui/theme@1.8.1
2025
-
2026
- ## 1.9.1
2027
-
2028
- ### Patch Changes
2029
-
2030
- - 382e095: InputRightButton no longer exported from forms package to prevent conflicts.
2031
- - Updated dependencies [382e095]
2032
- - @saas-ui/forms@1.5.3
2033
- - @saas-ui/auth@1.7.4
2034
- - @saas-ui/modals@1.5.5
2035
-
2036
- ## 1.9.0
2037
-
2038
- ### Minor Changes
2039
-
2040
- - aea16c7: BREAKING: Improved Sidebar behavior and theme. Remove deprecated label prop on NavItem.
2041
-
2042
- ### Patch Changes
2043
-
2044
- - Updated dependencies [aea16c7]
2045
- - @saas-ui/theme@1.8.0
2046
- - @saas-ui/provider@1.2.1
2047
- - @saas-ui/layout@1.4.1
2048
- - @saas-ui/menu@1.4.1
2049
- - @saas-ui/auth@1.7.3
2050
- - @saas-ui/data-table@1.4.1
2051
- - @saas-ui/modals@1.5.4
2052
-
2053
- ## 1.8.3
2054
-
2055
- ### Patch Changes
2056
-
2057
- - fc2581b: Fix issue where ConfirmDialog label could not be changed.
2058
- - Updated dependencies [fc2581b]
2059
- - @saas-ui/modals@1.5.3
2060
-
2061
- ## 1.8.2
2062
-
2063
- ### Patch Changes
2064
-
2065
- - d424898: Prevent input error in FormDialog to block cancel/close the modal.
2066
- - Updated dependencies [d424898]
2067
- - Updated dependencies [335acba]
2068
- - @saas-ui/modals@1.5.2
2069
- - @saas-ui/forms@1.5.2
2070
- - @saas-ui/radio@1.4.1
2071
- - @saas-ui/auth@1.7.2
2072
-
2073
- ## 1.8.1
2074
-
2075
- ### Patch Changes
2076
-
2077
- - bff22b0: Removed deprecated type
2078
- - Updated dependencies [bff22b0]
2079
- - @saas-ui/forms@1.5.1
2080
- - @saas-ui/auth@1.7.1
2081
- - @saas-ui/modals@1.5.1
2082
-
2083
- ## 1.8.0
2084
-
2085
- ### Minor Changes
2086
-
2087
- - 1f074c98: Upgrade to Chakra 2.4.8. Using .mjs for esm bundles.
2088
-
2089
- ### Patch Changes
2090
-
2091
- - Updated dependencies [1f074c98]
2092
- - @saas-ui/app-shell@1.1.0
2093
- - @saas-ui/auth@1.7.0
2094
- - @saas-ui/banner@1.4.0
2095
- - @saas-ui/button@1.4.0
2096
- - @saas-ui/card@1.5.0
2097
- - @saas-ui/collapse@1.4.0
2098
- - @saas-ui/data-table@1.4.0
2099
- - @saas-ui/forms@1.5.0
2100
- - @saas-ui/hooks@1.2.0
2101
- - @saas-ui/hotkeys@1.4.0
2102
- - @saas-ui/input-right-button@1.4.0
2103
- - @saas-ui/layout@1.4.0
2104
- - @saas-ui/list@1.4.0
2105
- - @saas-ui/menu@1.4.0
2106
- - @saas-ui/modals@1.5.0
2107
- - @saas-ui/nprogress@1.4.0
2108
- - @saas-ui/number-input@1.4.0
2109
- - @saas-ui/palette@1.3.0
2110
- - @saas-ui/password-input@1.4.0
2111
- - @saas-ui/persona@1.4.0
2112
- - @saas-ui/pin-input@1.4.0
2113
- - @saas-ui/property@1.4.0
2114
- - @saas-ui/provider@1.2.0
2115
- - @saas-ui/radio@1.4.0
2116
- - @saas-ui/search-input@1.4.0
2117
- - @saas-ui/select@1.4.0
2118
- - @saas-ui/snackbar@1.2.0
2119
- - @saas-ui/stepper@1.4.0
2120
- - @saas-ui/theme@1.7.0
2121
-
2122
- ## 1.7.4
2123
-
2124
- ### Patch Changes
2125
-
2126
- - 523b5ca: Fixed default value for Switch fields.
2127
- - a050ea1: Support disable sorting on individual columns in DataTable
2128
- - c8f7b32: Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished.
2129
- - Updated dependencies [523b5ca]
2130
- - Updated dependencies [a050ea1]
2131
- - Updated dependencies [c8f7b32]
2132
- - @saas-ui/forms@1.4.2
2133
- - @saas-ui/data-table@1.3.3
2134
- - @saas-ui/modals@1.4.3
2135
- - @saas-ui/auth@1.6.4
2136
-
2137
- ## 1.7.3
2138
-
2139
- ### Patch Changes
2140
-
2141
- - Updated dependencies [91fbab7]
2142
- - @saas-ui/auth@1.6.3
2143
-
2144
- ## 1.7.2
2145
-
2146
- ### Patch Changes
2147
-
2148
- - Updated dependencies [69d328f]
2149
- - Updated dependencies [2b14fa2]
2150
- - @saas-ui/theme@1.6.2
2151
- - @saas-ui/auth@1.6.2
2152
- - @saas-ui/provider@1.1.8
2153
- - @saas-ui/layout@1.3.2
2154
- - @saas-ui/menu@1.3.2
2155
- - @saas-ui/data-table@1.3.2
2156
- - @saas-ui/modals@1.4.2
2157
-
2158
- ## 1.7.1
2159
-
2160
- ### Patch Changes
2161
-
2162
- - Updated dependencies [7cf5223]
2163
- - @saas-ui/theme@1.6.1
2164
- - @saas-ui/forms@1.4.1
2165
- - @saas-ui/stepper@1.3.1
2166
- - @saas-ui/provider@1.1.7
2167
- - @saas-ui/auth@1.6.1
2168
- - @saas-ui/modals@1.4.1
2169
- - @saas-ui/layout@1.3.1
2170
- - @saas-ui/menu@1.3.1
2171
- - @saas-ui/data-table@1.3.1
2172
-
2173
- ## 1.7.0
2174
-
2175
- ### Minor Changes
2176
-
2177
- - e670761: AppShell is out of beta and now part of the core.
2178
- - d92f516: Updated to Chakra UI 2.4.1
2179
-
2180
- ### Patch Changes
2181
-
2182
- - Updated dependencies [d92f516]
2183
- - Updated dependencies [e670761]
2184
- - @saas-ui/app-shell@1.0.0
2185
- - @saas-ui/auth@1.6.0
2186
- - @saas-ui/banner@1.3.0
2187
- - @saas-ui/button@1.3.0
2188
- - @saas-ui/card@1.4.0
2189
- - @saas-ui/collapse@1.3.0
2190
- - @saas-ui/data-table@1.3.0
2191
- - @saas-ui/forms@1.4.0
2192
- - @saas-ui/hotkeys@1.3.0
2193
- - @saas-ui/input-right-button@1.3.0
2194
- - @saas-ui/layout@1.3.0
2195
- - @saas-ui/list@1.3.0
2196
- - @saas-ui/menu@1.3.0
2197
- - @saas-ui/modals@1.4.0
2198
- - @saas-ui/nprogress@1.3.0
2199
- - @saas-ui/number-input@1.3.0
2200
- - @saas-ui/password-input@1.3.0
2201
- - @saas-ui/persona@1.3.0
2202
- - @saas-ui/pin-input@1.3.0
2203
- - @saas-ui/property@1.3.0
2204
- - @saas-ui/radio@1.3.0
2205
- - @saas-ui/search-input@1.3.0
2206
- - @saas-ui/select@1.3.0
2207
- - @saas-ui/stepper@1.3.0
2208
- - @saas-ui/theme@1.6.0
2209
- - @saas-ui/provider@1.1.6
2210
-
2211
- ## 1.6.2
2212
-
2213
- ### Patch Changes
2214
-
2215
- - 7b426e8: Fixed issue where PersonaAvatar would throw an error when unsupported presence value is passed.
2216
- - Updated dependencies [7b426e8]
2217
- - Updated dependencies [0a77fc0]
2218
- - Updated dependencies [bc1f403]
2219
- - @saas-ui/persona@1.2.1
2220
- - @saas-ui/theme@1.5.0
2221
- - @saas-ui/provider@1.1.5
2222
- - @saas-ui/layout@1.2.2
2223
- - @saas-ui/menu@1.2.2
2224
- - @saas-ui/auth@1.5.2
2225
- - @saas-ui/data-table@1.2.2
2226
- - @saas-ui/modals@1.3.3
2227
-
2228
- ## 1.6.1
2229
-
2230
- ### Patch Changes
2231
-
2232
- - @saas-ui/forms@1.3.1
2233
- - @saas-ui/stepper@1.2.1
2234
- - @saas-ui/auth@1.5.1
2235
- - @saas-ui/modals@1.3.2
2236
-
2237
- ## 1.6.0
2238
-
2239
- ### Minor Changes
2240
-
2241
- - 065e94d: Supabase auth service updated to v2, thanks to @KeKs0r
2242
-
2243
- ### Patch Changes
2244
-
2245
- - 065e94d: Improved usePromise type signature.
2246
- - Updated dependencies [065e94d]
2247
- - Updated dependencies [065e94d]
2248
- - Updated dependencies [065e94d]
2249
- - @saas-ui/hooks@1.1.2
2250
- - @saas-ui/auth@1.5.0
2251
- - @saas-ui/provider@1.1.4
2252
- - @saas-ui/layout@1.2.1
2253
- - @saas-ui/menu@1.2.1
2254
- - @saas-ui/data-table@1.2.1
2255
- - @saas-ui/modals@1.3.1
2256
-
2257
- ## 1.5.0
2258
-
2259
- ### Minor Changes
2260
-
2261
- - 466b3ca: Updated to Chakra UI 2.3.6
2262
-
2263
- ### Patch Changes
2264
-
2265
- - Updated dependencies [466b3ca]
2266
- - @saas-ui/auth@1.4.0
2267
- - @saas-ui/banner@1.2.0
2268
- - @saas-ui/button@1.2.0
2269
- - @saas-ui/card@1.3.0
2270
- - @saas-ui/collapse@1.2.0
2271
- - @saas-ui/data-table@1.2.0
2272
- - @saas-ui/forms@1.3.0
2273
- - @saas-ui/hotkeys@1.2.0
2274
- - @saas-ui/input-right-button@1.2.0
2275
- - @saas-ui/layout@1.2.0
2276
- - @saas-ui/list@1.2.0
2277
- - @saas-ui/menu@1.2.0
2278
- - @saas-ui/modals@1.3.0
2279
- - @saas-ui/nprogress@1.2.0
2280
- - @saas-ui/number-input@1.2.0
2281
- - @saas-ui/palette@1.2.0
2282
- - @saas-ui/password-input@1.2.0
2283
- - @saas-ui/persona@1.2.0
2284
- - @saas-ui/pin-input@1.2.0
2285
- - @saas-ui/property@1.2.0
2286
- - @saas-ui/radio@1.2.0
2287
- - @saas-ui/search-input@1.2.0
2288
- - @saas-ui/select@1.2.0
2289
- - @saas-ui/stepper@1.2.0
2290
- - @saas-ui/theme@1.4.0
2291
- - @saas-ui/provider@1.1.3
2292
-
2293
- ## 1.4.5
2294
-
2295
- ### Patch Changes
2296
-
2297
- - Updated dependencies [fd41596]
2298
- - @saas-ui/theme@1.3.1
2299
- - @saas-ui/provider@1.1.2
2300
- - @saas-ui/layout@1.1.2
2301
- - @saas-ui/menu@1.1.2
2302
- - @saas-ui/auth@1.3.4
2303
- - @saas-ui/data-table@1.1.2
2304
- - @saas-ui/modals@1.2.4
2305
-
2306
- ## 1.4.4
2307
-
2308
- ### Patch Changes
2309
-
2310
- - d690b18: Export all Snackbar types. (#88)
2311
- - ad47180: FormStepper now supports theming props.
2312
- - Updated dependencies [d690b18]
2313
- - Updated dependencies [ad47180]
2314
- - @saas-ui/snackbar@1.1.1
2315
- - @saas-ui/forms@1.2.2
2316
- - @saas-ui/auth@1.3.3
2317
- - @saas-ui/modals@1.2.3
2318
-
2319
- ## 1.4.3
2320
-
2321
- ### Patch Changes
2322
-
2323
- - 1195fc2: SearchInput reset button is now working when uncontrolled.
2324
- - Updated dependencies [1195fc2]
2325
- - @saas-ui/search-input@1.1.1
2326
- - @saas-ui/hotkeys@1.1.2
2327
-
2328
- ## 1.4.2
2329
-
2330
- ### Patch Changes
2331
-
2332
- - b88c087: Added missing onChange handler on FormDialog, thanks to @eliandersoh
2333
- - 62f3d4c: AuthProvider / useAuth now accept a generic User type to support custom user types.
2334
- - 62f3d4c: User.email now is optional
2335
- - Updated dependencies [b88c087]
2336
- - Updated dependencies [62f3d4c]
2337
- - Updated dependencies [62f3d4c]
2338
- - @saas-ui/modals@1.2.2
2339
- - @saas-ui/auth@1.3.2
2340
-
2341
- ## 1.4.1
2342
-
2343
- ### Patch Changes
2344
-
2345
- - dfd61ed: Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.
2346
- - Updated dependencies [dfd61ed]
2347
- - Updated dependencies [0d83ca5]
2348
- - Updated dependencies [40a9465]
2349
- - Updated dependencies [40a9465]
2350
- - @saas-ui/forms@1.2.1
2351
- - @saas-ui/theme@1.3.0
2352
- - @saas-ui/collapse@1.1.1
2353
- - @saas-ui/auth@1.3.1
2354
- - @saas-ui/modals@1.2.1
2355
- - @saas-ui/provider@1.1.1
2356
- - @saas-ui/stepper@1.1.2
2357
- - @saas-ui/layout@1.1.1
2358
- - @saas-ui/menu@1.1.1
2359
- - @saas-ui/data-table@1.1.1
2360
-
2361
- ## 1.4.0
2362
-
2363
- ### Minor Changes
2364
-
2365
- - d003608: Form now accepts a render function with form state props.
2366
- - d003608: Re-export all React Hook Form types and hooks
2367
- - d003608: New onChange prop for Form that triggers when the form state is changed.
2368
-
2369
- ### Patch Changes
2370
-
2371
- - Updated dependencies [d003608]
2372
- - Updated dependencies [d003608]
2373
- - Updated dependencies [d003608]
2374
- - @saas-ui/auth@1.3.0
2375
- - @saas-ui/forms@1.2.0
2376
- - @saas-ui/modals@1.2.0
2377
-
2378
- ## 1.3.3
2379
-
2380
- ### Patch Changes
2381
-
2382
- - b7f169b: Removed fontSize from HotkeysListItem base styles.
2383
- - 935a47c: useLocalStorage now returns the correct type.
2384
- - bef671d: Field variant now passed down to the internal Input.
2385
- - Updated dependencies [b7f169b]
2386
- - Updated dependencies [935a47c]
2387
- - Updated dependencies [bef671d]
2388
- - @saas-ui/hotkeys@1.1.1
2389
- - @saas-ui/hooks@1.1.1
2390
- - @saas-ui/forms@1.1.2
2391
- - @saas-ui/auth@1.2.2
2392
- - @saas-ui/modals@1.1.2
2393
-
2394
- ## 1.3.2
2395
-
2396
- ### Patch Changes
2397
-
2398
- - Updated dependencies
2399
- - @saas-ui/collapse@1.1.0
2400
- - @saas-ui/stepper@1.1.1
2401
- - @saas-ui/forms@1.1.1
2402
- - @saas-ui/auth@1.2.1
2403
- - @saas-ui/modals@1.1.1
2404
-
2405
- ## 1.3.1
2406
-
2407
- ### Patch Changes
2408
-
2409
- - Updated dependencies
2410
- - @saas-ui/card@1.2.0
2411
-
2412
- ## 1.3.0
2413
-
2414
- ### Minor Changes
2415
-
2416
- - f6ec7dc: Fixed issue where Next.js would not resolve Chakra UI components correctly.
2417
-
2418
- ### Patch Changes
2419
-
2420
- - be064d7: Only show list item outline when it is focused with keyboard nav
2421
- - Updated dependencies [f6ec7dc]
2422
- - Updated dependencies [be064d7]
2423
- - @saas-ui/auth@1.2.0
2424
- - @saas-ui/banner@1.1.0
2425
- - @saas-ui/button@1.1.0
2426
- - @saas-ui/card@1.1.0
2427
- - @saas-ui/data-table@1.1.0
2428
- - @saas-ui/forms@1.1.0
2429
- - @saas-ui/hooks@1.1.0
2430
- - @saas-ui/hotkeys@1.1.0
2431
- - @saas-ui/input-right-button@1.1.0
2432
- - @saas-ui/layout@1.1.0
2433
- - @saas-ui/list@1.1.0
2434
- - @saas-ui/menu@1.1.0
2435
- - @saas-ui/modals@1.1.0
2436
- - @saas-ui/nprogress@1.1.0
2437
- - @saas-ui/number-input@1.1.0
2438
- - @saas-ui/palette@1.1.0
2439
- - @saas-ui/password-input@1.1.0
2440
- - @saas-ui/persona@1.1.0
2441
- - @saas-ui/pin-input@1.1.0
2442
- - @saas-ui/property@1.1.0
2443
- - @saas-ui/provider@1.1.0
2444
- - @saas-ui/radio@1.1.0
2445
- - @saas-ui/search-input@1.1.0
2446
- - @saas-ui/select@1.1.0
2447
- - @saas-ui/snackbar@1.1.0
2448
- - @saas-ui/stepper@1.1.0
2449
- - @saas-ui/theme@1.2.0
2450
-
2451
- ## 1.2.2
2452
-
2453
- ### Patch Changes
2454
-
2455
- - Updated dependencies [d88b04d]
2456
- - @saas-ui/hooks@1.0.2
2457
- - @saas-ui/auth@1.1.2
2458
-
2459
- ## 1.2.1
2460
-
2461
- ### Patch Changes
2462
-
2463
- - Fall back to label prop in password forms
2464
- - Updated dependencies
2465
- - @saas-ui/auth@1.1.1
2466
-
2467
- ## 1.2.0
2468
-
2469
- ### Minor Changes
2470
-
2471
- - 1ff5f3a: Auth forms field labels can now be customized, thanks to @nadiles.
2472
-
2473
- ### Patch Changes
2474
-
2475
- - e14c2e1: Make sure FormStep onSubmit does not throw an error when no promise is returned.
2476
- - 273c10d: Fixed a typo in the AuthForm styles provider.
2477
- - 8d03628: PasswordInput width now applied to the FormGroup element.
2478
- - Updated dependencies [1ff5f3a]
2479
- - Updated dependencies [e14c2e1]
2480
- - Updated dependencies [273c10d]
2481
- - Updated dependencies [8d03628]
2482
- - @saas-ui/auth@1.1.0
2483
- - @saas-ui/forms@1.0.3
2484
- - @saas-ui/password-input@1.0.2
2485
- - @saas-ui/modals@1.0.5
2486
-
2487
- ## 1.1.2
2488
-
2489
- ### Patch Changes
2490
-
2491
- - Updated dependencies [7bb5d3f]
2492
- - @saas-ui/provider@1.0.2
2493
- - @saas-ui/layout@1.0.2
2494
- - @saas-ui/menu@1.0.2
2495
- - @saas-ui/auth@1.0.5
2496
- - @saas-ui/data-table@1.0.2
2497
- - @saas-ui/modals@1.0.4
2498
-
2499
- ## 1.1.1
2500
-
2501
- ### Patch Changes
2502
-
2503
- - 7298059: Added new useSteps hook.
2504
- - Updated dependencies [7298059]
2505
- - @saas-ui/hooks@1.0.1
2506
- - @saas-ui/auth@1.0.4
2507
-
2508
- ## 1.1.0
2509
-
2510
- ### Minor Changes
2511
-
2512
- - 2c058b4: The Saas UI theme now uses InterVariable instead of Inter by default.
2513
-
2514
- ### Patch Changes
2515
-
2516
- - Updated dependencies [2c058b4]
2517
- - Updated dependencies [cf99f38]
2518
- - @saas-ui/theme@1.1.0
2519
- - @saas-ui/hotkeys@1.0.1
2520
- - @saas-ui/provider@1.0.1
2521
- - @saas-ui/layout@1.0.1
2522
- - @saas-ui/menu@1.0.1
2523
- - @saas-ui/auth@1.0.3
2524
- - @saas-ui/data-table@1.0.1
2525
- - @saas-ui/modals@1.0.3
2526
-
2527
- ## 1.0.2
2528
-
2529
- ### Patch Changes
2530
-
2531
- - Updated dependencies [fe754e6]
2532
- - Updated dependencies [fe1e333]
2533
- - @saas-ui/forms@1.0.2
2534
- - @saas-ui/input-right-button@1.0.1
2535
- - @saas-ui/auth@1.0.2
2536
- - @saas-ui/modals@1.0.2
2537
- - @saas-ui/password-input@1.0.1
2538
-
2539
- ## 1.0.1
2540
-
2541
- ### Patch Changes
2542
-
2543
- - fe10fc8: BannerContent flexDirection set to column on small screens.
2544
- - 3ce1dee: Support JSONSchema title in field resolvers
2545
- - 150efb2: Select field focus styles now consistent with Input fields.
2546
- - 4a37ca7: Fixed @chakra-ui/system dependency version.
2547
- - Updated dependencies [fe10fc8]
2548
- - Updated dependencies [3ce1dee]
2549
- - Updated dependencies [150efb2]
2550
- - Updated dependencies [3f928c2]
2551
- - @saas-ui/banner@1.0.1
2552
- - @saas-ui/forms@1.0.1
2553
- - @saas-ui/modals@1.0.1
2554
- - @saas-ui/auth@1.0.1
2555
-
2556
- ## 1.0.0
2557
-
2558
- ### Major Changes
2559
-
2560
- - 3ae6be1: breaking: Updated to Chakra UI 2.1
2561
- - 3ae6be1: breaking: React 18 support.
2562
- - 532a7d4: Updated to Chakra UI 2.2.1
2563
-
2564
- ### Patch Changes
2565
-
2566
- - 68c7b62: Card now has a isHoverable property to support hover styles.
2567
- - c8621b8: NativeSelect now accepts chilren and doesn't throw if no options are passed.
2568
- - fca06e4: Added Json Schema (ajv) support for AutoForm.
2569
- - da3c4e4: Added ErrorBoundary component.
2570
- - de0dce2: Scale reset button icon based on the input size.
2571
- - 6cc9343: Add exports entry for ajv
2572
- - 15c3960: Re-publish.
2573
- - 1744543: Updated dependencies.
2574
- - bd3438d: FormStep now supports an onSubmit handler.
2575
- - 6133901: No longer passing down label to input fields.
2576
- - dc6376f: Updated all readme files, added better descriptions and links to docs and source code.
2577
- - 43dff99: Option labels are now optional.
2578
- - 4bb613c: Added new RouterProvider and useActivePath now uses Router context.
2579
- - d4afda3: ArrayFieldRowFields now accepts all FormLayout props (#48).
2580
- - 9e9c601: Stepper now accepts an onChange handler.
2581
- - ddec417: ArrayField no longer passing down items to the container element.
2582
- - 43dff99: Field is now correctly typed based on the field type.
2583
- - 5a1b92b: Fix vertical orientation for FormStepper.
2584
- - 1fdf52a: Modern bundles now use .mjs extension.
2585
- - 38f7171: #50 - Fixed StepForm render prop types.
2586
- - 2ec8c91: Fixed vertical divider rendering incorrectly.
2587
- - 8f3f948: Removed redundant ThemeProvider / CSSReset and GlobalStyles components.
2588
- - 5f80cea: AutoForm now renders children.
2589
- - 532a7d4: Fixed all theme onconsistencies.
2590
- - 42beaa4: Added missing dependency.
2591
- - 3dee538: Spacing between pin inputs can now be configured.
2592
- - 1c247cb: InputField now has type="text" by default.
2593
- - 07491fd: ContextMenu now passing down all props to the internal Menu.
2594
- - d1fb472: Select now renders a hidden input with the current value.
2595
- - 870db1f: New primary and secondary Button variant.
2596
- - 68f5d3b: Removed isPrimary and isSecondary Button properties, use variant="primary" instead.
2597
- - Updated dependencies [68c7b62]
2598
- - Updated dependencies [3ae6be1]
2599
- - Updated dependencies [c8621b8]
2600
- - Updated dependencies [fca06e4]
2601
- - Updated dependencies [de0dce2]
2602
- - Updated dependencies [6cc9343]
2603
- - Updated dependencies [15c3960]
2604
- - Updated dependencies [532a7d4]
2605
- - Updated dependencies [1744543]
2606
- - Updated dependencies [bd3438d]
2607
- - Updated dependencies [6133901]
2608
- - Updated dependencies [a8fa78a]
2609
- - Updated dependencies [dc6376f]
2610
- - Updated dependencies [43dff99]
2611
- - Updated dependencies [87d3fdc]
2612
- - Updated dependencies [ae47cbd]
2613
- - Updated dependencies [4bb613c]
2614
- - Updated dependencies [d4afda3]
2615
- - Updated dependencies [9e9c601]
2616
- - Updated dependencies [ddec417]
2617
- - Updated dependencies [a134a6f]
2618
- - Updated dependencies [1db5bf9]
2619
- - Updated dependencies [4fc04d7]
2620
- - Updated dependencies [43dff99]
2621
- - Updated dependencies [5a1b92b]
2622
- - Updated dependencies [1fdf52a]
2623
- - Updated dependencies [1744543]
2624
- - Updated dependencies [7a16ef7]
2625
- - Updated dependencies [38f7171]
2626
- - Updated dependencies [a134a6f]
2627
- - Updated dependencies [9043639]
2628
- - Updated dependencies [8f3f948]
2629
- - Updated dependencies [5f80cea]
2630
- - Updated dependencies [532a7d4]
2631
- - Updated dependencies [42beaa4]
2632
- - Updated dependencies [3dee538]
2633
- - Updated dependencies [1c247cb]
2634
- - Updated dependencies [07491fd]
2635
- - Updated dependencies [d1fb472]
2636
- - Updated dependencies [870db1f]
2637
- - Updated dependencies [3ae6be1]
2638
- - Updated dependencies [4fd1fb3]
2639
- - Updated dependencies [68f5d3b]
2640
- - @saas-ui/card@1.0.0
2641
- - @saas-ui/auth@1.0.0
2642
- - @saas-ui/banner@1.0.0
2643
- - @saas-ui/button@1.0.0
2644
- - @saas-ui/collapse@1.0.0
2645
- - @saas-ui/data-table@1.0.0
2646
- - @saas-ui/forms@1.0.0
2647
- - @saas-ui/hooks@1.0.0
2648
- - @saas-ui/hotkeys@1.0.0
2649
- - @saas-ui/input-right-button@1.0.0
2650
- - @saas-ui/layout@1.0.0
2651
- - @saas-ui/list@1.0.0
2652
- - @saas-ui/menu@1.0.0
2653
- - @saas-ui/modals@1.0.0
2654
- - @saas-ui/nprogress@1.0.0
2655
- - @saas-ui/number-input@1.0.0
2656
- - @saas-ui/palette@1.0.0
2657
- - @saas-ui/password-input@1.0.0
2658
- - @saas-ui/persona@1.0.0
2659
- - @saas-ui/pin-input@1.0.0
2660
- - @saas-ui/property@1.0.0
2661
- - @saas-ui/provider@1.0.0
2662
- - @saas-ui/radio@1.0.0
2663
- - @saas-ui/search-input@1.0.0
2664
- - @saas-ui/select@1.0.0
2665
- - @saas-ui/snackbar@1.0.0
2666
- - @saas-ui/stepper@1.0.0
2667
- - @saas-ui/theme@1.0.0
2668
-
2669
- ## 1.0.0-rc.15
2670
-
2671
- ### Patch Changes
2672
-
2673
- - Updated dependencies
2674
- - @saas-ui/theme@1.0.0-rc.5
2675
- - @saas-ui/provider@1.0.0-rc.8
2676
- - @saas-ui/layout@1.0.0-rc.8
2677
- - @saas-ui/menu@1.0.0-rc.8
2678
- - @saas-ui/auth@1.0.0-rc.14
2679
- - @saas-ui/data-table@1.0.0-rc.8
2680
- - @saas-ui/modals@1.0.0-rc.13
2681
-
2682
- ## 1.0.0-rc.14
2683
-
2684
- ### Patch Changes
2685
-
2686
- - Updated dependencies [a134a6f]
2687
- - Updated dependencies [a134a6f]
2688
- - @saas-ui/hotkeys@1.0.0-rc.5
2689
- - @saas-ui/collapse@1.0.0-rc.5
2690
- - @saas-ui/stepper@1.0.0-rc.6
2691
- - @saas-ui/forms@1.0.0-rc.12
2692
- - @saas-ui/auth@1.0.0-rc.13
2693
- - @saas-ui/modals@1.0.0-rc.12
2694
-
2695
- ## 1.0.0-rc.13
2696
-
2697
- ### Patch Changes
2698
-
2699
- - 1744543: Updated dependencies.
2700
- - Updated dependencies [1744543]
2701
- - Updated dependencies [1744543]
2702
- - @saas-ui/auth@1.0.0-rc.12
2703
- - @saas-ui/banner@1.0.0-rc.5
2704
- - @saas-ui/button@1.0.0-rc.5
2705
- - @saas-ui/card@1.0.0-rc.5
2706
- - @saas-ui/collapse@1.0.0-rc.4
2707
- - @saas-ui/data-table@1.0.0-rc.7
2708
- - @saas-ui/forms@1.0.0-rc.11
2709
- - @saas-ui/hooks@1.0.0-rc.4
2710
- - @saas-ui/hotkeys@1.0.0-rc.4
2711
- - @saas-ui/input-right-button@1.0.0-rc.5
2712
- - @saas-ui/layout@1.0.0-rc.7
2713
- - @saas-ui/list@1.0.0-rc.5
2714
- - @saas-ui/menu@1.0.0-rc.7
2715
- - @saas-ui/modals@1.0.0-rc.11
2716
- - @saas-ui/nprogress@1.0.0-rc.4
2717
- - @saas-ui/number-input@1.0.0-rc.4
2718
- - @saas-ui/palette@1.0.0-rc.4
2719
- - @saas-ui/password-input@1.0.0-rc.5
2720
- - @saas-ui/persona@1.0.0-rc.6
2721
- - @saas-ui/pin-input@1.0.0-rc.5
2722
- - @saas-ui/property@1.0.0-rc.6
2723
- - @saas-ui/provider@1.0.0-rc.7
2724
- - @saas-ui/radio@1.0.0-rc.4
2725
- - @saas-ui/search-input@1.0.0-rc.4
2726
- - @saas-ui/select@1.0.0-rc.4
2727
- - @saas-ui/snackbar@1.0.0-rc.4
2728
- - @saas-ui/stepper@1.0.0-rc.5
2729
- - @saas-ui/theme@1.0.0-rc.4
2730
-
2731
- ## 1.0.0-rc.12
2732
-
2733
- ### Patch Changes
2734
-
2735
- - Added missing dependency.
2736
- - Updated dependencies
2737
- - @saas-ui/persona@1.0.0-rc.5
2738
-
2739
- ## 1.0.0-rc.11
2740
-
2741
- ### Patch Changes
2742
-
2743
- - da3c4e4: Added ErrorBoundary component.
2744
- - bd3438d: FormStep now supports an onSubmit handler.
2745
- - 2ec8c91: Fixed vertical divider rendering incorrectly.
2746
- - Updated dependencies [bd3438d]
2747
- - Updated dependencies [ae47cbd]
2748
- - @saas-ui/forms@1.0.0-rc.10
2749
- - @saas-ui/property@1.0.0-rc.5
2750
- - @saas-ui/provider@1.0.0-rc.6
2751
- - @saas-ui/auth@1.0.0-rc.11
2752
- - @saas-ui/modals@1.0.0-rc.10
2753
- - @saas-ui/layout@1.0.0-rc.6
2754
- - @saas-ui/menu@1.0.0-rc.6
2755
- - @saas-ui/data-table@1.0.0-rc.6
2756
-
2757
- ## 1.0.0-rc.10
2758
-
2759
- ### Patch Changes
2760
-
2761
- - 68c7b62: Card now has a isHoverable property to support hover styles.
2762
- - 43dff99: Option labels are now optional.
2763
- - d4afda3: ArrayFieldRowFields now accepts all FormLayout props (#48).
2764
- - 43dff99: Field is now correctly typed based on the field type.
2765
- - 38f7171: #50 - Fixed StepForm render prop types.
2766
- - 870db1f: New primary and secondary Button variant.
2767
- - Updated dependencies [68c7b62]
2768
- - Updated dependencies [43dff99]
2769
- - Updated dependencies [87d3fdc]
2770
- - Updated dependencies [d4afda3]
2771
- - Updated dependencies [43dff99]
2772
- - Updated dependencies [38f7171]
2773
- - Updated dependencies [870db1f]
2774
- - @saas-ui/card@1.0.0-rc.4
2775
- - @saas-ui/forms@1.0.0-rc.9
2776
- - @saas-ui/provider@1.0.0-rc.5
2777
- - @saas-ui/button@1.0.0-rc.4
2778
- - @saas-ui/auth@1.0.0-rc.10
2779
- - @saas-ui/modals@1.0.0-rc.9
2780
- - @saas-ui/layout@1.0.0-rc.5
2781
- - @saas-ui/menu@1.0.0-rc.5
2782
- - @saas-ui/banner@1.0.0-rc.4
2783
- - @saas-ui/input-right-button@1.0.0-rc.4
2784
- - @saas-ui/list@1.0.0-rc.4
2785
- - @saas-ui/data-table@1.0.0-rc.5
2786
- - @saas-ui/password-input@1.0.0-rc.4
2787
- - @saas-ui/property@1.0.0-rc.4
2788
-
2789
- ## 1.0.0-rc.9
2790
-
2791
- ### Patch Changes
2792
-
2793
- - de0dce2: Scale reset button icon based on the input size.
2794
- - dc6376f: Updated all readme files, added better descriptions and links to docs and source code.
2795
- - 68f5d3b: Removed isPrimary and isSecondary Button properties, use variant="primary" instead.
2796
- - Updated dependencies [de0dce2]
2797
- - Updated dependencies [dc6376f]
2798
- - Updated dependencies [68f5d3b]
2799
- - @saas-ui/search-input@1.0.0-rc.3
2800
- - @saas-ui/auth@1.0.0-rc.9
2801
- - @saas-ui/banner@1.0.0-rc.3
2802
- - @saas-ui/button@1.0.0-rc.3
2803
- - @saas-ui/card@1.0.0-rc.3
2804
- - @saas-ui/collapse@1.0.0-rc.3
2805
- - @saas-ui/data-table@1.0.0-rc.4
2806
- - @saas-ui/forms@1.0.0-rc.8
2807
- - @saas-ui/hooks@1.0.0-rc.3
2808
- - @saas-ui/hotkeys@1.0.0-rc.3
2809
- - @saas-ui/input-right-button@1.0.0-rc.3
2810
- - @saas-ui/layout@1.0.0-rc.4
2811
- - @saas-ui/list@1.0.0-rc.3
2812
- - @saas-ui/menu@1.0.0-rc.4
2813
- - @saas-ui/modals@1.0.0-rc.8
2814
- - @saas-ui/nprogress@1.0.0-rc.3
2815
- - @saas-ui/number-input@1.0.0-rc.3
2816
- - @saas-ui/palette@1.0.0-rc.3
2817
- - @saas-ui/password-input@1.0.0-rc.3
2818
- - @saas-ui/persona@1.0.0-rc.4
2819
- - @saas-ui/pin-input@1.0.0-rc.4
2820
- - @saas-ui/property@1.0.0-rc.3
2821
- - @saas-ui/provider@1.0.0-rc.4
2822
- - @saas-ui/radio@1.0.0-rc.3
2823
- - @saas-ui/select@1.0.0-rc.3
2824
- - @saas-ui/snackbar@1.0.0-rc.3
2825
- - @saas-ui/stepper@1.0.0-rc.4
2826
- - @saas-ui/theme@1.0.0-rc.3
2827
-
2828
- ## 1.0.0-rc.8
2829
-
2830
- ### Patch Changes
2831
-
2832
- - Fix vertical orientation for FormStepper.
2833
- - Updated dependencies
2834
- - @saas-ui/forms@1.0.0-rc.7
2835
- - @saas-ui/auth@1.0.0-rc.8
2836
- - @saas-ui/modals@1.0.0-rc.7
2837
-
2838
- ## 1.0.0-rc.7
2839
-
2840
- ### Patch Changes
2841
-
2842
- - Add exports entry for ajv
2843
- - Updated dependencies
2844
- - @saas-ui/forms@1.0.0-rc.6
2845
- - @saas-ui/auth@1.0.0-rc.7
2846
- - @saas-ui/modals@1.0.0-rc.6
2847
-
2848
- ## 1.0.0-rc.6
2849
-
2850
- ### Patch Changes
2851
-
2852
- - fca06e4: Added Json Schema (ajv) support for AutoForm.
2853
- - Updated dependencies [fca06e4]
2854
- - @saas-ui/forms@1.0.0-rc.5
2855
- - @saas-ui/auth@1.0.0-rc.6
2856
- - @saas-ui/modals@1.0.0-rc.5
2857
-
2858
- ## 1.0.0-rc.5
2859
-
2860
- ### Patch Changes
2861
-
2862
- - 9e9c601: Stepper now accepts an onChange handler.
2863
- - Updated dependencies [9e9c601]
2864
- - @saas-ui/stepper@1.0.0-rc.3
2865
- - @saas-ui/forms@1.0.0-rc.4
2866
- - @saas-ui/auth@1.0.0-rc.5
2867
- - @saas-ui/modals@1.0.0-rc.4
2868
-
2869
- ## 1.0.0-rc.4
2870
-
2871
- ### Minor Changes
2872
-
2873
- - 532a7d4: Updated to Chakra UI 2.2.1
2874
- - 7a16ef7: Updated to Chakra UI 2.2.1
2875
-
2876
- ### Patch Changes
2877
-
2878
- - c8621b8: NativeSelect now accepts chilren and doesn't throw if no options are passed.
2879
- - 6133901: No longer passing down label to input fields.
2880
- - ddec417: ArrayField no longer passing down items to the container element.
2881
- - 5f80cea: AutoForm now renders children.
2882
- - 532a7d4: Fixed all theme onconsistencies.
2883
- - 1c247cb: InputField now has type="text" by default.
2884
- - d1fb472: Select now renders a hidden input with the current value.
2885
- - Updated dependencies [c8621b8]
2886
- - Updated dependencies [532a7d4]
2887
- - Updated dependencies [6133901]
2888
- - Updated dependencies [ddec417]
2889
- - Updated dependencies [7a16ef7]
2890
- - Updated dependencies [5f80cea]
2891
- - Updated dependencies [532a7d4]
2892
- - Updated dependencies [1c247cb]
2893
- - Updated dependencies [d1fb472]
2894
- - @saas-ui/select@1.0.0-rc.2
2895
- - @saas-ui/auth@1.0.0-rc.4
2896
- - @saas-ui/banner@1.0.0-rc.2
2897
- - @saas-ui/button@1.0.0-rc.2
2898
- - @saas-ui/card@1.0.0-rc.2
2899
- - @saas-ui/collapse@1.0.0-rc.2
2900
- - @saas-ui/data-table@1.0.0-rc.3
2901
- - @saas-ui/forms@1.0.0-rc.3
2902
- - @saas-ui/hooks@1.0.0-rc.2
2903
- - @saas-ui/hotkeys@1.0.0-rc.2
2904
- - @saas-ui/input-right-button@1.0.0-rc.2
2905
- - @saas-ui/layout@1.0.0-rc.3
2906
- - @saas-ui/list@1.0.0-rc.2
2907
- - @saas-ui/menu@1.0.0-rc.3
2908
- - @saas-ui/modals@1.0.0-rc.3
2909
- - @saas-ui/nprogress@1.0.0-rc.2
2910
- - @saas-ui/number-input@1.0.0-rc.2
2911
- - @saas-ui/palette@1.0.0-rc.2
2912
- - @saas-ui/password-input@1.0.0-rc.2
2913
- - @saas-ui/persona@1.0.0-rc.3
2914
- - @saas-ui/pin-input@1.0.0-rc.3
2915
- - @saas-ui/property@1.0.0-rc.2
2916
- - @saas-ui/provider@1.0.0-rc.3
2917
- - @saas-ui/radio@1.0.0-rc.2
2918
- - @saas-ui/search-input@1.0.0-rc.2
2919
- - @saas-ui/snackbar@1.0.0-rc.2
2920
- - @saas-ui/stepper@1.0.0-rc.2
2921
- - @saas-ui/theme@1.0.0-rc.2
2922
-
2923
- ## 1.0.0-rc.3
2924
-
2925
- ### Patch Changes
2926
-
2927
- - Re-publish.
2928
- - Updated dependencies
2929
- - @saas-ui/auth@1.0.0-rc.3
2930
- - @saas-ui/banner@1.0.0-rc.1
2931
- - @saas-ui/button@1.0.0-rc.1
2932
- - @saas-ui/card@1.0.0-rc.1
2933
- - @saas-ui/collapse@1.0.0-rc.1
2934
- - @saas-ui/data-table@1.0.0-rc.2
2935
- - @saas-ui/forms@1.0.0-rc.2
2936
- - @saas-ui/hooks@1.0.0-rc.1
2937
- - @saas-ui/hotkeys@1.0.0-rc.1
2938
- - @saas-ui/input-right-button@1.0.0-rc.1
2939
- - @saas-ui/layout@1.0.0-rc.2
2940
- - @saas-ui/list@1.0.0-rc.1
2941
- - @saas-ui/menu@1.0.0-rc.2
2942
- - @saas-ui/modals@1.0.0-rc.2
2943
- - @saas-ui/nprogress@1.0.0-rc.1
2944
- - @saas-ui/number-input@1.0.0-rc.1
2945
- - @saas-ui/palette@1.0.0-rc.1
2946
- - @saas-ui/password-input@1.0.0-rc.1
2947
- - @saas-ui/persona@1.0.0-rc.2
2948
- - @saas-ui/pin-input@1.0.0-rc.2
2949
- - @saas-ui/property@1.0.0-rc.1
2950
- - @saas-ui/provider@1.0.0-rc.2
2951
- - @saas-ui/radio@1.0.0-rc.1
2952
- - @saas-ui/search-input@1.0.0-rc.1
2953
- - @saas-ui/select@1.0.0-rc.1
2954
- - @saas-ui/snackbar@1.0.0-rc.1
2955
- - @saas-ui/stepper@1.0.0-rc.1
2956
- - @saas-ui/theme@1.0.0-rc.1
2957
-
2958
- ## 1.0.0-rc.2
2959
-
2960
- ### Patch Changes
2961
-
2962
- - 4bb613c: Added new RouterProvider and useActivePath now uses Router context.
2963
- - 8f3f948: Removed redundant ThemeProvider / CSSReset and GlobalStyles components.
2964
- - 3dee538: Spacing between pin inputs can now be configured.
2965
- - 07491fd: ContextMenu now passing down all props to the internal Menu.
2966
- - Updated dependencies [4bb613c]
2967
- - Updated dependencies [4fc04d7]
2968
- - Updated dependencies [8f3f948]
2969
- - Updated dependencies [3dee538]
2970
- - Updated dependencies [07491fd]
2971
- - @saas-ui/provider@1.0.0-rc.1
2972
- - @saas-ui/persona@1.0.0-rc.1
2973
- - @saas-ui/pin-input@1.0.0-rc.1
2974
- - @saas-ui/menu@1.0.0-rc.1
2975
- - @saas-ui/layout@1.0.0-rc.1
2976
- - @saas-ui/forms@1.0.0-rc.1
2977
- - @saas-ui/modals@1.0.0-rc.1
2978
- - @saas-ui/auth@1.0.0-rc.2
2979
- - @saas-ui/data-table@1.0.0-rc.1
2980
-
2981
- ## 1.0.0-rc.1
2982
-
2983
- ### Patch Changes
2984
-
2985
- - Updated dependencies [9043639]
2986
- - @saas-ui/auth@1.0.0-rc.1
2987
-
2988
- ## 1.0.0-rc.0
2989
-
2990
- ### Major Changes
2991
-
2992
- - 1db5bf9: Initial release candidate
2993
-
2994
- ### Minor Changes
2995
-
2996
- - 3ae6be1: breaking: Updated to Chakra UI 2.1
2997
- - 3ae6be1: breaking: React 18 support.
2998
-
2999
- ### Patch Changes
3000
-
3001
- - 1fdf52a: Modern bundles now use .mjs extension.
3002
- - Updated dependencies [3ae6be1]
3003
- - Updated dependencies [a8fa78a]
3004
- - Updated dependencies [1db5bf9]
3005
- - Updated dependencies [1fdf52a]
3006
- - Updated dependencies [3ae6be1]
3007
- - @saas-ui/auth@1.0.0-rc.0
3008
- - @saas-ui/banner@1.0.0-rc.0
3009
- - @saas-ui/button@1.0.0-rc.0
3010
- - @saas-ui/card@1.0.0-rc.0
3011
- - @saas-ui/collapse@1.0.0-rc.0
3012
- - @saas-ui/data-table@1.0.0-rc.0
3013
- - @saas-ui/forms@1.0.0-rc.0
3014
- - @saas-ui/hooks@1.0.0-rc.0
3015
- - @saas-ui/hotkeys@1.0.0-rc.0
3016
- - @saas-ui/input-right-button@1.0.0-rc.0
3017
- - @saas-ui/layout@1.0.0-rc.0
3018
- - @saas-ui/list@1.0.0-rc.0
3019
- - @saas-ui/menu@1.0.0-rc.0
3020
- - @saas-ui/modals@1.0.0-rc.0
3021
- - @saas-ui/nprogress@1.0.0-rc.0
3022
- - @saas-ui/number-input@1.0.0-rc.0
3023
- - @saas-ui/palette@1.0.0-rc.0
3024
- - @saas-ui/password-input@1.0.0-rc.0
3025
- - @saas-ui/persona@1.0.0-rc.0
3026
- - @saas-ui/pin-input@1.0.0-rc.0
3027
- - @saas-ui/property@1.0.0-rc.0
3028
- - @saas-ui/provider@1.0.0-rc.0
3029
- - @saas-ui/radio@1.0.0-rc.0
3030
- - @saas-ui/search-input@1.0.0-rc.0
3031
- - @saas-ui/select@1.0.0-rc.0
3032
- - @saas-ui/snackbar@1.0.0-rc.0
3033
- - @saas-ui/stepper@1.0.0-rc.0
3034
- - @saas-ui/theme@1.0.0-rc.0
3035
-
3036
- ## 0.13.9
3037
-
3038
- ### Patch Changes
3039
-
3040
- - 7e9e6dc: Fixed issue where the Snackbar spinner would always be white.
3041
- - Updated dependencies [7e9e6dc]
3042
- - @saas-ui/snackbar@0.4.3
3043
- - @saas-ui/theme@0.8.2
3044
- - @saas-ui/provider@0.3.11
3045
- - @saas-ui/layout@0.3.6
3046
- - @saas-ui/menu@0.5.7
3047
- - @saas-ui/auth@0.7.15
3048
- - @saas-ui/data-table@0.3.6
3049
- - @saas-ui/modals@0.5.15
3050
-
3051
- ## 0.13.8
3052
-
3053
- ### Patch Changes
3054
-
3055
- - Updated Chakra UI version range not to include 2.x
3056
- - Updated dependencies
3057
- - @saas-ui/auth@0.7.14
3058
- - @saas-ui/banner@0.0.4
3059
- - @saas-ui/button@0.4.2
3060
- - @saas-ui/card@0.4.2
3061
- - @saas-ui/collapse@0.3.1
3062
- - @saas-ui/data-table@0.3.5
3063
- - @saas-ui/forms@0.7.10
3064
- - @saas-ui/hooks@0.4.1
3065
- - @saas-ui/hotkeys@0.6.3
3066
- - @saas-ui/input-right-button@0.3.3
3067
- - @saas-ui/layout@0.3.5
3068
- - @saas-ui/list@0.5.2
3069
- - @saas-ui/menu@0.5.6
3070
- - @saas-ui/modals@0.5.14
3071
- - @saas-ui/nprogress@0.4.1
3072
- - @saas-ui/number-input@0.3.1
3073
- - @saas-ui/palette@0.5.1
3074
- - @saas-ui/password-input@0.3.4
3075
- - @saas-ui/persona@0.5.2
3076
- - @saas-ui/pin-input@0.3.1
3077
- - @saas-ui/property@0.3.3
3078
- - @saas-ui/provider@0.3.10
3079
- - @saas-ui/radio@0.3.1
3080
- - @saas-ui/search-input@0.5.2
3081
- - @saas-ui/select@0.4.1
3082
- - @saas-ui/snackbar@0.4.2
3083
- - @saas-ui/stepper@0.2.3
3084
- - @saas-ui/theme@0.8.1
3085
-
3086
- ## 0.13.7
3087
-
3088
- ### Patch Changes
3089
-
3090
- - 0930600: Snackbar promise error options are now passed down correctly.
3091
- - 0930600: Snackbar.promise now returns the promise and re-throws errors.
3092
- - Updated dependencies [0930600]
3093
- - Updated dependencies [0930600]
3094
- - @saas-ui/snackbar@0.4.1
3095
-
3096
- ## 0.13.6
3097
-
3098
- ### Patch Changes
3099
-
3100
- - 94c217d: Added appropriate autoComplete values to Auth forms.
3101
- - 0dbec1a: #36 Fixed issue where SubmitButton label would always render Submit
3102
- - Updated dependencies [94c217d]
3103
- - Updated dependencies [0dbec1a]
3104
- - @saas-ui/auth@0.7.13
3105
- - @saas-ui/button@0.4.1
3106
- - @saas-ui/banner@0.0.3
3107
- - @saas-ui/card@0.4.1
3108
- - @saas-ui/forms@0.7.9
3109
- - @saas-ui/input-right-button@0.3.2
3110
- - @saas-ui/list@0.5.1
3111
- - @saas-ui/menu@0.5.5
3112
- - @saas-ui/modals@0.5.13
3113
- - @saas-ui/password-input@0.3.3
3114
- - @saas-ui/property@0.3.2
3115
-
3116
- ## 0.13.5
3117
-
3118
- ### Patch Changes
3119
-
3120
- - f14fa4e: Fixed issue where the resolver was not passed down to the Form.
3121
- - Updated dependencies [f14fa4e]
3122
- - @saas-ui/modals@0.5.12
3123
-
3124
- ## 0.13.4
3125
-
3126
- ### Patch Changes
3127
-
3128
- - Updated dependencies [8f68188]
3129
- - @saas-ui/search-input@0.5.1
3130
- - @saas-ui/hotkeys@0.6.2
3131
-
3132
- ## 0.13.3
3133
-
3134
- ### Patch Changes
3135
-
3136
- - Updated dependencies [391e21a]
3137
- - @saas-ui/forms@0.7.8
3138
- - @saas-ui/auth@0.7.12
3139
- - @saas-ui/modals@0.5.11
3140
-
3141
- ## 0.13.2
3142
-
3143
- ### Patch Changes
3144
-
3145
- - Updated dependencies [c0b3dc9]
3146
- - @saas-ui/forms@0.7.7
3147
- - @saas-ui/auth@0.7.11
3148
- - @saas-ui/modals@0.5.10
3149
-
3150
- ## 0.13.1
3151
-
3152
- ### Patch Changes
3153
-
3154
- - Updated dependencies
3155
- - @saas-ui/forms@0.7.6
3156
- - @saas-ui/auth@0.7.10
3157
- - @saas-ui/modals@0.5.9
3158
-
3159
- ## 0.13.0
3160
-
3161
- ### Minor Changes
3162
-
3163
- - 9abc079: Saas UI theme colors no longer generated on the fly.
3164
-
3165
- ### Patch Changes
3166
-
3167
- - Updated dependencies [77b2860]
3168
- - Updated dependencies [22a30dc]
3169
- - Updated dependencies [77b2860]
3170
- - Updated dependencies [9abc079]
3171
- - Updated dependencies [a76c184]
3172
- - @saas-ui/auth@0.7.9
3173
- - @saas-ui/forms@0.7.5
3174
- - @saas-ui/theme@0.8.0
3175
- - @saas-ui/modals@0.5.8
3176
- - @saas-ui/provider@0.3.9
3177
- - @saas-ui/layout@0.3.4
3178
- - @saas-ui/menu@0.5.4
3179
- - @saas-ui/data-table@0.3.4
3180
-
3181
- ## 0.12.12
3182
-
3183
- ### Patch Changes
3184
-
3185
- - Updated dependencies
3186
- - @saas-ui/forms@0.7.4
3187
- - @saas-ui/auth@0.7.8
3188
- - @saas-ui/modals@0.5.7
3189
-
3190
- ## 0.12.11
3191
-
3192
- ### Patch Changes
3193
-
3194
- - Updated dependencies
3195
- - @saas-ui/forms@0.7.2
3196
- - @saas-ui/auth@0.7.7
3197
- - @saas-ui/modals@0.5.6
3198
-
3199
- ## 0.12.10
3200
-
3201
- ### Patch Changes
3202
-
3203
- - Updated dependencies
3204
- - @saas-ui/forms@0.7.2
3205
- - @saas-ui/auth@0.7.6
3206
- - @saas-ui/modals@0.5.5
3207
-
3208
- ## 0.12.9
3209
-
3210
- ### Patch Changes
3211
-
3212
- - Added Zod field resolver for AutoForm
3213
- - Updated dependencies
3214
- - @saas-ui/forms@0.7.1
3215
- - @saas-ui/auth@0.7.5
3216
- - @saas-ui/modals@0.5.4
3217
-
3218
- ## 0.12.8
3219
-
3220
- ### Patch Changes
3221
-
3222
- - Updated dependencies [f6269cb]
3223
- - Updated dependencies [96336cd]
3224
- - Updated dependencies [bab579f]
3225
- - @saas-ui/password-input@0.3.2
3226
- - @saas-ui/hotkeys@0.6.1
3227
- - @saas-ui/forms@0.7.0
3228
- - @saas-ui/auth@0.7.4
3229
- - @saas-ui/modals@0.5.3
3230
-
3231
- ## 0.12.7
3232
-
3233
- ### Patch Changes
3234
-
3235
- - Updated dependencies [44c4dd3]
3236
- - @saas-ui/hotkeys@0.6.0
3237
-
3238
- ## 0.12.6
3239
-
3240
- ### Patch Changes
3241
-
3242
- - Updated dependencies [6696203]
3243
- - @saas-ui/forms@0.6.2
3244
- - @saas-ui/auth@0.7.3
3245
- - @saas-ui/modals@0.5.2
3246
-
3247
- ## 0.12.5
3248
-
3249
- ### Patch Changes
3250
-
3251
- - e7375a9: Moved @chakra-ui/system to dependencies
3252
- - Updated dependencies [42f4655]
3253
- - @saas-ui/provider@0.3.8
3254
- - @saas-ui/layout@0.3.3
3255
- - @saas-ui/menu@0.5.3
3256
- - @saas-ui/data-table@0.3.3
3257
-
3258
- ## 0.12.4
3259
-
3260
- ### Patch Changes
3261
-
3262
- - Updated dependencies
3263
- - @saas-ui/forms@0.6.1
3264
- - @saas-ui/auth@0.7.2
3265
- - @saas-ui/modals@0.5.1
3266
-
3267
- ## 0.12.3
3268
-
3269
- ### Patch Changes
3270
-
3271
- - Updated dependencies [a396394]
3272
- - Updated dependencies [c1c556c]
3273
- - @saas-ui/stepper@0.2.2
3274
- - @saas-ui/theme@0.7.2
3275
- - @saas-ui/persona@0.5.1
3276
- - @saas-ui/provider@0.3.7
3277
- - @saas-ui/layout@0.3.2
3278
- - @saas-ui/menu@0.5.2
3279
- - @saas-ui/data-table@0.3.2
3280
-
3281
- ## 0.12.2
3282
-
3283
- ### Patch Changes
3284
-
3285
- - Updated dependencies [0024834]
3286
- - Updated dependencies [4939649]
3287
- - Updated dependencies [a36ac06]
3288
- - Updated dependencies [29a7479]
3289
- - @saas-ui/theme@0.7.1
3290
- - @saas-ui/auth@0.7.1
3291
- - @saas-ui/stepper@0.2.1
3292
- - @saas-ui/modals@0.5.0
3293
- - @saas-ui/provider@0.3.6
3294
- - @saas-ui/layout@0.3.1
3295
- - @saas-ui/menu@0.5.1
3296
- - @saas-ui/data-table@0.3.1
3297
-
3298
- ## 0.12.1
3299
-
3300
- ### Patch Changes
3301
-
3302
- - Fixed issue where the ModalFooter would not render.
3303
- - Updated dependencies
3304
- - @saas-ui/modals@0.4.1
3305
-
3306
- ## 0.12.0
3307
-
3308
- ### Minor Changes
3309
-
3310
- - 0e81abd: BREAKING: Removed Yup dependency, you now need to configure default Form resolvers
3311
-
3312
- <Form> no longer accepts a Yup `schema` by default.
3313
-
3314
- Use a schema resolver to use schema support. All hookform resolvers are supported.
3315
-
3316
- ```ts
3317
- import { yupResolver } from '@hookform/resolvers/yup'
3318
-
3319
- const form = <Form resolver={yupResolver(schema)} />
3320
- ```
3321
-
3322
- AutoForm only supports Yup for now and has a new API.
3323
-
3324
- ```ts
3325
- import { yupForm } from '@saas-ui/forms/yup'
3326
-
3327
- const form = <AutoForm {...yupForm(schema)} />
3328
- ```
3329
-
3330
- Alternatively you can configure a default resolver for all forms.
3331
- Add this somewhere in the root of your project.
3332
-
3333
- ```ts
3334
- import { yupFieldResolver, yupResolver } from '@saas-ui/forms/yup'
3335
- import { Form } from '@saas-ui/react'
3336
- // yupResolver is exported from here as well for convenience.
3337
- import { AnyObjectSchema } from 'yup'
3338
-
3339
- Form.getResolver = (schema: AnyObjectSchema) => yupResolver(schema) // @hookform/resolvers
3340
- Form.getFieldResolver = (schema: AnyObjectSchema) => yupFieldResolver(schema) // AutoForm field resolver
3341
- ```
3342
-
3343
- - 9391c44: Fixed peer dependency issues.
3344
-
3345
- ### Patch Changes
3346
-
3347
- - bf66fdf: Improved Auth forms types
3348
- - Updated dependencies [0e81abd]
3349
- - Updated dependencies [bf66fdf]
3350
- - Updated dependencies [9391c44]
3351
- - @saas-ui/forms@0.6.0
3352
- - @saas-ui/auth@0.7.0
3353
- - @saas-ui/button@0.4.0
3354
- - @saas-ui/card@0.4.0
3355
- - @saas-ui/data-table@0.3.0
3356
- - @saas-ui/hooks@0.4.0
3357
- - @saas-ui/hotkeys@0.5.0
3358
- - @saas-ui/layout@0.3.0
3359
- - @saas-ui/list@0.5.0
3360
- - @saas-ui/menu@0.5.0
3361
- - @saas-ui/modals@0.4.0
3362
- - @saas-ui/nprogress@0.4.0
3363
- - @saas-ui/persona@0.5.0
3364
- - @saas-ui/search-input@0.5.0
3365
- - @saas-ui/select@0.4.0
3366
- - @saas-ui/snackbar@0.4.0
3367
- - @saas-ui/stepper@0.2.0
3368
- - @saas-ui/theme@0.7.0
3369
- - @saas-ui/banner@0.0.2
3370
- - @saas-ui/input-right-button@0.3.1
3371
- - @saas-ui/property@0.3.1
3372
- - @saas-ui/provider@0.3.5
3373
- - @saas-ui/password-input@0.3.1
3374
-
3375
- ## 0.11.8
3376
-
3377
- ### Patch Changes
3378
-
3379
- - a268365: Fixed AuthToken type
3380
- - Updated dependencies [a268365]
3381
- - @saas-ui/auth@0.6.6
3382
-
3383
- ## 0.11.7
3384
-
3385
- ### Patch Changes
3386
-
3387
- - 99f3e33: Custom modal components can now be directly passed to modals.open
3388
- - Updated dependencies [99f3e33]
3389
- - @saas-ui/modals@0.3.5
3390
-
3391
- ## 0.11.6
3392
-
3393
- ### Patch Changes
3394
-
3395
- - 70340f0: useModal now has the correct types
3396
- - 9245460: Make sure Field ref is focusable
3397
- - 6c78c30: FormDialog type is now generic and accepts FieldValues / form context ref
3398
- - Updated dependencies [70340f0]
3399
- - Updated dependencies [9245460]
3400
- - Updated dependencies [6c78c30]
3401
- - @saas-ui/modals@0.3.4
3402
- - @saas-ui/forms@0.5.3
3403
- - @saas-ui/auth@0.6.5
3404
-
3405
- ## 0.11.5
3406
-
3407
- ### Patch Changes
3408
-
3409
- - Updated dependencies
3410
- - @saas-ui/stepper@0.1.2
3411
-
3412
- ## 0.11.4
3413
-
3414
- ### Patch Changes
3415
-
3416
- - 8b731d8: usePromise errors are now re-thrown
3417
- - Updated dependencies [8b731d8]
3418
- - @saas-ui/hooks@0.3.1
3419
- - @saas-ui/auth@0.6.4
3420
-
3421
- ## 0.11.3
3422
-
3423
- ### Patch Changes
3424
-
3425
- - Updated dependencies [0f67f76]
3426
- - @saas-ui/forms@0.5.2
3427
- - @saas-ui/auth@0.6.3
3428
- - @saas-ui/modals@0.3.3
3429
-
3430
- ## 0.11.2
3431
-
3432
- ### Patch Changes
3433
-
3434
- - 2fd9917: Fixed a type issue
3435
- - 4606dd5: useLink now uses correct type and improved performance.
3436
- - df5cd27: Pass down the inferred type to useTable
3437
- - a26aa7c: ArrayField context can now be accessed using ref.
3438
- - Updated dependencies [c610881]
3439
- - Updated dependencies [2fd9917]
3440
- - Updated dependencies [4606dd5]
3441
- - Updated dependencies [df5cd27]
3442
- - Updated dependencies [a26aa7c]
3443
- - @saas-ui/forms@0.5.1
3444
- - @saas-ui/modals@0.3.2
3445
- - @saas-ui/provider@0.3.4
3446
- - @saas-ui/data-table@0.2.4
3447
- - @saas-ui/auth@0.6.2
3448
- - @saas-ui/layout@0.2.4
3449
- - @saas-ui/menu@0.4.4
3450
-
3451
- ## 0.11.1
3452
-
3453
- ### Patch Changes
3454
-
3455
- - 6513d26: No longer rendering StepperCompleted in StepperContent
3456
- - Updated dependencies [6513d26]
3457
- - @saas-ui/stepper@0.1.1
3458
-
3459
- ## 0.11.0
3460
-
3461
- ### Minor Changes
3462
-
3463
- - 9d11ba5: Added StepForm and Stepper components
3464
-
3465
- ### Patch Changes
3466
-
3467
- - Updated dependencies [9d11ba5]
3468
- - @saas-ui/forms@0.5.0
3469
- - @saas-ui/stepper@0.1.0
3470
- - @saas-ui/theme@0.6.0
3471
- - @saas-ui/auth@0.6.1
3472
- - @saas-ui/modals@0.3.1
3473
- - @saas-ui/provider@0.3.3
3474
- - @saas-ui/layout@0.2.3
3475
- - @saas-ui/menu@0.4.3
3476
- - @saas-ui/data-table@0.2.3
3477
-
3478
- ## 0.10.3
3479
-
3480
- ### Patch Changes
3481
-
3482
- - 87b29a8: Renamed Loading to Loader. Loading will be removed in 1.0
3483
- - Updated dependencies [87b29a8]
3484
- - @saas-ui/layout@0.2.2
3485
- - @saas-ui/theme@0.5.2
3486
- - @saas-ui/data-table@0.2.2
3487
- - @saas-ui/provider@0.3.2
3488
- - @saas-ui/menu@0.4.2
3489
-
3490
- ## 0.10.2
3491
-
3492
- ### Patch Changes
3493
-
3494
- - Updated dependencies [4aef278]
3495
- - @saas-ui/palette@0.5.0
3496
- - @saas-ui/theme@0.5.1
3497
- - @saas-ui/provider@0.3.1
3498
- - @saas-ui/layout@0.2.1
3499
- - @saas-ui/menu@0.4.1
3500
- - @saas-ui/data-table@0.2.1
3501
-
3502
- ## 0.10.1
3503
-
3504
- ### Patch Changes
3505
-
3506
- - ce66628: Added Banner component
3507
- - Updated dependencies [ce66628]
3508
- - @saas-ui/banner@0.0.1
3509
-
3510
- ## 0.10.0
3511
-
3512
- ### Minor Changes
3513
-
3514
- - e511ffd: Added a11y testing to all packages
3515
-
3516
- ### Patch Changes
3517
-
3518
- - d66f8ce: Added ContextMenu component
3519
- - Updated dependencies [e511ffd]
3520
- - Updated dependencies [d66f8ce]
3521
- - @saas-ui/auth@0.6.0
3522
- - @saas-ui/button@0.3.0
3523
- - @saas-ui/card@0.3.0
3524
- - @saas-ui/data-table@0.2.0
3525
- - @saas-ui/layout@0.2.0
3526
- - @saas-ui/list@0.4.0
3527
- - @saas-ui/menu@0.4.0
3528
- - @saas-ui/modals@0.3.0
3529
- - @saas-ui/nprogress@0.3.0
3530
- - @saas-ui/number-input@0.3.0
3531
- - @saas-ui/pin-input@0.3.0
3532
- - @saas-ui/property@0.3.0
3533
- - @saas-ui/radio@0.3.0
3534
- - @saas-ui/search-input@0.4.0
3535
- - @saas-ui/select@0.3.0
3536
- - @saas-ui/collapse@0.3.0
3537
- - @saas-ui/forms@0.4.0
3538
- - @saas-ui/hooks@0.3.0
3539
- - @saas-ui/hotkeys@0.4.0
3540
- - @saas-ui/input-right-button@0.3.0
3541
- - @saas-ui/password-input@0.3.0
3542
- - @saas-ui/persona@0.4.0
3543
- - @saas-ui/provider@0.3.0
3544
- - @saas-ui/snackbar@0.3.0
3545
- - @saas-ui/system@0.4.0
3546
- - @saas-ui/theme@0.5.0
3547
-
3548
- ## 0.9.3
3549
-
3550
- ### Patch Changes
3551
-
3552
- - Updated dependencies [09ef6fb]
3553
- - @saas-ui/auth@0.5.2
3554
-
3555
- ## 0.9.2
3556
-
3557
- ### Patch Changes
3558
-
3559
- - 09d4167: Added PropertyList component and improved a11y
3560
- - 16c82e6: Dont override autoComplete when in password mode
3561
- - Updated dependencies [09d4167]
3562
- - Updated dependencies [16c82e6]
3563
- - @saas-ui/list@0.3.5
3564
- - @saas-ui/property@0.2.2
3565
- - @saas-ui/theme@0.4.11
3566
- - @saas-ui/password-input@0.2.2
3567
- - @saas-ui/provider@0.2.14
3568
- - @saas-ui/forms@0.3.4
3569
- - @saas-ui/layout@0.1.13
3570
- - @saas-ui/menu@0.3.10
3571
- - @saas-ui/auth@0.5.1
3572
- - @saas-ui/modals@0.2.10
3573
- - @saas-ui/data-table@0.1.12
3574
-
3575
- ## 0.9.1
3576
-
3577
- ### Patch Changes
3578
-
3579
- - Updated dependencies
3580
- - @saas-ui/list@0.3.4
3581
- - @saas-ui/theme@0.4.10
3582
- - @saas-ui/provider@0.2.13
3583
- - @saas-ui/layout@0.1.12
3584
- - @saas-ui/menu@0.3.9
3585
- - @saas-ui/data-table@0.1.11
3586
-
3587
- ## 0.9.0
3588
-
3589
- ### Minor Changes
3590
-
3591
- - a467d50: Added Forgot- and UpdatePassword views and i11y improvements.
3592
-
3593
- ### Patch Changes
3594
-
3595
- - 1ce9ba9: Improved ObjectField semantics and styles
3596
- - Updated dependencies [a6842fd]
3597
- - Updated dependencies [d3da8ef]
3598
- - Updated dependencies [a467d50]
3599
- - Updated dependencies [1190a53]
3600
- - Updated dependencies [52688c1]
3601
- - Updated dependencies [1ce9ba9]
3602
- - @saas-ui/forms@0.3.3
3603
- - @saas-ui/auth@0.5.0
3604
- - @saas-ui/snackbar@0.2.2
3605
- - @saas-ui/list@0.3.3
3606
- - @saas-ui/theme@0.4.9
3607
- - @saas-ui/modals@0.2.9
3608
- - @saas-ui/provider@0.2.12
3609
- - @saas-ui/layout@0.1.11
3610
- - @saas-ui/menu@0.3.8
3611
- - @saas-ui/data-table@0.1.10
3612
-
3613
- ## 0.8.8
3614
-
3615
- ### Patch Changes
3616
-
3617
- - Updated dependencies [7e316aa]
3618
- - Updated dependencies [be249e2]
3619
- - @saas-ui/layout@0.1.10
3620
- - @saas-ui/theme@0.4.8
3621
- - @saas-ui/data-table@0.1.9
3622
- - @saas-ui/provider@0.2.11
3623
- - @saas-ui/menu@0.3.7
3624
-
3625
- ## 0.8.7
3626
-
3627
- ### Patch Changes
3628
-
3629
- - Updated dependencies [4eba003]
3630
- - @saas-ui/theme@0.4.7
3631
- - @saas-ui/provider@0.2.10
3632
- - @saas-ui/layout@0.1.9
3633
- - @saas-ui/menu@0.3.6
3634
- - @saas-ui/data-table@0.1.8
3635
-
3636
- ## 0.8.6
3637
-
3638
- ### Patch Changes
3639
-
3640
- - Updated dependencies
3641
- - @saas-ui/card@0.2.3
3642
- - @saas-ui/theme@0.4.6
3643
- - @saas-ui/provider@0.2.9
3644
- - @saas-ui/layout@0.1.8
3645
- - @saas-ui/menu@0.3.5
3646
- - @saas-ui/data-table@0.1.7
3647
-
3648
- ## 0.8.5
3649
-
3650
- ### Patch Changes
3651
-
3652
- - Updated dependencies
3653
- - @saas-ui/theme@0.4.5
3654
- - @saas-ui/provider@0.2.8
3655
- - @saas-ui/layout@0.1.7
3656
- - @saas-ui/menu@0.3.4
3657
- - @saas-ui/data-table@0.1.6
3658
-
3659
- ## 0.8.4
3660
-
3661
- ### Patch Changes
3662
-
3663
- - Updated dependencies [bae6cf9]
3664
- - Updated dependencies [afc15d8]
3665
- - @saas-ui/modals@0.2.8
3666
- - @saas-ui/card@0.2.2
3667
- - @saas-ui/theme@0.4.4
3668
- - @saas-ui/provider@0.2.7
3669
- - @saas-ui/layout@0.1.6
3670
- - @saas-ui/menu@0.3.3
3671
- - @saas-ui/data-table@0.1.5
3672
-
3673
- ## 0.8.3
3674
-
3675
- ### Patch Changes
3676
-
3677
- - Updated dependencies [676eefa]
3678
- - @saas-ui/menu@0.3.2
3679
- - @saas-ui/select@0.2.2
3680
- - @saas-ui/forms@0.3.2
3681
- - @saas-ui/auth@0.4.7
3682
- - @saas-ui/modals@0.2.7
3683
-
3684
- ## 0.8.2
3685
-
3686
- ### Patch Changes
3687
-
3688
- - Updated dependencies [e691413]
3689
- - @saas-ui/forms@0.3.1
3690
- - @saas-ui/auth@0.4.6
3691
- - @saas-ui/modals@0.2.6
3692
-
3693
- ## 0.8.1
3694
-
3695
- ### Patch Changes
3696
-
3697
- - Updated dependencies [7b87e43]
3698
- - @saas-ui/menu@0.3.1
3699
-
3700
- ## 0.8.0
3701
-
3702
- ### Minor Changes
3703
-
3704
- - 385b760: Improved Typescript support for forms, conditionally render form fields with DisplayIf
3705
- - f88d99a: Added new OverflowMenu component
3706
-
3707
- ### Patch Changes
3708
-
3709
- - Updated dependencies [c7c77c5]
3710
- - Updated dependencies [5fbdefc]
3711
- - Updated dependencies [385b760]
3712
- - Updated dependencies [f88d99a]
3713
- - @saas-ui/menu@0.3.0
3714
- - @saas-ui/layout@0.1.5
3715
- - @saas-ui/forms@0.3.0
3716
- - @saas-ui/data-table@0.1.4
3717
- - @saas-ui/auth@0.4.5
3718
- - @saas-ui/modals@0.2.5
3719
-
3720
- ## 0.7.5
3721
-
3722
- ### Patch Changes
3723
-
3724
- - AuthProvider now checks if a user is authenticated when logIn or signUp are succesful.
3725
- - Updated dependencies
3726
- - @saas-ui/auth@0.4.4
3727
-
3728
- ## 0.7.4
3729
-
3730
- ### Patch Changes
3731
-
3732
- - Updated dependencies [cedd489]
3733
- - Updated dependencies [b57b40b]
3734
- - @saas-ui/collapse@0.2.3
3735
- - @saas-ui/layout@0.1.4
3736
- - @saas-ui/data-table@0.1.3
3737
-
3738
- ## 0.7.3
3739
-
3740
- ### Patch Changes
3741
-
3742
- - Updated dependencies [a7fc88b]
3743
- - Updated dependencies [0456a9f]
3744
- - @saas-ui/data-table@0.1.2
3745
- - @saas-ui/modals@0.2.4
3746
-
3747
- ## 0.7.2
3748
-
3749
- ### Patch Changes
3750
-
3751
- - 65cd402: Added new FormDialog component
3752
- - 4b8a1cb: Improved useCollapse Typescript signature, merge toggle classname and return isCollapsible param.
3753
- - 46dd92b: NumberInput stepper can now be hidden and supports custom icons.
3754
- - Updated dependencies [65cd402]
3755
- - Updated dependencies [4b8a1cb]
3756
- - Updated dependencies [44e024f]
3757
- - Updated dependencies [46dd92b]
3758
- - @saas-ui/modals@0.2.3
3759
- - @saas-ui/collapse@0.2.2
3760
- - @saas-ui/layout@0.1.3
3761
- - @saas-ui/number-input@0.2.2
3762
- - @saas-ui/data-table@0.1.1
3763
- - @saas-ui/forms@0.2.5
3764
- - @saas-ui/auth@0.4.3
3765
-
3766
- ## 0.7.1
3767
-
3768
- ### Patch Changes
3769
-
3770
- - Add Magic.link auth service to exports
3771
- - Updated dependencies
3772
- - @saas-ui/auth@0.4.2
3773
-
3774
- ## 0.7.0
3775
-
3776
- ### Minor Changes
3777
-
3778
- - 94a4bd6: Added new DataTable component
3779
-
3780
- ### Patch Changes
3781
-
3782
- - b3159a7: Only publish dist and src files
3783
- - 2df4438: Add Link component
3784
- - Updated dependencies [94a4bd6]
3785
- - Updated dependencies [b3159a7]
3786
- - Updated dependencies [5e49802]
3787
- - Updated dependencies [2df4438]
3788
- - @saas-ui/data-table@0.1.0
3789
- - @saas-ui/auth@0.4.1
3790
- - @saas-ui/button@0.2.1
3791
- - @saas-ui/card@0.2.1
3792
- - @saas-ui/collapse@0.2.1
3793
- - @saas-ui/forms@0.2.4
3794
- - @saas-ui/hooks@0.2.1
3795
- - @saas-ui/hotkeys@0.3.1
3796
- - @saas-ui/input-right-button@0.2.1
3797
- - @saas-ui/layout@0.1.2
3798
- - @saas-ui/list@0.3.2
3799
- - @saas-ui/menu@0.2.6
3800
- - @saas-ui/modals@0.2.2
3801
- - @saas-ui/nprogress@0.2.1
3802
- - @saas-ui/number-input@0.2.1
3803
- - @saas-ui/palette@0.4.1
3804
- - @saas-ui/password-input@0.2.1
3805
- - @saas-ui/persona@0.3.2
3806
- - @saas-ui/pin-input@0.2.1
3807
- - @saas-ui/property@0.2.1
3808
- - @saas-ui/provider@0.2.6
3809
- - @saas-ui/radio@0.2.1
3810
- - @saas-ui/search-input@0.3.1
3811
- - @saas-ui/select@0.2.1
3812
- - @saas-ui/snackbar@0.2.1
3813
- - @saas-ui/system@0.3.1
3814
- - @saas-ui/theme@0.4.3
3815
-
3816
- ## 0.6.0
3817
-
3818
- ### Minor Changes
3819
-
3820
- - 07d67a6: Finalized the authentication api
3821
-
3822
- ### Patch Changes
3823
-
3824
- - Updated dependencies [07d67a6]
3825
- - @saas-ui/auth@0.4.0
3826
-
3827
- ## 0.5.3
3828
-
3829
- ### Patch Changes
3830
-
3831
- - Update dependencies
3832
- - Updated dependencies [d3edc56]
3833
- - Updated dependencies [60173ca]
3834
- - @saas-ui/theme@0.4.2
3835
- - @saas-ui/auth@0.3.0
3836
- - @saas-ui/provider@0.2.5
3837
- - @saas-ui/menu@0.2.5
3838
-
3839
- ## 0.5.2
3840
-
3841
- ### Patch Changes
3842
-
3843
- - Add supabase service to package entries
3844
- - Bump version
3845
- - Updated dependencies
3846
- - Updated dependencies
3847
- - @saas-ui/auth@0.2.3
3848
- - @saas-ui/layout@0.1.1
3849
- - @saas-ui/forms@0.2.3
3850
- - @saas-ui/list@0.3.1
3851
- - @saas-ui/menu@0.2.4
3852
- - @saas-ui/modals@0.2.1
3853
- - @saas-ui/provider@0.2.4
3854
- - @saas-ui/theme@0.4.1
3855
-
3856
- ## 0.5.1
3857
-
3858
- ### Patch Changes
3859
-
3860
- - Set default value on FormProps generic type
3861
- - Updated dependencies
3862
- - @saas-ui/forms@0.2.2
3863
- - @saas-ui/auth@0.2.2
3864
-
3865
- ## 0.5.0
3866
-
3867
- ### Minor Changes
3868
-
3869
- - 638a054: Added new layout package with EmptyState and Loading components
3870
- - 4733b8f: Added new MenuDialog component
3871
-
3872
- ### Patch Changes
3873
-
3874
- - Updated dependencies [638a054]
3875
- - Updated dependencies [76f5e46]
3876
- - Updated dependencies [4733b8f]
3877
- - @saas-ui/theme@0.4.0
3878
- - @saas-ui/layout@0.1.0
3879
- - @saas-ui/menu@0.2.3
3880
- - @saas-ui/modals@0.2.0
3881
- - @saas-ui/provider@0.2.3
3882
-
3883
- ## 0.4.1
3884
-
3885
- ### Patch Changes
3886
-
3887
- - Fix modals build script
3888
- - Updated dependencies
3889
- - @saas-ui/modals@0.1.1
3890
-
3891
- ## 0.4.0
3892
-
3893
- ### Minor Changes
3894
-
3895
- - Release list component
3896
-
3897
- ### Patch Changes
3898
-
3899
- - Updated dependencies
3900
- - @saas-ui/list@0.3.0
3901
- - @saas-ui/theme@0.3.0
3902
- - @saas-ui/provider@0.2.2
3903
- - @saas-ui/menu@0.2.2
3904
-
3905
- ## 0.3.0
3906
-
3907
- ### Minor Changes
3908
-
3909
- - Initial release of modals manager
3910
-
3911
- ### Patch Changes
3912
-
3913
- - Updated dependencies
3914
- - @saas-ui/modals@0.1.0
3915
-
3916
- ## 0.2.1
3917
-
3918
- ### Patch Changes
3919
-
3920
- - 7141944: Improve button color accesibility
3921
- - e448f31: Saas UI theme now longer shows outlines when buttons/links are focused with a mouse click
3922
- - 6c55bef: Now using semantic tokens for presence colors
3923
- - 9673005: Improved typescript support and fixed issue with invalid states
3924
- - Updated dependencies [7141944]
3925
- - Updated dependencies [e448f31]
3926
- - Updated dependencies [6c55bef]
3927
- - Updated dependencies [9673005]
3928
- - @saas-ui/theme@0.2.1
3929
- - @saas-ui/persona@0.3.1
3930
- - @saas-ui/forms@0.2.1
3931
- - @saas-ui/provider@0.2.1
3932
- - @saas-ui/auth@0.2.1
3933
- - @saas-ui/menu@0.2.1
3934
-
3935
- ## 0.2.0
3936
-
3937
- ### Minor Changes
3938
-
3939
- - Upgrade to Chakra UI 1.8.1
3940
-
3941
- ### Patch Changes
3942
-
3943
- - Updated dependencies
3944
- - Updated dependencies
3945
- - Updated dependencies
3946
- - @saas-ui/provider@0.2.0
3947
- - @saas-ui/auth@0.2.0
3948
- - @saas-ui/collapse@0.2.0
3949
- - @saas-ui/forms@0.2.0
3950
- - @saas-ui/hotkeys@0.3.0
3951
- - @saas-ui/input-right-button@0.2.0
3952
- - @saas-ui/menu@0.2.0
3953
- - @saas-ui/nprogress@0.2.0
3954
- - @saas-ui/number-input@0.2.0
3955
- - @saas-ui/palette@0.4.0
3956
- - @saas-ui/persona@0.3.0
3957
- - @saas-ui/pin-input@0.2.0
3958
- - @saas-ui/radio@0.2.0
3959
- - @saas-ui/search-input@0.3.0
3960
- - @saas-ui/select@0.2.0
3961
- - @saas-ui/snackbar@0.2.0
3962
- - @saas-ui/theme@0.2.0
3963
- - @saas-ui/button@0.2.0
3964
- - @saas-ui/card@0.2.0
3965
- - @saas-ui/hooks@0.2.0
3966
- - @saas-ui/password-input@0.2.0
3967
- - @saas-ui/property@0.2.0
3968
- - @saas-ui/system@0.3.0
3969
-
3970
- ## 0.1.16
3971
-
3972
- ### Patch Changes
3973
-
3974
- - Remove Next dependency
3975
- - Updated dependencies
3976
- - @saas-ui/nprogress@0.1.6
3977
-
3978
- ## 0.1.15
3979
-
3980
- ### Patch Changes
3981
-
3982
- - Removed unused isOptional option
3983
- - Updated dependencies
3984
- - @saas-ui/auth@0.1.9
3985
- - @saas-ui/forms@0.1.9
3986
-
3987
- ## 0.1.14
3988
-
3989
- ### Patch Changes
3990
-
3991
- - Update radio dependencies
3992
- - Updated dependencies
3993
- - @saas-ui/forms@0.1.8
3994
- - @saas-ui/radio@0.1.5
3995
- - @saas-ui/auth@0.1.8
3996
-
3997
- ## 0.1.13
3998
-
3999
- ### Patch Changes
4000
-
4001
- - Updated dependencies
4002
- - @saas-ui/forms@0.1.7
4003
- - @saas-ui/number-input@0.1.4
4004
- - @saas-ui/password-input@0.1.7
4005
- - @saas-ui/persona@0.2.6
4006
- - @saas-ui/pin-input@0.1.4
4007
- - @saas-ui/radio@0.1.4
4008
- - @saas-ui/search-input@0.2.4
4009
- - @saas-ui/select@0.1.5
4010
- - @saas-ui/auth@0.1.7
4011
- - @saas-ui/hotkeys@0.2.6
4012
-
4013
- ## 0.1.12
4014
-
4015
- ### Patch Changes
4016
-
4017
- - Update card dependencies
4018
- - Updated dependencies
4019
- - @saas-ui/card@0.1.6
4020
- - @saas-ui/hotkeys@0.2.5
4021
- - @saas-ui/system@0.2.5
4022
- - @saas-ui/theme@0.1.6
4023
- - @saas-ui/auth@0.1.6
4024
- - @saas-ui/button@0.1.6
4025
- - @saas-ui/menu@0.1.6
4026
- - @saas-ui/nprogress@0.1.5
4027
- - @saas-ui/persona@0.2.5
4028
- - @saas-ui/snackbar@0.1.5
4029
- - @saas-ui/provider@0.1.6
4030
- - @saas-ui/forms@0.1.6
4031
- - @saas-ui/input-right-button@0.1.6
4032
- - @saas-ui/password-input@0.1.6
4033
-
4034
- ## 0.1.11
4035
-
4036
- ### Patch Changes
4037
-
4038
- - Update correct dependencies
4039
- - Updated dependencies
4040
- - @saas-ui/provider@0.1.5
4041
- - @saas-ui/theme@0.1.5
4042
-
4043
- ## 0.1.9
4044
-
4045
- ### Patch Changes
4046
-
4047
- - Add React to collapse dependencies
4048
- - Updated dependencies
4049
- - @saas-ui/collapse@0.1.5
4050
-
4051
- ## 0.1.8
4052
-
4053
- ### Patch Changes
4054
-
4055
- - Add select & search-input
4056
-
4057
- ## 0.1.6
4058
-
4059
- ### Patch Changes
4060
-
4061
- - Version bump
4062
-
4063
- ## 0.1.5
4064
-
4065
- ### Patch Changes
4066
-
4067
- - Updated dependencies
4068
- - @saas-ui/hotkeys@0.2.4
4069
- - @saas-ui/system@0.2.4
4070
- - @saas-ui/forms@0.1.5
4071
- - @saas-ui/property@0.1.3
4072
- - @saas-ui/auth@0.1.5
4073
- - @saas-ui/button@0.1.5
4074
- - @saas-ui/card@0.1.5
4075
- - @saas-ui/menu@0.1.5
4076
- - @saas-ui/nprogress@0.1.4
4077
- - @saas-ui/persona@0.2.4
4078
- - @saas-ui/snackbar@0.1.4
4079
- - @saas-ui/theme@0.1.4
4080
- - @saas-ui/input-right-button@0.1.5
4081
- - @saas-ui/provider@0.1.4
4082
- - @saas-ui/password-input@0.1.5
4083
-
4084
- ## 0.1.4
4085
-
4086
- ### Patch Changes
4087
-
4088
- - Updated dependencies
4089
- - @saas-ui/auth@0.1.4
4090
- - @saas-ui/button@0.1.4
4091
- - @saas-ui/card@0.1.4
4092
- - @saas-ui/collapse@0.1.4
4093
- - @saas-ui/forms@0.1.4
4094
- - @saas-ui/input-right-button@0.1.4
4095
- - @saas-ui/menu@0.1.4
4096
- - @saas-ui/password-input@0.1.4
4097
-
4098
- ## 0.1.3
4099
-
4100
- ### Patch Changes
4101
-
4102
- - Improved exports configuration
4103
- - Updated dependencies
4104
- - @saas-ui/auth@0.1.3
4105
- - @saas-ui/button@0.1.3
4106
- - @saas-ui/card@0.1.3
4107
- - @saas-ui/collapse@0.1.3
4108
- - @saas-ui/forms@0.1.3
4109
- - @saas-ui/hooks@0.1.3
4110
- - @saas-ui/hotkeys@0.2.3
4111
- - @saas-ui/input-right-button@0.1.3
4112
- - @saas-ui/menu@0.1.3
4113
- - @saas-ui/nprogress@0.1.3
4114
- - @saas-ui/number-input@0.1.3
4115
- - @saas-ui/palette@0.3.2
4116
- - @saas-ui/password-input@0.1.3
4117
- - @saas-ui/persona@0.2.3
4118
- - @saas-ui/pin-input@0.1.3
4119
- - @saas-ui/property@0.1.3
4120
- - @saas-ui/provider@0.1.3
4121
- - @saas-ui/radio@0.1.3
4122
- - @saas-ui/snackbar@0.1.3
4123
- - @saas-ui/system@0.2.3
4124
- - @saas-ui/theme@0.1.3
4125
-
4126
- ## 0.1.2
4127
-
4128
- ### Patch Changes
4129
-
4130
- - Republish with correct deps
4131
- - Updated dependencies
4132
- - @saas-ui/auth@0.1.2
4133
- - @saas-ui/button@0.1.2
4134
- - @saas-ui/card@0.1.2
4135
- - @saas-ui/collapse@0.1.2
4136
- - @saas-ui/forms@0.1.2
4137
- - @saas-ui/hooks@0.1.2
4138
- - @saas-ui/hotkeys@0.2.2
4139
- - @saas-ui/input-right-button@0.1.2
4140
- - @saas-ui/menu@0.1.2
4141
- - @saas-ui/nprogress@0.1.2
4142
- - @saas-ui/number-input@0.1.2
4143
- - @saas-ui/palette@0.3.1
4144
- - @saas-ui/password-input@0.1.2
4145
- - @saas-ui/persona@0.2.2
4146
- - @saas-ui/pin-input@0.1.2
4147
- - @saas-ui/property@0.1.2
4148
- - @saas-ui/provider@0.1.2
4149
- - @saas-ui/radio@0.1.2
4150
- - @saas-ui/snackbar@0.1.2
4151
- - @saas-ui/system@0.2.2
4152
- - @saas-ui/theme@0.1.2
4153
-
4154
- ## 0.1.1
4155
-
4156
- ### Patch Changes
4157
-
4158
- - Fix version mismatch
4159
- - Updated dependencies
4160
- - @saas-ui/provider@0.1.1
4161
- - @saas-ui/snackbar@0.1.1
4162
- - @saas-ui/auth@0.1.1
4163
- - @saas-ui/button@0.1.1
4164
- - @saas-ui/card@0.1.1
4165
- - @saas-ui/collapse@0.1.1
4166
- - @saas-ui/forms@0.1.1
4167
- - @saas-ui/hooks@0.1.1
4168
- - @saas-ui/hotkeys@0.2.1
4169
- - @saas-ui/input-right-button@0.1.1
4170
- - @saas-ui/menu@0.1.1
4171
- - @saas-ui/nprogress@0.1.1
4172
- - @saas-ui/number-input@0.1.1
4173
- - @saas-ui/password-input@0.1.1
4174
- - @saas-ui/persona@0.2.1
4175
- - @saas-ui/pin-input@0.1.1
4176
- - @saas-ui/property@0.1.1
4177
- - @saas-ui/radio@0.1.1
4178
- - @saas-ui/system@0.2.1
4179
- - @saas-ui/theme@0.1.1
4180
-
4181
- ## 0.1.0
4182
-
4183
- ### Minor Changes
4184
-
4185
- - Initial release of Saas UI Core
4186
-
4187
- ### Patch Changes
4188
-
4189
- - Updated dependencies
4190
- - @saas-ui/auth@0.1.0
4191
- - @saas-ui/button@0.1.0
4192
- - @saas-ui/card@0.1.0
4193
- - @saas-ui/collapse@0.1.0
4194
- - @saas-ui/forms@0.1.0
4195
- - @saas-ui/hooks@0.1.0
4196
- - @saas-ui/hotkeys@0.2.0
4197
- - @saas-ui/input-right-button@0.1.0
4198
- - @saas-ui/menu@0.1.0
4199
- - @saas-ui/nprogress@0.1.0
4200
- - @saas-ui/number-input@0.1.0
4201
- - @saas-ui/password-input@0.1.0
4202
- - @saas-ui/persona@0.2.0
4203
- - @saas-ui/pin-input@0.1.0
4204
- - @saas-ui/property@0.1.0
4205
- - @saas-ui/provider@0.1.0
4206
- - @saas-ui/radio@0.1.0
4207
- - @saas-ui/snackbar@0.1.0
4208
- - @saas-ui/system@0.2.0
4209
- - @saas-ui/theme@0.1.0