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