@stackframe/js 2.8.54 → 2.8.58

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 (46) hide show
  1. package/dist/esm/lib/cookie.js +50 -15
  2. package/dist/esm/lib/cookie.js.map +1 -1
  3. package/dist/esm/lib/stack-app/apps/implementations/admin-app-impl.js +235 -0
  4. package/dist/esm/lib/stack-app/apps/implementations/admin-app-impl.js.map +1 -1
  5. package/dist/esm/lib/stack-app/apps/implementations/client-app-impl.js +81 -25
  6. package/dist/esm/lib/stack-app/apps/implementations/client-app-impl.js.map +1 -1
  7. package/dist/esm/lib/stack-app/apps/implementations/common.js +2 -1
  8. package/dist/esm/lib/stack-app/apps/implementations/common.js.map +1 -1
  9. package/dist/esm/lib/stack-app/apps/implementations/server-app-impl.js +31 -23
  10. package/dist/esm/lib/stack-app/apps/implementations/server-app-impl.js.map +1 -1
  11. package/dist/esm/lib/stack-app/apps/interfaces/admin-app.js.map +1 -1
  12. package/dist/esm/lib/stack-app/apps/interfaces/client-app.js.map +1 -1
  13. package/dist/esm/lib/stack-app/apps/interfaces/server-app.js.map +1 -1
  14. package/dist/esm/lib/stack-app/common.js.map +1 -1
  15. package/dist/esm/lib/stack-app/index.js.map +1 -1
  16. package/dist/esm/lib/stack-app/projects/index.js +4 -0
  17. package/dist/esm/lib/stack-app/projects/index.js.map +1 -1
  18. package/dist/esm/lib/stack-app/teams/index.js.map +1 -1
  19. package/dist/esm/lib/stack-app/users/index.js +13 -12
  20. package/dist/esm/lib/stack-app/users/index.js.map +1 -1
  21. package/dist/index.d.mts +249 -16
  22. package/dist/index.d.ts +249 -16
  23. package/dist/lib/cookie.js +50 -15
  24. package/dist/lib/cookie.js.map +1 -1
  25. package/dist/lib/stack-app/apps/implementations/admin-app-impl.js +235 -0
  26. package/dist/lib/stack-app/apps/implementations/admin-app-impl.js.map +1 -1
  27. package/dist/lib/stack-app/apps/implementations/client-app-impl.js +79 -23
  28. package/dist/lib/stack-app/apps/implementations/client-app-impl.js.map +1 -1
  29. package/dist/lib/stack-app/apps/implementations/common.js +2 -1
  30. package/dist/lib/stack-app/apps/implementations/common.js.map +1 -1
  31. package/dist/lib/stack-app/apps/implementations/server-app-impl.js +29 -21
  32. package/dist/lib/stack-app/apps/implementations/server-app-impl.js.map +1 -1
  33. package/dist/lib/stack-app/apps/interfaces/admin-app.js.map +1 -1
  34. package/dist/lib/stack-app/apps/interfaces/client-app.js.map +1 -1
  35. package/dist/lib/stack-app/apps/interfaces/server-app.js.map +1 -1
  36. package/dist/lib/stack-app/common.js.map +1 -1
  37. package/dist/lib/stack-app/email/index.js.map +1 -1
  38. package/dist/lib/stack-app/index.js.map +1 -1
  39. package/dist/lib/stack-app/project-configs/index.js.map +1 -1
  40. package/dist/lib/stack-app/projects/index.js +4 -0
  41. package/dist/lib/stack-app/projects/index.js.map +1 -1
  42. package/dist/lib/stack-app/teams/index.js.map +1 -1
  43. package/dist/lib/stack-app/users/index.js +15 -14
  44. package/dist/lib/stack-app/users/index.js.map +1 -1
  45. package/package.json +3 -2
  46. package/CHANGELOG.md +0 -2052
package/CHANGELOG.md DELETED
@@ -1,2052 +0,0 @@
1
- # @stackframe/stack
2
-
3
- ## 2.8.54
4
-
5
- ### Patch Changes
6
-
7
- - Various changes
8
- - Updated dependencies
9
- - @stackframe/stack-shared@2.8.54
10
- - @stackframe/stack-sc@2.8.54
11
- - @stackframe/stack-ui@2.8.54
12
-
13
- ## 2.8.53
14
-
15
- ### Patch Changes
16
-
17
- - Various changes
18
- - Updated dependencies
19
- - @stackframe/stack-shared@2.8.53
20
- - @stackframe/stack-ui@2.8.53
21
- - @stackframe/stack-sc@2.8.53
22
-
23
- ## 2.8.52
24
-
25
- ### Patch Changes
26
-
27
- - Various changes
28
- - Updated dependencies
29
- - @stackframe/stack-shared@2.8.52
30
- - @stackframe/stack-ui@2.8.52
31
- - @stackframe/stack-sc@2.8.52
32
-
33
- ## 2.8.51
34
-
35
- ### Patch Changes
36
-
37
- - Various changes
38
- - Updated dependencies
39
- - @stackframe/stack-shared@2.8.51
40
- - @stackframe/stack-ui@2.8.51
41
- - @stackframe/stack-sc@2.8.51
42
-
43
- ## 2.8.50
44
-
45
- ### Patch Changes
46
-
47
- - Various changes
48
- - Updated dependencies
49
- - @stackframe/stack-sc@2.8.50
50
- - @stackframe/stack-shared@2.8.50
51
- - @stackframe/stack-ui@2.8.50
52
-
53
- ## 2.8.49
54
-
55
- ### Patch Changes
56
-
57
- - Various changes
58
- - Updated dependencies
59
- - @stackframe/stack-sc@2.8.49
60
- - @stackframe/stack-shared@2.8.49
61
- - @stackframe/stack-ui@2.8.49
62
-
63
- ## 2.8.48
64
-
65
- ### Patch Changes
66
-
67
- - Various changes
68
- - Updated dependencies
69
- - @stackframe/stack-shared@2.8.48
70
- - @stackframe/stack-ui@2.8.48
71
- - @stackframe/stack-sc@2.8.48
72
-
73
- ## 2.8.47
74
-
75
- ### Patch Changes
76
-
77
- - Various changes
78
- - Updated dependencies
79
- - @stackframe/stack-sc@2.8.47
80
- - @stackframe/stack-shared@2.8.47
81
- - @stackframe/stack-ui@2.8.47
82
-
83
- ## 2.8.46
84
-
85
- ### Patch Changes
86
-
87
- - Various changes
88
- - Updated dependencies
89
- - @stackframe/stack-sc@2.8.46
90
- - @stackframe/stack-shared@2.8.46
91
- - @stackframe/stack-ui@2.8.46
92
-
93
- ## 2.8.45
94
-
95
- ### Patch Changes
96
-
97
- - Various changes
98
- - Updated dependencies
99
- - @stackframe/stack-shared@2.8.45
100
- - @stackframe/stack-ui@2.8.45
101
- - @stackframe/stack-sc@2.8.45
102
-
103
- ## 2.8.44
104
-
105
- ### Patch Changes
106
-
107
- - Various changes
108
- - Updated dependencies
109
- - @stackframe/stack-shared@2.8.44
110
- - @stackframe/stack-ui@2.8.44
111
- - @stackframe/stack-sc@2.8.44
112
-
113
- ## 2.8.43
114
-
115
- ### Patch Changes
116
-
117
- - Various changes
118
- - @stackframe/stack-sc@2.8.43
119
- - @stackframe/stack-shared@2.8.43
120
- - @stackframe/stack-ui@2.8.43
121
-
122
- ## 2.8.42
123
-
124
- ### Patch Changes
125
-
126
- - Various changes
127
- - Updated dependencies
128
- - @stackframe/stack-shared@2.8.42
129
- - @stackframe/stack-sc@2.8.42
130
- - @stackframe/stack-ui@2.8.42
131
-
132
- ## 2.8.41
133
-
134
- ### Patch Changes
135
-
136
- - Updated dependencies
137
- - @stackframe/stack-shared@2.8.41
138
- - @stackframe/stack-ui@2.8.41
139
- - @stackframe/stack-sc@2.8.41
140
-
141
- ## 2.8.40
142
-
143
- ### Patch Changes
144
-
145
- - Various changes
146
- - Updated dependencies
147
- - @stackframe/stack-shared@2.8.40
148
- - @stackframe/stack-ui@2.8.40
149
- - @stackframe/stack-sc@2.8.40
150
-
151
- ## 2.8.39
152
-
153
- ### Patch Changes
154
-
155
- - Various changes
156
- - Updated dependencies
157
- - @stackframe/stack-shared@2.8.39
158
- - @stackframe/stack-ui@2.8.39
159
- - @stackframe/stack-sc@2.8.39
160
-
161
- ## 2.8.38
162
-
163
- ### Patch Changes
164
-
165
- - Various changes
166
- - Updated dependencies
167
- - @stackframe/stack-shared@2.8.38
168
- - @stackframe/stack-ui@2.8.38
169
- - @stackframe/stack-sc@2.8.38
170
-
171
- ## 2.8.37
172
-
173
- ### Patch Changes
174
-
175
- - Various changes
176
- - Updated dependencies
177
- - @stackframe/stack-shared@2.8.37
178
- - @stackframe/stack-ui@2.8.37
179
- - @stackframe/stack-sc@2.8.37
180
-
181
- ## 2.8.36
182
-
183
- ### Patch Changes
184
-
185
- - Various changes
186
- - Updated dependencies
187
- - @stackframe/stack-shared@2.8.36
188
- - @stackframe/stack-sc@2.8.36
189
- - @stackframe/stack-ui@2.8.36
190
-
191
- ## 2.8.35
192
-
193
- ### Patch Changes
194
-
195
- - Various changes
196
- - Updated dependencies
197
- - @stackframe/stack-shared@2.8.35
198
- - @stackframe/stack-ui@2.8.35
199
- - @stackframe/stack-sc@2.8.35
200
-
201
- ## 2.8.34
202
-
203
- ### Patch Changes
204
-
205
- - Various changes
206
- - Updated dependencies
207
- - @stackframe/stack-shared@2.8.34
208
- - @stackframe/stack-ui@2.8.34
209
- - @stackframe/stack-sc@2.8.34
210
-
211
- ## 2.8.33
212
-
213
- ### Patch Changes
214
-
215
- - Various changes
216
- - Updated dependencies
217
- - @stackframe/stack-shared@2.8.33
218
- - @stackframe/stack-sc@2.8.33
219
- - @stackframe/stack-ui@2.8.33
220
-
221
- ## 2.8.32
222
-
223
- ### Patch Changes
224
-
225
- - Various changes
226
- - Updated dependencies
227
- - @stackframe/stack-shared@2.8.32
228
- - @stackframe/stack-ui@2.8.32
229
- - @stackframe/stack-sc@2.8.32
230
-
231
- ## 2.8.31
232
-
233
- ### Patch Changes
234
-
235
- - Various changes
236
- - Updated dependencies
237
- - @stackframe/stack-sc@2.8.31
238
- - @stackframe/stack-shared@2.8.31
239
- - @stackframe/stack-ui@2.8.31
240
-
241
- ## 2.8.30
242
-
243
- ### Patch Changes
244
-
245
- - Various changes
246
- - Updated dependencies
247
- - @stackframe/stack-shared@2.8.30
248
- - @stackframe/stack-ui@2.8.30
249
- - @stackframe/stack-sc@2.8.30
250
-
251
- ## 2.8.29
252
-
253
- ### Patch Changes
254
-
255
- - Various changes
256
- - Updated dependencies
257
- - @stackframe/stack-shared@2.8.29
258
- - @stackframe/stack-ui@2.8.29
259
- - @stackframe/stack-sc@2.8.29
260
-
261
- ## 2.8.28
262
-
263
- ### Patch Changes
264
-
265
- - Various changes
266
- - Updated dependencies
267
- - @stackframe/stack-shared@2.8.28
268
- - @stackframe/stack-ui@2.8.28
269
- - @stackframe/stack-sc@2.8.28
270
-
271
- ## 2.8.27
272
-
273
- ### Patch Changes
274
-
275
- - Various changes
276
- - Updated dependencies
277
- - @stackframe/stack-shared@2.8.27
278
- - @stackframe/stack-ui@2.8.27
279
- - @stackframe/stack-sc@2.8.27
280
-
281
- ## 2.8.26
282
-
283
- ### Patch Changes
284
-
285
- - Various changes
286
- - Updated dependencies
287
- - @stackframe/stack-shared@2.8.26
288
- - @stackframe/stack-ui@2.8.26
289
- - @stackframe/stack-sc@2.8.26
290
-
291
- ## 2.8.25
292
-
293
- ### Patch Changes
294
-
295
- - Various changes
296
- - Updated dependencies
297
- - @stackframe/stack-shared@2.8.25
298
- - @stackframe/stack-ui@2.8.25
299
- - @stackframe/stack-sc@2.8.25
300
-
301
- ## 2.8.24
302
-
303
- ### Patch Changes
304
-
305
- - Various changes
306
- - Updated dependencies
307
- - @stackframe/stack-shared@2.8.24
308
- - @stackframe/stack-ui@2.8.24
309
- - @stackframe/stack-sc@2.8.24
310
-
311
- ## 2.8.23
312
-
313
- ### Patch Changes
314
-
315
- - Various changes
316
- - Updated dependencies
317
- - @stackframe/stack-shared@2.8.23
318
- - @stackframe/stack-ui@2.8.23
319
- - @stackframe/stack-sc@2.8.23
320
-
321
- ## 2.8.22
322
-
323
- ### Patch Changes
324
-
325
- - Updated dependencies
326
- - @stackframe/stack-shared@2.8.22
327
- - @stackframe/stack-ui@2.8.22
328
- - @stackframe/stack-sc@2.8.22
329
-
330
- ## 2.8.21
331
-
332
- ### Patch Changes
333
-
334
- - Various changes
335
- - Updated dependencies
336
- - @stackframe/stack-shared@2.8.21
337
- - @stackframe/stack-ui@2.8.21
338
- - @stackframe/stack-sc@2.8.21
339
-
340
- ## 2.8.20
341
-
342
- ### Patch Changes
343
-
344
- - Updated dependencies
345
- - @stackframe/stack-shared@2.8.20
346
- - @stackframe/stack-ui@2.8.20
347
- - @stackframe/stack-sc@2.8.20
348
-
349
- ## 2.8.19
350
-
351
- ### Patch Changes
352
-
353
- - Various changes
354
- - Updated dependencies
355
- - @stackframe/stack-shared@2.8.19
356
- - @stackframe/stack-ui@2.8.19
357
- - @stackframe/stack-sc@2.8.19
358
-
359
- ## 2.8.18
360
-
361
- ### Patch Changes
362
-
363
- - Various changes
364
- - Updated dependencies
365
- - @stackframe/stack-shared@2.8.18
366
- - @stackframe/stack-ui@2.8.18
367
- - @stackframe/stack-sc@2.8.18
368
-
369
- ## 2.8.17
370
-
371
- ### Patch Changes
372
-
373
- - @stackframe/stack-sc@2.8.17
374
- - @stackframe/stack-shared@2.8.17
375
- - @stackframe/stack-ui@2.8.17
376
-
377
- ## 2.8.16
378
-
379
- ### Patch Changes
380
-
381
- - Various changes
382
- - Updated dependencies
383
- - @stackframe/stack-shared@2.8.16
384
- - @stackframe/stack-ui@2.8.16
385
- - @stackframe/stack-sc@2.8.16
386
-
387
- ## 2.8.15
388
-
389
- ### Patch Changes
390
-
391
- - @stackframe/stack-sc@2.8.15
392
- - @stackframe/stack-shared@2.8.15
393
- - @stackframe/stack-ui@2.8.15
394
-
395
- ## 2.8.14
396
-
397
- ### Patch Changes
398
-
399
- - Various changes
400
- - Updated dependencies
401
- - @stackframe/stack-shared@2.8.14
402
- - @stackframe/stack-ui@2.8.14
403
- - @stackframe/stack-sc@2.8.14
404
-
405
- ## 2.8.13
406
-
407
- ### Patch Changes
408
-
409
- - Various changes
410
- - Updated dependencies
411
- - @stackframe/stack-shared@2.8.13
412
- - @stackframe/stack-sc@2.8.13
413
- - @stackframe/stack-ui@2.8.13
414
-
415
- ## 2.8.12
416
-
417
- ### Patch Changes
418
-
419
- - Various changes
420
- - Updated dependencies
421
- - @stackframe/stack-shared@2.8.12
422
- - @stackframe/stack-ui@2.8.12
423
- - @stackframe/stack-sc@2.8.12
424
-
425
- ## 2.8.11
426
-
427
- ### Patch Changes
428
-
429
- - Various changes
430
- - Updated dependencies
431
- - @stackframe/stack-shared@2.8.11
432
- - @stackframe/stack-ui@2.8.11
433
- - @stackframe/stack-sc@2.8.11
434
-
435
- ## 2.8.10
436
-
437
- ### Patch Changes
438
-
439
- - Various changes
440
- - Updated dependencies
441
- - @stackframe/stack-shared@2.8.10
442
- - @stackframe/stack-ui@2.8.10
443
- - @stackframe/stack-sc@2.8.10
444
-
445
- ## 2.8.9
446
-
447
- ### Patch Changes
448
-
449
- - @stackframe/stack-sc@2.8.9
450
- - @stackframe/stack-shared@2.8.9
451
- - @stackframe/stack-ui@2.8.9
452
-
453
- ## 2.8.8
454
-
455
- ### Patch Changes
456
-
457
- - Various changes
458
- - Updated dependencies
459
- - @stackframe/stack-ui@2.8.8
460
- - @stackframe/stack-sc@2.8.8
461
- - @stackframe/stack-shared@2.8.8
462
-
463
- ## 2.8.7
464
-
465
- ### Patch Changes
466
-
467
- - Various changes
468
- - @stackframe/stack-sc@2.8.7
469
- - @stackframe/stack-shared@2.8.7
470
- - @stackframe/stack-ui@2.8.7
471
-
472
- ## 2.8.6
473
-
474
- ### Patch Changes
475
-
476
- - Updated dependencies
477
- - @stackframe/stack-shared@2.8.6
478
- - @stackframe/stack-ui@2.8.6
479
- - @stackframe/stack-sc@2.8.6
480
-
481
- ## 2.8.5
482
-
483
- ### Patch Changes
484
-
485
- - Various changes
486
- - Updated dependencies
487
- - @stackframe/stack-shared@2.8.5
488
- - @stackframe/stack-ui@2.8.5
489
- - @stackframe/stack-sc@2.8.5
490
-
491
- ## 2.8.4
492
-
493
- ### Patch Changes
494
-
495
- - Updated dependencies
496
- - @stackframe/stack-shared@2.8.4
497
- - @stackframe/stack-ui@2.8.4
498
- - @stackframe/stack-sc@2.8.4
499
-
500
- ## 2.8.3
501
-
502
- ### Patch Changes
503
-
504
- - Various changes
505
- - Updated dependencies
506
- - @stackframe/stack-shared@2.8.3
507
- - @stackframe/stack-ui@2.8.3
508
- - @stackframe/stack-sc@2.8.3
509
-
510
- ## 2.8.2
511
-
512
- ### Patch Changes
513
-
514
- - Various changes
515
- - Updated dependencies
516
- - @stackframe/stack-shared@2.8.2
517
- - @stackframe/stack-ui@2.8.2
518
- - @stackframe/stack-sc@2.8.2
519
-
520
- ## 2.8.1
521
-
522
- ### Patch Changes
523
-
524
- - @stackframe/stack-sc@2.8.1
525
- - @stackframe/stack-shared@2.8.1
526
- - @stackframe/stack-ui@2.8.1
527
-
528
- ## 2.8.0
529
-
530
- ### Minor Changes
531
-
532
- - Various changes
533
-
534
- ### Patch Changes
535
-
536
- - Updated dependencies
537
- - @stackframe/stack-shared@2.8.0
538
- - @stackframe/stack-ui@2.8.0
539
- - @stackframe/stack-sc@2.8.0
540
-
541
- ## 2.7.30
542
-
543
- ### Patch Changes
544
-
545
- - Various changes
546
- - Updated dependencies
547
- - @stackframe/stack-shared@2.7.30
548
- - @stackframe/stack-ui@2.7.30
549
- - @stackframe/stack-sc@2.7.30
550
-
551
- ## 2.7.29
552
-
553
- ### Patch Changes
554
-
555
- - Various changes
556
- - Updated dependencies
557
- - @stackframe/stack-shared@2.7.29
558
- - @stackframe/stack-ui@2.7.29
559
- - @stackframe/stack-sc@2.7.29
560
-
561
- ## 2.7.28
562
-
563
- ### Patch Changes
564
-
565
- - Various changes
566
- - Updated dependencies
567
- - @stackframe/stack-shared@2.7.28
568
- - @stackframe/stack-ui@2.7.28
569
- - @stackframe/stack-sc@2.7.28
570
-
571
- ## 2.7.27
572
-
573
- ### Patch Changes
574
-
575
- - Various changes
576
- - Updated dependencies
577
- - @stackframe/stack-shared@2.7.27
578
- - @stackframe/stack-ui@2.7.27
579
- - @stackframe/stack-sc@2.7.27
580
-
581
- ## 2.7.26
582
-
583
- ### Patch Changes
584
-
585
- - Various changes
586
- - Updated dependencies
587
- - @stackframe/stack-shared@2.7.26
588
- - @stackframe/stack-ui@2.7.26
589
- - @stackframe/stack-sc@2.7.26
590
-
591
- ## 2.7.25
592
-
593
- ### Patch Changes
594
-
595
- - Various changes
596
- - Updated dependencies
597
- - @stackframe/stack-ui@2.7.25
598
- - @stackframe/stack-sc@2.7.25
599
- - @stackframe/stack-shared@2.7.25
600
-
601
- ## 2.7.24
602
-
603
- ### Patch Changes
604
-
605
- - Various changes
606
- - @stackframe/stack-sc@2.7.24
607
- - @stackframe/stack-shared@2.7.24
608
- - @stackframe/stack-ui@2.7.24
609
-
610
- ## 2.7.23
611
-
612
- ### Patch Changes
613
-
614
- - Various changes
615
- - Updated dependencies
616
- - @stackframe/stack-sc@2.7.23
617
- - @stackframe/stack-shared@2.7.23
618
- - @stackframe/stack-ui@2.7.23
619
-
620
- ## 2.7.22
621
-
622
- ### Patch Changes
623
-
624
- - Various changes
625
- - Updated dependencies
626
- - @stackframe/stack-shared@2.7.22
627
- - @stackframe/stack-ui@2.7.22
628
- - @stackframe/stack-sc@2.7.22
629
-
630
- ## 2.7.21
631
-
632
- ### Patch Changes
633
-
634
- - Various changes
635
- - Updated dependencies
636
- - @stackframe/stack-shared@2.7.21
637
- - @stackframe/stack-ui@2.7.21
638
- - @stackframe/stack-sc@2.7.21
639
-
640
- ## 2.7.20
641
-
642
- ### Patch Changes
643
-
644
- - Various changes
645
- - Updated dependencies
646
- - @stackframe/stack-shared@2.7.20
647
- - @stackframe/stack-ui@2.7.20
648
- - @stackframe/stack-sc@2.7.20
649
-
650
- ## 2.7.19
651
-
652
- ### Patch Changes
653
-
654
- - @stackframe/stack-sc@2.7.19
655
- - @stackframe/stack-shared@2.7.19
656
- - @stackframe/stack-ui@2.7.19
657
-
658
- ## 2.7.18
659
-
660
- ### Patch Changes
661
-
662
- - Various changes
663
- - Updated dependencies
664
- - @stackframe/stack-sc@2.7.18
665
- - @stackframe/stack-shared@2.7.18
666
- - @stackframe/stack-ui@2.7.18
667
-
668
- ## 2.7.17
669
-
670
- ### Patch Changes
671
-
672
- - Various changes
673
- - Updated dependencies
674
- - @stackframe/stack-shared@2.7.17
675
- - @stackframe/stack-ui@2.7.17
676
- - @stackframe/stack-sc@2.7.17
677
-
678
- ## 2.7.16
679
-
680
- ### Patch Changes
681
-
682
- - Various changes
683
- - Updated dependencies
684
- - @stackframe/stack-shared@2.7.16
685
- - @stackframe/stack-ui@2.7.16
686
- - @stackframe/stack-sc@2.7.16
687
-
688
- ## 2.7.15
689
-
690
- ### Patch Changes
691
-
692
- - Updated dependencies
693
- - @stackframe/stack-shared@2.7.15
694
- - @stackframe/stack-ui@2.7.15
695
- - @stackframe/stack-sc@2.7.15
696
-
697
- ## 2.7.14
698
-
699
- ### Patch Changes
700
-
701
- - Various changes
702
- - Updated dependencies
703
- - @stackframe/stack-shared@2.7.14
704
- - @stackframe/stack-ui@2.7.14
705
- - @stackframe/stack-sc@2.7.14
706
-
707
- ## 2.7.13
708
-
709
- ### Patch Changes
710
-
711
- - Various changes
712
- - Updated dependencies
713
- - @stackframe/stack-shared@2.7.13
714
- - @stackframe/stack-ui@2.7.13
715
- - @stackframe/stack-sc@2.7.13
716
-
717
- ## 2.7.12
718
-
719
- ### Patch Changes
720
-
721
- - Various changes
722
- - Updated dependencies
723
- - @stackframe/stack-shared@2.7.12
724
- - @stackframe/stack-sc@2.7.12
725
- - @stackframe/stack-ui@2.7.12
726
-
727
- ## 2.7.11
728
-
729
- ### Patch Changes
730
-
731
- - @stackframe/stack-sc@2.7.11
732
- - @stackframe/stack-shared@2.7.11
733
- - @stackframe/stack-ui@2.7.11
734
-
735
- ## 2.7.10
736
-
737
- ### Patch Changes
738
-
739
- - Various changes
740
- - Updated dependencies
741
- - @stackframe/stack-sc@2.7.10
742
- - @stackframe/stack-shared@2.7.10
743
- - @stackframe/stack-ui@2.7.10
744
-
745
- ## 2.7.9
746
-
747
- ### Patch Changes
748
-
749
- - Updated dependencies
750
- - @stackframe/stack-shared@2.7.9
751
- - @stackframe/stack-ui@2.7.9
752
- - @stackframe/stack-sc@2.7.9
753
-
754
- ## 2.7.8
755
-
756
- ### Patch Changes
757
-
758
- - Various changes
759
- - Updated dependencies
760
- - @stackframe/stack-shared@2.7.8
761
- - @stackframe/stack-sc@2.7.8
762
- - @stackframe/stack-ui@2.7.8
763
-
764
- ## 2.7.7
765
-
766
- ### Patch Changes
767
-
768
- - Various changes
769
- - Updated dependencies
770
- - @stackframe/stack-shared@2.7.7
771
- - @stackframe/stack-ui@2.7.7
772
- - @stackframe/stack-sc@2.7.7
773
-
774
- ## 2.7.6
775
-
776
- ### Patch Changes
777
-
778
- - Fixed bugs, updated Neon requirements
779
- - Updated dependencies
780
- - @stackframe/stack-shared@2.7.6
781
- - @stackframe/stack-sc@2.7.6
782
- - @stackframe/stack-ui@2.7.6
783
-
784
- ## 2.7.5
785
-
786
- ### Patch Changes
787
-
788
- - Updated dependencies
789
- - @stackframe/stack-shared@2.7.5
790
- - @stackframe/stack-ui@2.7.5
791
- - @stackframe/stack-sc@2.7.5
792
-
793
- ## 2.7.4
794
-
795
- ### Patch Changes
796
-
797
- - Various changes
798
- - @stackframe/stack-sc@2.7.4
799
- - @stackframe/stack-shared@2.7.4
800
- - @stackframe/stack-ui@2.7.4
801
-
802
- ## 2.7.3
803
-
804
- ### Patch Changes
805
-
806
- - Various changes
807
- - Updated dependencies
808
- - @stackframe/stack-shared@2.7.3
809
- - @stackframe/stack-ui@2.7.3
810
- - @stackframe/stack-sc@2.7.3
811
-
812
- ## 2.7.2
813
-
814
- ### Patch Changes
815
-
816
- - Updated dependencies
817
- - @stackframe/stack-shared@2.7.2
818
- - @stackframe/stack-ui@2.7.2
819
- - @stackframe/stack-sc@2.7.2
820
-
821
- ## 2.7.1
822
-
823
- ### Patch Changes
824
-
825
- - Various changes
826
- - Updated dependencies
827
- - @stackframe/stack-shared@2.7.1
828
- - @stackframe/stack-ui@2.7.1
829
- - @stackframe/stack-sc@2.7.1
830
-
831
- ## 2.7.0
832
-
833
- ### Minor Changes
834
-
835
- - Various changes
836
-
837
- ### Patch Changes
838
-
839
- - Updated dependencies
840
- - @stackframe/stack-shared@2.7.0
841
- - @stackframe/stack-ui@2.7.0
842
- - @stackframe/stack-sc@2.7.0
843
-
844
- ## 2.6.39
845
-
846
- ### Patch Changes
847
-
848
- - Updated dependencies
849
- - @stackframe/stack-shared@2.6.39
850
- - @stackframe/stack-ui@2.6.39
851
- - @stackframe/stack-sc@2.6.39
852
-
853
- ## 2.6.38
854
-
855
- ### Patch Changes
856
-
857
- - Updated dependencies
858
- - @stackframe/stack-shared@2.6.38
859
- - @stackframe/stack-ui@2.6.38
860
- - @stackframe/stack-sc@2.6.38
861
-
862
- ## 2.6.37
863
-
864
- ### Patch Changes
865
-
866
- - Updated dependencies
867
- - @stackframe/stack-shared@2.6.37
868
- - @stackframe/stack-ui@2.6.37
869
- - @stackframe/stack-sc@2.6.37
870
-
871
- ## 2.6.36
872
-
873
- ### Patch Changes
874
-
875
- - Various updates
876
- - Updated dependencies
877
- - @stackframe/stack-shared@2.6.36
878
- - @stackframe/stack-ui@2.6.36
879
- - @stackframe/stack-sc@2.6.36
880
-
881
- ## 2.6.35
882
-
883
- ### Patch Changes
884
-
885
- - Bugfixes
886
- - Updated dependencies
887
- - @stackframe/stack-shared@2.6.35
888
- - @stackframe/stack-ui@2.6.35
889
- - @stackframe/stack-sc@2.6.35
890
-
891
- ## 2.6.34
892
-
893
- ### Patch Changes
894
-
895
- - Bugfixes
896
- - Updated dependencies
897
- - @stackframe/stack-shared@2.6.34
898
- - @stackframe/stack-ui@2.6.34
899
- - @stackframe/stack-sc@2.6.34
900
-
901
- ## 2.6.33
902
-
903
- ### Patch Changes
904
-
905
- - @stackframe/stack-sc@2.6.33
906
- - @stackframe/stack-shared@2.6.33
907
- - @stackframe/stack-ui@2.6.33
908
-
909
- ## 2.6.32
910
-
911
- ### Patch Changes
912
-
913
- - Updated dependencies
914
- - @stackframe/stack-shared@2.6.32
915
- - @stackframe/stack-ui@2.6.32
916
- - @stackframe/stack-sc@2.6.32
917
-
918
- ## 2.6.31
919
-
920
- ### Patch Changes
921
-
922
- - Bugfixes
923
- - Updated dependencies
924
- - @stackframe/stack-shared@2.6.31
925
- - @stackframe/stack-ui@2.6.31
926
- - @stackframe/stack-sc@2.6.31
927
-
928
- ## 2.6.30
929
-
930
- ### Patch Changes
931
-
932
- - Bugfixes
933
- - Updated dependencies
934
- - @stackframe/stack-shared@2.6.30
935
- - @stackframe/stack-ui@2.6.30
936
- - @stackframe/stack-sc@2.6.30
937
-
938
- ## 2.6.29
939
-
940
- ### Patch Changes
941
-
942
- - Bugfixes
943
- - Updated dependencies
944
- - @stackframe/stack-shared@2.6.29
945
- - @stackframe/stack-ui@2.6.29
946
- - @stackframe/stack-sc@2.6.29
947
-
948
- ## 2.6.28
949
-
950
- ### Patch Changes
951
-
952
- - Bugfixes
953
- - Updated dependencies
954
- - @stackframe/stack-shared@2.6.28
955
- - @stackframe/stack-ui@2.6.28
956
- - @stackframe/stack-sc@2.6.28
957
-
958
- ## 2.6.27
959
-
960
- ### Patch Changes
961
-
962
- - Bugfixes
963
- - Updated dependencies
964
- - @stackframe/stack-shared@2.6.27
965
- - @stackframe/stack-ui@2.6.27
966
- - @stackframe/stack-sc@2.6.27
967
-
968
- ## 2.6.26
969
-
970
- ### Patch Changes
971
-
972
- - Various bugfixes
973
- - Updated dependencies
974
- - @stackframe/stack-sc@2.6.26
975
- - @stackframe/stack-shared@2.6.26
976
- - @stackframe/stack-ui@2.6.26
977
-
978
- ## 2.6.25
979
-
980
- ### Patch Changes
981
-
982
- - Translation overrides
983
- - Updated dependencies
984
- - @stackframe/stack-shared@2.6.25
985
- - @stackframe/stack-ui@2.6.25
986
- - @stackframe/stack-sc@2.6.25
987
-
988
- ## 2.6.24
989
-
990
- ### Patch Changes
991
-
992
- - Bugfixes
993
- - Updated dependencies
994
- - @stackframe/stack-shared@2.6.24
995
- - @stackframe/stack-ui@2.6.24
996
- - @stackframe/stack-sc@2.6.24
997
-
998
- ## 2.6.23
999
-
1000
- ### Patch Changes
1001
-
1002
- - Bugfixes
1003
- - Updated dependencies
1004
- - @stackframe/stack-shared@2.6.23
1005
- - @stackframe/stack-sc@2.6.23
1006
- - @stackframe/stack-ui@2.6.23
1007
-
1008
- ## 2.6.22
1009
-
1010
- ### Patch Changes
1011
-
1012
- - Bugfixes
1013
- - Updated dependencies
1014
- - @stackframe/stack-shared@2.6.22
1015
- - @stackframe/stack-sc@2.6.22
1016
- - @stackframe/stack-ui@2.6.22
1017
-
1018
- ## 2.6.21
1019
-
1020
- ### Patch Changes
1021
-
1022
- - Fixed inviteUser
1023
- - Updated dependencies
1024
- - @stackframe/stack-shared@2.6.21
1025
- - @stackframe/stack-sc@2.6.21
1026
- - @stackframe/stack-ui@2.6.21
1027
-
1028
- ## 2.6.20
1029
-
1030
- ### Patch Changes
1031
-
1032
- - Next.js 15 fixes
1033
- - Updated dependencies
1034
- - @stackframe/stack-shared@2.6.20
1035
- - @stackframe/stack-sc@2.6.20
1036
- - @stackframe/stack-ui@2.6.20
1037
-
1038
- ## 2.6.19
1039
-
1040
- ### Patch Changes
1041
-
1042
- - Bugfixes
1043
- - Updated dependencies
1044
- - @stackframe/stack-shared@2.6.19
1045
- - @stackframe/stack-sc@2.6.19
1046
- - @stackframe/stack-ui@2.6.19
1047
-
1048
- ## 2.6.18
1049
-
1050
- ### Patch Changes
1051
-
1052
- - fixed user update bug
1053
- - Updated dependencies
1054
- - @stackframe/stack-shared@2.6.18
1055
- - @stackframe/stack-sc@2.6.18
1056
- - @stackframe/stack-ui@2.6.18
1057
-
1058
- ## 2.6.17
1059
-
1060
- ### Patch Changes
1061
-
1062
- - Loading skeletons
1063
- - Updated dependencies
1064
- - @stackframe/stack-shared@2.6.17
1065
- - @stackframe/stack-sc@2.6.17
1066
- - @stackframe/stack-ui@2.6.17
1067
-
1068
- ## 2.6.16
1069
-
1070
- ### Patch Changes
1071
-
1072
- - - list user pagination
1073
- - fixed visual glitches
1074
- - Updated dependencies
1075
- - @stackframe/stack-shared@2.6.16
1076
- - @stackframe/stack-ui@2.6.16
1077
- - @stackframe/stack-sc@2.6.16
1078
-
1079
- ## 2.6.15
1080
-
1081
- ### Patch Changes
1082
-
1083
- - Passkeys
1084
- - Updated dependencies
1085
- - @stackframe/stack-shared@2.6.15
1086
- - @stackframe/stack-ui@2.6.15
1087
- - @stackframe/stack-sc@2.6.15
1088
-
1089
- ## 2.6.14
1090
-
1091
- ### Patch Changes
1092
-
1093
- - @stackframe/stack-sc@2.6.14
1094
- - @stackframe/stack-shared@2.6.14
1095
- - @stackframe/stack-ui@2.6.14
1096
-
1097
- ## 2.6.13
1098
-
1099
- ### Patch Changes
1100
-
1101
- - Updated docs
1102
- - Updated dependencies
1103
- - @stackframe/stack-shared@2.6.13
1104
- - @stackframe/stack-ui@2.6.13
1105
- - @stackframe/stack-sc@2.6.13
1106
-
1107
- ## 2.6.12
1108
-
1109
- ### Patch Changes
1110
-
1111
- - Updated account settings page
1112
- - Updated dependencies
1113
- - @stackframe/stack-shared@2.6.12
1114
- - @stackframe/stack-sc@2.6.12
1115
- - @stackframe/stack-ui@2.6.12
1116
-
1117
- ## 2.6.11
1118
-
1119
- ### Patch Changes
1120
-
1121
- - fixed account settings bugs
1122
- - Updated dependencies
1123
- - @stackframe/stack-shared@2.6.11
1124
- - @stackframe/stack-sc@2.6.11
1125
- - @stackframe/stack-ui@2.6.11
1126
-
1127
- ## 2.6.10
1128
-
1129
- ### Patch Changes
1130
-
1131
- - Various bugfixes
1132
- - Updated dependencies
1133
- - @stackframe/stack-shared@2.6.10
1134
- - @stackframe/stack-sc@2.6.10
1135
- - @stackframe/stack-ui@2.6.10
1136
-
1137
- ## 2.6.9
1138
-
1139
- ### Patch Changes
1140
-
1141
- - - New contact channel API
1142
- - Fixed some visual gitches and typos
1143
- - Bug fixes
1144
- - Updated dependencies
1145
- - @stackframe/stack-shared@2.6.9
1146
- - @stackframe/stack-sc@2.6.9
1147
- - @stackframe/stack-ui@2.6.9
1148
-
1149
- ## 2.6.8
1150
-
1151
- ### Patch Changes
1152
-
1153
- - Updated dependencies
1154
- - @stackframe/stack-shared@2.6.8
1155
- - @stackframe/stack-ui@2.6.8
1156
- - @stackframe/stack-sc@2.6.8
1157
-
1158
- ## 2.6.7
1159
-
1160
- ### Patch Changes
1161
-
1162
- - Bugfixes
1163
- - Updated dependencies
1164
- - @stackframe/stack-sc@2.6.7
1165
- - @stackframe/stack-shared@2.6.7
1166
- - @stackframe/stack-ui@2.6.7
1167
-
1168
- ## 2.6.6
1169
-
1170
- ### Patch Changes
1171
-
1172
- - Bugfixes
1173
- - @stackframe/stack-sc@2.6.6
1174
- - @stackframe/stack-shared@2.6.6
1175
- - @stackframe/stack-ui@2.6.6
1176
-
1177
- ## 2.6.5
1178
-
1179
- ### Patch Changes
1180
-
1181
- - Minor improvements
1182
- - Updated dependencies
1183
- - @stackframe/stack-shared@2.6.5
1184
- - @stackframe/stack-sc@2.6.5
1185
- - @stackframe/stack-ui@2.6.5
1186
-
1187
- ## 2.6.4
1188
-
1189
- ### Patch Changes
1190
-
1191
- - fixed small problems
1192
- - Updated dependencies
1193
- - @stackframe/stack-shared@2.6.4
1194
- - @stackframe/stack-sc@2.6.4
1195
- - @stackframe/stack-ui@2.6.4
1196
-
1197
- ## 2.6.3
1198
-
1199
- ### Patch Changes
1200
-
1201
- - Bugfixes
1202
- - Updated dependencies
1203
- - @stackframe/stack-shared@2.6.3
1204
- - @stackframe/stack-ui@2.6.3
1205
- - @stackframe/stack-sc@2.6.3
1206
-
1207
- ## 2.6.2
1208
-
1209
- ### Patch Changes
1210
-
1211
- - Several bugfixes & typos
1212
- - Updated dependencies
1213
- - @stackframe/stack-shared@2.6.2
1214
- - @stackframe/stack-ui@2.6.2
1215
- - @stackframe/stack-sc@2.6.2
1216
-
1217
- ## 2.6.1
1218
-
1219
- ### Patch Changes
1220
-
1221
- - Bugfixes
1222
- - @stackframe/stack-sc@2.6.1
1223
- - @stackframe/stack-shared@2.6.1
1224
- - @stackframe/stack-ui@2.6.1
1225
-
1226
- ## 2.6.0
1227
-
1228
- ### Minor Changes
1229
-
1230
- - OTP login, more providers, and styling improvements
1231
-
1232
- ### Patch Changes
1233
-
1234
- - Updated dependencies
1235
- - @stackframe/stack-shared@2.6.0
1236
- - @stackframe/stack-sc@2.6.0
1237
- - @stackframe/stack-ui@2.6.0
1238
-
1239
- ## 2.5.37
1240
-
1241
- ### Patch Changes
1242
-
1243
- - client side account deletion; new account setting style;
1244
- - Updated dependencies
1245
- - @stackframe/stack-shared@2.5.37
1246
- - @stackframe/stack-ui@2.5.37
1247
- - @stackframe/stack-sc@2.5.37
1248
-
1249
- ## 2.5.36
1250
-
1251
- ### Patch Changes
1252
-
1253
- - added apple oauth
1254
- - Updated dependencies
1255
- - @stackframe/stack-shared@2.5.36
1256
- - @stackframe/stack-sc@2.5.36
1257
- - @stackframe/stack-ui@2.5.36
1258
-
1259
- ## 2.5.35
1260
-
1261
- ### Patch Changes
1262
-
1263
- - Doc improvements
1264
- - Updated dependencies
1265
- - @stackframe/stack-shared@2.5.35
1266
- - @stackframe/stack-ui@2.5.35
1267
- - @stackframe/stack-sc@2.5.35
1268
-
1269
- ## 2.5.34
1270
-
1271
- ### Patch Changes
1272
-
1273
- - Internationalization
1274
- - Updated dependencies
1275
- - @stackframe/stack-shared@2.5.34
1276
- - @stackframe/stack-ui@2.5.34
1277
- - @stackframe/stack-sc@2.5.34
1278
-
1279
- ## 2.5.33
1280
-
1281
- ### Patch Changes
1282
-
1283
- - Team membership webhooks
1284
- - Updated dependencies
1285
- - @stackframe/stack-shared@2.5.33
1286
- - @stackframe/stack-ui@2.5.33
1287
- - @stackframe/stack-sc@2.5.33
1288
-
1289
- ## 2.5.32
1290
-
1291
- ### Patch Changes
1292
-
1293
- - Updated dependencies
1294
- - @stackframe/stack-shared@2.5.32
1295
- - @stackframe/stack-ui@2.5.32
1296
- - @stackframe/stack-sc@2.5.32
1297
-
1298
- ## 2.5.31
1299
-
1300
- ### Patch Changes
1301
-
1302
- - JWKS
1303
- - Updated dependencies
1304
- - @stackframe/stack-shared@2.5.31
1305
- - @stackframe/stack-ui@2.5.31
1306
- - @stackframe/stack-sc@2.5.31
1307
-
1308
- ## 2.5.30
1309
-
1310
- ### Patch Changes
1311
-
1312
- - More OAuth providers
1313
- - Updated dependencies
1314
- - @stackframe/stack-shared@2.5.30
1315
- - @stackframe/stack-ui@2.5.30
1316
- - @stackframe/stack-sc@2.5.30
1317
-
1318
- ## 2.5.29
1319
-
1320
- ### Patch Changes
1321
-
1322
- - @stackframe/stack-sc@2.5.29
1323
- - @stackframe/stack-shared@2.5.29
1324
- - @stackframe/stack-ui@2.5.29
1325
-
1326
- ## 2.5.28
1327
-
1328
- ### Patch Changes
1329
-
1330
- - Bugfixes
1331
- - Updated dependencies
1332
- - @stackframe/stack-shared@2.5.28
1333
- - @stackframe/stack-ui@2.5.28
1334
- - @stackframe/stack-sc@2.5.28
1335
-
1336
- ## 2.5.27
1337
-
1338
- ### Patch Changes
1339
-
1340
- - Bugfixes
1341
- - Updated dependencies
1342
- - @stackframe/stack-shared@2.5.27
1343
- - @stackframe/stack-sc@2.5.27
1344
- - @stackframe/stack-ui@2.5.27
1345
-
1346
- ## 2.5.26
1347
-
1348
- ### Patch Changes
1349
-
1350
- - Bugfixes
1351
- - Updated dependencies
1352
- - @stackframe/stack-sc@2.5.26
1353
- - @stackframe/stack-shared@2.5.26
1354
- - @stackframe/stack-ui@2.5.26
1355
-
1356
- ## 2.5.25
1357
-
1358
- ### Patch Changes
1359
-
1360
- - GitLab OAuth provider
1361
- - Updated dependencies
1362
- - @stackframe/stack-shared@2.5.25
1363
- - @stackframe/stack-ui@2.5.25
1364
- - @stackframe/stack-sc@2.5.25
1365
-
1366
- ## 2.5.24
1367
-
1368
- ### Patch Changes
1369
-
1370
- - Various bugfixes
1371
- - Updated dependencies
1372
- - @stackframe/stack-shared@2.5.24
1373
- - @stackframe/stack-ui@2.5.24
1374
- - @stackframe/stack-sc@2.5.24
1375
-
1376
- ## 2.5.23
1377
-
1378
- ### Patch Changes
1379
-
1380
- - Various bugfixes and performance improvements
1381
- - Updated dependencies
1382
- - @stackframe/stack-ui@2.5.23
1383
- - @stackframe/stack-sc@2.5.23
1384
- - @stackframe/stack-shared@2.5.23
1385
-
1386
- ## 2.5.22
1387
-
1388
- ### Patch Changes
1389
-
1390
- - Team metadata
1391
- - Updated dependencies
1392
- - @stackframe/stack-shared@2.5.22
1393
- - @stackframe/stack-ui@2.5.22
1394
- - @stackframe/stack-sc@2.5.22
1395
-
1396
- ## 2.5.21
1397
-
1398
- ### Patch Changes
1399
-
1400
- - Discord OAuth provider
1401
- - Updated dependencies
1402
- - @stackframe/stack-shared@2.5.21
1403
- - @stackframe/stack-ui@2.5.21
1404
- - @stackframe/stack-sc@2.5.21
1405
-
1406
- ## 2.5.20
1407
-
1408
- ### Patch Changes
1409
-
1410
- - Improved account settings
1411
- - Updated dependencies
1412
- - @stackframe/stack-shared@2.5.20
1413
- - @stackframe/stack-ui@2.5.20
1414
- - @stackframe/stack-sc@2.5.20
1415
-
1416
- ## 2.5.19
1417
-
1418
- ### Patch Changes
1419
-
1420
- - Team frontend components
1421
- - Updated dependencies
1422
- - @stackframe/stack-sc@2.5.19
1423
- - @stackframe/stack-shared@2.5.19
1424
- - @stackframe/stack-ui@2.5.19
1425
-
1426
- ## 2.5.18
1427
-
1428
- ### Patch Changes
1429
-
1430
- - Multi-factor authentication
1431
- - Updated dependencies
1432
- - @stackframe/stack-shared@2.5.18
1433
- - @stackframe/stack-ui@2.5.18
1434
- - @stackframe/stack-sc@2.5.18
1435
-
1436
- ## 2.5.17
1437
-
1438
- ### Patch Changes
1439
-
1440
- - Updated dependencies
1441
- - @stackframe/stack-shared@2.5.17
1442
- - @stackframe/stack-ui@2.5.17
1443
- - @stackframe/stack-sc@2.5.17
1444
-
1445
- ## 2.5.16
1446
-
1447
- ### Patch Changes
1448
-
1449
- - @stackframe/stack-sc@2.5.16
1450
- - @stackframe/stack-shared@2.5.16
1451
- - @stackframe/stack-ui@2.5.16
1452
-
1453
- ## 2.5.15
1454
-
1455
- ### Patch Changes
1456
-
1457
- - Webhooks
1458
- - Updated dependencies
1459
- - @stackframe/stack-shared@2.5.15
1460
- - @stackframe/stack-sc@2.5.15
1461
- - @stackframe/stack-ui@2.5.15
1462
-
1463
- ## 2.5.14
1464
-
1465
- ### Patch Changes
1466
-
1467
- - @stackframe/stack-sc@2.5.14
1468
- - @stackframe/stack-shared@2.5.14
1469
- - @stackframe/stack-ui@2.5.14
1470
-
1471
- ## 2.5.13
1472
-
1473
- ### Patch Changes
1474
-
1475
- - Add server side get connected account
1476
- - Updated dependencies
1477
- - @stackframe/stack-shared@2.5.13
1478
- - @stackframe/stack-ui@2.5.13
1479
- - @stackframe/stack-sc@2.5.13
1480
-
1481
- ## 2.5.12
1482
-
1483
- ### Patch Changes
1484
-
1485
- - Bugfixes
1486
- - Updated dependencies
1487
- - @stackframe/stack-shared@2.5.12
1488
- - @stackframe/stack-ui@2.5.12
1489
- - @stackframe/stack-sc@2.5.12
1490
-
1491
- ## 2.5.11
1492
-
1493
- ### Patch Changes
1494
-
1495
- - Update descriptions & docs
1496
- - @stackframe/stack-sc@2.5.11
1497
- - @stackframe/stack-shared@2.5.11
1498
- - @stackframe/stack-ui@2.5.11
1499
-
1500
- ## 2.5.10
1501
-
1502
- ### Patch Changes
1503
-
1504
- - Facebook Business support
1505
- - Updated dependencies
1506
- - @stackframe/stack-shared@2.5.10
1507
- - @stackframe/stack-ui@2.5.10
1508
- - @stackframe/stack-sc@2.5.10
1509
-
1510
- ## 2.5.9
1511
-
1512
- ### Patch Changes
1513
-
1514
- - Impersonation
1515
- - Updated dependencies
1516
- - @stackframe/stack-shared@2.5.9
1517
- - @stackframe/stack-ui@2.5.9
1518
- - @stackframe/stack-sc@2.5.9
1519
-
1520
- ## 2.5.8
1521
-
1522
- ### Patch Changes
1523
-
1524
- - Improved docs
1525
- - Updated dependencies
1526
- - @stackframe/stack-shared@2.5.8
1527
- - @stackframe/stack-ui@2.5.8
1528
- - @stackframe/stack-sc@2.5.8
1529
-
1530
- ## 2.5.7
1531
-
1532
- ### Patch Changes
1533
-
1534
- - Bugfixes
1535
- - @stackframe/stack-sc@2.5.7
1536
- - @stackframe/stack-shared@2.5.7
1537
- - @stackframe/stack-ui@2.5.7
1538
-
1539
- ## 2.5.6
1540
-
1541
- ### Patch Changes
1542
-
1543
- - Updated dependencies
1544
- - @stackframe/stack-shared@2.5.6
1545
- - @stackframe/stack-ui@2.5.6
1546
- - @stackframe/stack-sc@2.5.6
1547
-
1548
- ## 2.5.5
1549
-
1550
- ### Patch Changes
1551
-
1552
- - @stackframe/stack-sc@2.5.5
1553
- - @stackframe/stack-shared@2.5.5
1554
- - @stackframe/stack-ui@2.5.5
1555
-
1556
- ## 2.5.4
1557
-
1558
- ### Patch Changes
1559
-
1560
- - Backend rework
1561
- - Updated dependencies
1562
- - @stackframe/stack-shared@2.5.4
1563
- - @stackframe/stack-sc@2.5.4
1564
- - @stackframe/stack-ui@2.5.4
1565
-
1566
- ## 2.5.3
1567
-
1568
- ### Patch Changes
1569
-
1570
- - Bugfixes
1571
- - Updated dependencies
1572
- - @stackframe/stack-shared@2.5.3
1573
- - @stackframe/stack-sc@2.5.3
1574
- - @stackframe/stack-ui@2.5.3
1575
-
1576
- ## 2.5.2
1577
-
1578
- ### Patch Changes
1579
-
1580
- - Team profile pictures
1581
- - Updated dependencies
1582
- - @stackframe/stack-shared@2.5.2
1583
- - @stackframe/stack-ui@2.5.2
1584
- - @stackframe/stack-sc@2.5.2
1585
-
1586
- ## 2.5.1
1587
-
1588
- ### Patch Changes
1589
-
1590
- - New backend endpoints
1591
- - Updated dependencies
1592
- - @stackframe/stack-shared@2.5.1
1593
- - @stackframe/stack-ui@2.5.1
1594
- - @stackframe/stack-sc@2.5.1
1595
-
1596
- ## 2.5.0
1597
-
1598
- ### Minor Changes
1599
-
1600
- - Client teams and many bugfixes
1601
-
1602
- ### Patch Changes
1603
-
1604
- - Updated dependencies
1605
- - @stackframe/stack-shared@2.5.0
1606
- - @stackframe/stack-ui@2.5.0
1607
- - @stackframe/stack-sc@2.5.0
1608
-
1609
- ## 2.4.28
1610
-
1611
- ### Patch Changes
1612
-
1613
- - Bugfixes
1614
- - Updated dependencies
1615
- - @stackframe/stack-shared@2.4.28
1616
- - @stackframe/stack-sc@2.4.28
1617
-
1618
- ## 2.4.27
1619
-
1620
- ### Patch Changes
1621
-
1622
- - Export MagicLinkSignIn component
1623
- - @stackframe/stack-sc@2.4.27
1624
- - @stackframe/stack-shared@2.4.27
1625
-
1626
- ## 2.4.26
1627
-
1628
- ### Patch Changes
1629
-
1630
- - Improve docs
1631
- - Updated dependencies
1632
- - @stackframe/stack-shared@2.4.26
1633
- - @stackframe/stack-sc@2.4.26
1634
-
1635
- ## 2.4.25
1636
-
1637
- ### Patch Changes
1638
-
1639
- - Docs update
1640
- - Updated dependencies
1641
- - @stackframe/stack-shared@2.4.25
1642
- - @stackframe/stack-sc@2.4.25
1643
-
1644
- ## 2.4.24
1645
-
1646
- ### Patch Changes
1647
-
1648
- - Team switcher
1649
- - Updated dependencies
1650
- - @stackframe/stack-shared@2.4.24
1651
- - @stackframe/stack-sc@2.4.24
1652
-
1653
- ## 2.4.23
1654
-
1655
- ### Patch Changes
1656
-
1657
- - Bugfixes
1658
- - Updated dependencies
1659
- - @stackframe/stack-shared@2.4.23
1660
- - @stackframe/stack-sc@2.4.23
1661
-
1662
- ## 2.4.22
1663
-
1664
- ### Patch Changes
1665
-
1666
- - OAuth scopes
1667
- - Updated dependencies
1668
- - @stackframe/stack-shared@2.4.22
1669
- - @stackframe/stack-sc@2.4.22
1670
-
1671
- ## 2.4.21
1672
-
1673
- ### Patch Changes
1674
-
1675
- - Bugfixes
1676
- - Updated dependencies
1677
- - @stackframe/stack-sc@2.4.21
1678
- - @stackframe/stack-shared@2.4.21
1679
-
1680
- ## 2.4.20
1681
-
1682
- ### Patch Changes
1683
-
1684
- - Support multiple projects on the same domain
1685
- - Updated dependencies
1686
- - @stackframe/stack-shared@2.4.20
1687
- - @stackframe/stack-sc@2.4.20
1688
-
1689
- ## 2.4.19
1690
-
1691
- ### Patch Changes
1692
-
1693
- - Sync package versions
1694
- - Updated dependencies
1695
- - @stackframe/stack-sc@2.4.19
1696
- - @stackframe/stack-shared@2.4.19
1697
-
1698
- ## 2.4.18
1699
-
1700
- ### Patch Changes
1701
-
1702
- - Bugfixes
1703
- - Updated dependencies
1704
- - @stackframe/stack-shared@2.4.14
1705
-
1706
- ## 2.4.17
1707
-
1708
- ### Patch Changes
1709
-
1710
- - Bugfixes
1711
-
1712
- ## 2.4.16
1713
-
1714
- ### Patch Changes
1715
-
1716
- - Improve setup flow
1717
- - Updated dependencies
1718
- - @stackframe/stack-shared@2.4.13
1719
- - @stackframe/stack-sc@1.5.6
1720
-
1721
- ## 2.4.15
1722
-
1723
- ### Patch Changes
1724
-
1725
- - Improved client styling, added login form, added spotify oauth
1726
- - Updated dependencies
1727
- - @stackframe/stack-shared@2.4.12
1728
-
1729
- ## 2.4.14
1730
-
1731
- ### Patch Changes
1732
-
1733
- - Added email editor
1734
- - Updated dependencies
1735
- - @stackframe/stack-shared@2.4.11
1736
-
1737
- ## 2.4.13
1738
-
1739
- ### Patch Changes
1740
-
1741
- - Bug fixes
1742
- - Updated dependencies
1743
- - @stackframe/stack-shared@2.4.10
1744
- - @stackframe/stack-sc@1.5.5
1745
-
1746
- ## 2.4.12
1747
-
1748
- ### Patch Changes
1749
-
1750
- - Bugfixes
1751
- - Updated dependencies
1752
- - @stackframe/stack-shared@2.4.9
1753
- - @stackframe/stack-sc@1.5.4
1754
-
1755
- ## 2.4.11
1756
-
1757
- ### Patch Changes
1758
-
1759
- - Cloudflare Workers support
1760
-
1761
- ## 2.4.10
1762
-
1763
- ### Patch Changes
1764
-
1765
- - Updated dependencies
1766
- - @stackframe/stack-shared@2.4.8
1767
-
1768
- ## 2.4.9
1769
-
1770
- ### Patch Changes
1771
-
1772
- - Bugfixes
1773
- - Updated dependencies
1774
- - @stackframe/stack-shared@2.4.7
1775
- - @stackframe/stack-sc@1.5.3
1776
-
1777
- ## 2.4.8
1778
-
1779
- ### Patch Changes
1780
-
1781
- - Remove crypto-browserify dependency
1782
- - Updated dependencies
1783
- - @stackframe/stack-shared@2.4.6
1784
-
1785
- ## 2.4.7
1786
-
1787
- ### Patch Changes
1788
-
1789
- - Team selection
1790
- - Updated dependencies
1791
- - @stackframe/stack-shared@2.4.5
1792
-
1793
- ## 2.4.6
1794
-
1795
- ### Patch Changes
1796
-
1797
- - UX improvements
1798
- - Updated dependencies
1799
- - @stackframe/stack-shared@2.4.4
1800
-
1801
- ## 2.4.5
1802
-
1803
- ### Patch Changes
1804
-
1805
- - CRUD schemas
1806
- - Updated dependencies
1807
- - @stackframe/stack-shared@2.4.3
1808
- - @stackframe/stack-sc@1.5.2
1809
-
1810
- ## 2.4.4
1811
-
1812
- ### Patch Changes
1813
-
1814
- - Theme updates
1815
-
1816
- ## 2.4.3
1817
-
1818
- ### Patch Changes
1819
-
1820
- - New projects page
1821
- - Updated dependencies
1822
- - @stackframe/stack-shared@2.4.2
1823
-
1824
- ## 2.4.2
1825
-
1826
- ### Patch Changes
1827
-
1828
- - @stackframe package namespace
1829
-
1830
- ## 2.4.1
1831
-
1832
- ### Patch Changes
1833
-
1834
- - Teams, permissions and RBAC
1835
- - Updated dependencies
1836
- - @stackframe/stack-shared@2.4.1
1837
- - @stackframe/stack-sc@1.5.1
1838
-
1839
- ## 2.4.0
1840
-
1841
- ### Minor Changes
1842
-
1843
- - Middleware support
1844
-
1845
- ### Patch Changes
1846
-
1847
- - Updated dependencies
1848
- - @stackframe/stack-shared@2.4.0
1849
- - @stackframe/stack-sc@1.5.0
1850
-
1851
- ## 2.3.8
1852
-
1853
- ### Patch Changes
1854
-
1855
- - Bugfixes
1856
- - Updated dependencies
1857
- - @stackframe/stack-shared@2.3.6
1858
-
1859
- ## 2.3.7
1860
-
1861
- ### Patch Changes
1862
-
1863
- - CommonJS support
1864
- - Updated dependencies
1865
- - @stackframe/stack-shared@2.3.5
1866
-
1867
- ## 2.3.6
1868
-
1869
- ### Patch Changes
1870
-
1871
- - Updated dependencies
1872
- - @stackframe/stack-shared@2.3.4
1873
-
1874
- ## 2.3.5
1875
-
1876
- ### Patch Changes
1877
-
1878
- - Partial pre-rendering
1879
- - Updated dependencies
1880
- - @stackframe/stack-shared@2.3.3
1881
-
1882
- ## 2.3.4
1883
-
1884
- ### Patch Changes
1885
-
1886
- - E2E tests and various fixes
1887
-
1888
- ## 2.3.3
1889
-
1890
- ### Patch Changes
1891
-
1892
- - Magic link configuration
1893
- - Updated dependencies
1894
- - @stackframe/stack-shared@2.3.2
1895
-
1896
- ## 2.3.2
1897
-
1898
- ### Patch Changes
1899
-
1900
- - Add README file
1901
- - Updated dependencies
1902
- - @stackframe/stack-shared@2.3.1
1903
- - @stackframe/stack-sc@1.4.1
1904
-
1905
- ## 2.3.1
1906
-
1907
- ### Patch Changes
1908
-
1909
- - Improve e-mail validation and add request timeouts
1910
-
1911
- ## 2.3.0
1912
-
1913
- ### Minor Changes
1914
-
1915
- - 96c26a7: added magic link
1916
-
1917
- ### Patch Changes
1918
-
1919
- - Various small improvements
1920
- - Updated dependencies
1921
- - Updated dependencies [96c26a7]
1922
- - @stackframe/stack-shared@2.3.0
1923
- - @stackframe/stack-sc@1.4.0
1924
-
1925
- ## 2.2.5
1926
-
1927
- ### Patch Changes
1928
-
1929
- - 5909ecd: fixed bugs
1930
- - Updated dependencies [5909ecd]
1931
- - @stackframe/stack-sc@1.3.2
1932
- - @stackframe/stack-shared@2.2.2
1933
-
1934
- ## 2.2.4
1935
-
1936
- ### Patch Changes
1937
-
1938
- - fixed minor errors
1939
- - Updated dependencies
1940
- - @stackframe/stack-sc@1.3.1
1941
- - @stackframe/stack-shared@2.2.1
1942
-
1943
- ## 2.2.3
1944
-
1945
- ### Patch Changes
1946
-
1947
- - fixed access token parsing error
1948
-
1949
- ## 2.2.2
1950
-
1951
- ### Patch Changes
1952
-
1953
- - fixed mui import problem
1954
-
1955
- ## 2.2.1
1956
-
1957
- ### Patch Changes
1958
-
1959
- - fixed dependency bug
1960
-
1961
- ## 2.2.0
1962
-
1963
- ### Minor Changes
1964
-
1965
- - 2995d96: Added new UserButton component and Account setting page
1966
-
1967
- ### Patch Changes
1968
-
1969
- - 2995d96: Fixed signin title bug
1970
- - Updated dependencies [2995d96]
1971
- - @stackframe/stack-shared@2.2.0
1972
-
1973
- ## 2.1.3
1974
-
1975
- ### Patch Changes
1976
-
1977
- - 4f985be: Fixed signin title bug
1978
-
1979
- ## 2.1.2
1980
-
1981
- ### Patch Changes
1982
-
1983
- - 2eda71b: Fixed UI bugs
1984
-
1985
- ## 2.1.1
1986
-
1987
- ### Patch Changes
1988
-
1989
- - fixed theme config bug
1990
-
1991
- ## 2.1.0
1992
-
1993
- ### Minor Changes
1994
-
1995
- - 9e9907f: Added new stack UI system
1996
-
1997
- ### Patch Changes
1998
-
1999
- - Updated dependencies [9e9907f]
2000
- - @stackframe/stack-shared@2.1.0
2001
- - @stackframe/stack-sc@1.3.0
2002
-
2003
- ## 2.0.0
2004
-
2005
- ### Major Changes
2006
-
2007
- - 948252f: removed redirect URL in function options, redirect automatically to default URL
2008
-
2009
- ### Patch Changes
2010
-
2011
- - Updated dependencies [948252f]
2012
- - @stackframe/stack-shared@2.0.0
2013
-
2014
- ## 1.2.1
2015
-
2016
- ### Patch Changes
2017
-
2018
- - fixed import bugs
2019
- - Updated dependencies
2020
- - @stackframe/stack-sc@1.2.1
2021
- - @stackframe/stack-shared@1.2.1
2022
-
2023
- ## 1.2.0
2024
-
2025
- ### Minor Changes
2026
-
2027
- - Fixed infinite reload bug, added dashboard provider update
2028
-
2029
- ### Patch Changes
2030
-
2031
- - Updated dependencies
2032
- - @stackframe/stack-sc@1.2.0
2033
- - @stackframe/stack-shared@1.2.0
2034
-
2035
- ## 1.1.1
2036
-
2037
- ### Patch Changes
2038
-
2039
- - Updated dependencies
2040
- - @stackframe/stack-sc@1.1.1
2041
-
2042
- ## 1.1.0
2043
-
2044
- ### Minor Changes
2045
-
2046
- - fixed bugs
2047
-
2048
- ### Patch Changes
2049
-
2050
- - Updated dependencies
2051
- - @stackframe/stack-shared@1.1.0
2052
- - @stackframe/stack-sc@1.1.0