@saas-ui/react 3.0.0-next.34 → 3.0.0-next.36

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