@spark-web/data-table 0.0.0-snapshot-release-20260408010050

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,733 @@
1
+ # @spark-web/data-table
2
+
3
+ ## 0.0.0-snapshot-release-20260408010050
4
+
5
+ ### Patch Changes
6
+
7
+ - [#782](https://github.com/brighte-labs/spark-web/pull/782)
8
+ [`dac32f1`](https://github.com/brighte-labs/spark-web/commit/dac32f1b933adb00c681af483887d500c39d0143)
9
+ Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! -
10
+ **data-table:** align color tokens with @spark-web/table conventions — use
11
+ `primarySoft` for selected rows, `inputPressed` for hover, `primaryActive` for
12
+ header text/border; switch sort icons to `SortAscending/DescendingIcon`; add
13
+ `aria-sort` accessibility attribute; add CLAUDE.md AI context
14
+
15
+ ## 5.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#667](https://github.com/brighte-labs/spark-web/pull/667)
20
+ [`80d9c15`](https://github.com/brighte-labs/spark-web/commit/80d9c156a40bbcd2b1a91a2d0403b3c8e9b47b4e)
21
+ Thanks [@Leo704099](https://github.com/Leo704099)! - Support react 17 to 19
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ [[`80d9c15`](https://github.com/brighte-labs/spark-web/commit/80d9c156a40bbcd2b1a91a2d0403b3c8e9b47b4e)]:
27
+ - @spark-web/checkbox@5.1.0
28
+ - @spark-web/spinner@5.1.0
29
+ - @spark-web/theme@5.13.0
30
+ - @spark-web/utils@5.1.0
31
+ - @spark-web/a11y@5.3.0
32
+ - @spark-web/icon@5.1.0
33
+ - @spark-web/text@5.3.0
34
+ - @spark-web/box@6.0.0
35
+
36
+ ## 5.1.1
37
+
38
+ ### Patch Changes
39
+
40
+ - [#737](https://github.com/brighte-labs/spark-web/pull/737)
41
+ [`43060b0`](https://github.com/brighte-labs/spark-web/commit/43060b0d1b9a97dbaff145c327d2426b0240bb1f)
42
+ Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! - added
43
+ spacing between sort icon and column header + added default sorting value
44
+
45
+ ## 5.1.0
46
+
47
+ ### Minor Changes
48
+
49
+ - [#732](https://github.com/brighte-labs/spark-web/pull/732)
50
+ [`330f514`](https://github.com/brighte-labs/spark-web/commit/330f51443f1a6bb65945d32437165a3af87045d5)
51
+ Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! - added
52
+ sorting functionality
53
+
54
+ ## 5.0.3
55
+
56
+ ### Patch Changes
57
+
58
+ - [#731](https://github.com/brighte-labs/spark-web/pull/731)
59
+ [`3ce0a81`](https://github.com/brighte-labs/spark-web/commit/3ce0a816c62e7897112d7045d3a8c333ce497d21)
60
+ Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! - make
61
+ column size configurable
62
+
63
+ ## 5.0.2
64
+
65
+ ### Patch Changes
66
+
67
+ - [#698](https://github.com/brighte-labs/spark-web/pull/698)
68
+ [`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)
69
+ Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - Bump version
70
+
71
+ - Updated dependencies
72
+ [[`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)]:
73
+ - @spark-web/box@5.2.2
74
+ - @spark-web/checkbox@5.0.4
75
+ - @spark-web/text@5.2.3
76
+ - @spark-web/theme@5.12.1
77
+
78
+ ## 5.0.1
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies
83
+ [[`1995db7`](https://github.com/brighte-labs/spark-web/commit/1995db7f4342803732c7648ab3ca6d32442cc347)]:
84
+ - @spark-web/theme@5.12.0
85
+ - @spark-web/checkbox@5.0.3
86
+ - @spark-web/text@5.2.2
87
+
88
+ ## 5.0.0
89
+
90
+ ### Major Changes
91
+
92
+ - This release of spark-web standardises the version across all packages to be
93
+ **`v5`**, primarily signifying the switch from `@emotion/css` to
94
+ `@emotion/react` as one of the key dependencies of the entire library, in
95
+ order to support server-side rendering / SSR.
96
+
97
+ This release also introduces support for theming, to allow for more co-branded
98
+ experiences across our web applications. It also supports component-level
99
+ theming for `<Button />`, `<ButtonLink />`, and `<Checkbox />`, which provides
100
+ the capability to override the global theme available inside an application.
101
+
102
+ To use this in an application, you can wrap the affected areas with a
103
+ `ThemeProvider`:
104
+
105
+ ```
106
+ <ThemeProvider theme="pantheon">
107
+ <Input type="text" />
108
+ <Button type="submit" />
109
+ </ThemeProvider>
110
+ ```
111
+
112
+ Part of the theming capabilities includes a new theme for `spark-web` called
113
+ "pantheon", which should map with our co-branding efforts in the Pantheon
114
+ project. It currently includes a small set of colors and its corresponding
115
+ font family.
116
+
117
+ ### Patch Changes
118
+
119
+ - [#532](https://github.com/brighte-labs/spark-web/pull/532)
120
+ [`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)
121
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Fix
122
+ type-related issues
123
+
124
+ - Updated dependencies
125
+ [[`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)]:
126
+ - @spark-web/checkbox@5.0.0
127
+ - @spark-web/spinner@5.0.0
128
+ - @spark-web/theme@5.0.0
129
+ - @spark-web/utils@5.0.0
130
+ - @spark-web/a11y@5.0.0
131
+ - @spark-web/text@5.0.0
132
+ - @spark-web/box@5.0.0
133
+
134
+ ## 5.0.0-rc.31
135
+
136
+ ### Patch Changes
137
+
138
+ - Fix type-related issues
139
+
140
+ - Updated dependencies []:
141
+ - @spark-web/checkbox@5.0.0-rc.31
142
+ - @spark-web/spinner@5.0.0-rc.31
143
+ - @spark-web/theme@5.0.0-rc.31
144
+ - @spark-web/utils@5.0.0-rc.31
145
+ - @spark-web/a11y@5.0.0-rc.31
146
+ - @spark-web/text@5.0.0-rc.31
147
+ - @spark-web/box@5.0.0-rc.31
148
+
149
+ ## 5.0.0-rc.30
150
+
151
+ ### Minor Changes
152
+
153
+ - Adopt latest changes from stable main branch
154
+
155
+ ### Patch Changes
156
+
157
+ - Updated dependencies []:
158
+ - @spark-web/checkbox@5.0.0-rc.30
159
+ - @spark-web/spinner@5.0.0-rc.30
160
+ - @spark-web/theme@5.0.0-rc.30
161
+ - @spark-web/utils@5.0.0-rc.30
162
+ - @spark-web/a11y@5.0.0-rc.30
163
+ - @spark-web/text@5.0.0-rc.30
164
+ - @spark-web/box@5.0.0-rc.30
165
+
166
+ ## 5.0.0-rc.29
167
+
168
+ ### Minor Changes
169
+
170
+ - Revise stylesheet maps to align with theme name change
171
+
172
+ ### Patch Changes
173
+
174
+ - Updated dependencies []:
175
+ - @spark-web/checkbox@5.0.0-rc.29
176
+ - @spark-web/spinner@5.0.0-rc.29
177
+ - @spark-web/theme@5.0.0-rc.29
178
+ - @spark-web/utils@5.0.0-rc.29
179
+ - @spark-web/a11y@5.0.0-rc.29
180
+ - @spark-web/text@5.0.0-rc.29
181
+ - @spark-web/box@5.0.0-rc.29
182
+
183
+ ## 5.0.0-rc.28
184
+
185
+ ### Minor Changes
186
+
187
+ - Move fonts to theme package; Introduce Pantheon font family and stylesheet
188
+
189
+ ### Patch Changes
190
+
191
+ - Updated dependencies []:
192
+ - @spark-web/checkbox@5.0.0-rc.28
193
+ - @spark-web/spinner@5.0.0-rc.28
194
+ - @spark-web/theme@5.0.0-rc.28
195
+ - @spark-web/utils@5.0.0-rc.28
196
+ - @spark-web/a11y@5.0.0-rc.28
197
+ - @spark-web/text@5.0.0-rc.28
198
+ - @spark-web/box@5.0.0-rc.28
199
+
200
+ ## 5.0.0-rc.27
201
+
202
+ ### Minor Changes
203
+
204
+ - Remove theme prop in button link
205
+
206
+ ### Patch Changes
207
+
208
+ - Updated dependencies []:
209
+ - @spark-web/checkbox@5.0.0-rc.27
210
+ - @spark-web/spinner@5.0.0-rc.27
211
+ - @spark-web/theme@5.0.0-rc.27
212
+ - @spark-web/utils@5.0.0-rc.27
213
+ - @spark-web/a11y@5.0.0-rc.27
214
+ - @spark-web/text@5.0.0-rc.27
215
+ - @spark-web/box@5.0.0-rc.27
216
+
217
+ ## 5.0.0-rc.26
218
+
219
+ ### Minor Changes
220
+
221
+ - Roll back on using theme prop for component level theming; prefer using
222
+ ThemeProvider in applications instead
223
+
224
+ ### Patch Changes
225
+
226
+ - Updated dependencies []:
227
+ - @spark-web/checkbox@5.0.0-rc.26
228
+ - @spark-web/spinner@5.0.0-rc.26
229
+ - @spark-web/theme@5.0.0-rc.26
230
+ - @spark-web/utils@5.0.0-rc.26
231
+ - @spark-web/a11y@5.0.0-rc.26
232
+ - @spark-web/text@5.0.0-rc.26
233
+ - @spark-web/box@5.0.0-rc.26
234
+
235
+ ## 5.0.0-rc.25
236
+
237
+ ### Minor Changes
238
+
239
+ - Implement checkbox tokens for test theme
240
+
241
+ ### Patch Changes
242
+
243
+ - Updated dependencies []:
244
+ - @spark-web/checkbox@5.0.0-rc.25
245
+ - @spark-web/spinner@5.0.0-rc.25
246
+ - @spark-web/theme@5.0.0-rc.25
247
+ - @spark-web/utils@5.0.0-rc.25
248
+ - @spark-web/a11y@5.0.0-rc.25
249
+ - @spark-web/text@5.0.0-rc.25
250
+ - @spark-web/box@5.0.0-rc.25
251
+
252
+ ## 5.0.0-rc.24
253
+
254
+ ### Minor Changes
255
+
256
+ - Resolve issues with package build output
257
+
258
+ ### Patch Changes
259
+
260
+ - Updated dependencies []:
261
+ - @spark-web/checkbox@5.0.0-rc.24
262
+ - @spark-web/spinner@5.0.0-rc.24
263
+ - @spark-web/theme@5.0.0-rc.24
264
+ - @spark-web/utils@5.0.0-rc.24
265
+ - @spark-web/a11y@5.0.0-rc.24
266
+ - @spark-web/text@5.0.0-rc.24
267
+ - @spark-web/box@5.0.0-rc.24
268
+
269
+ ## 1.0.0-rc.21
270
+
271
+ ### Minor Changes
272
+
273
+ - Introduce global theming provider to set global default theme
274
+
275
+ ### Patch Changes
276
+
277
+ - Updated dependencies []:
278
+ - @spark-web/checkbox@2.0.0-rc.21
279
+ - @spark-web/spinner@2.0.0-rc.21
280
+ - @spark-web/theme@4.0.0-rc.21
281
+ - @spark-web/utils@2.0.0-rc.21
282
+ - @spark-web/a11y@2.0.0-rc.21
283
+ - @spark-web/text@2.0.0-rc.21
284
+ - @spark-web/box@2.0.0-rc.21
285
+
286
+ ## 1.0.0-rc.20
287
+
288
+ ### Minor Changes
289
+
290
+ - Support for component-level theming; button-level theming
291
+
292
+ ### Patch Changes
293
+
294
+ - Updated dependencies []:
295
+ - @spark-web/checkbox@2.0.0-rc.20
296
+ - @spark-web/spinner@2.0.0-rc.20
297
+ - @spark-web/theme@4.0.0-rc.20
298
+ - @spark-web/utils@2.0.0-rc.20
299
+ - @spark-web/a11y@2.0.0-rc.20
300
+ - @spark-web/text@2.0.0-rc.20
301
+ - @spark-web/box@2.0.0-rc.20
302
+
303
+ ## 1.0.0-rc.19
304
+
305
+ ### Major Changes
306
+
307
+ - test
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies []:
312
+ - @spark-web/checkbox@2.0.0-rc.19
313
+ - @spark-web/spinner@2.0.0-rc.19
314
+ - @spark-web/theme@4.0.0-rc.19
315
+ - @spark-web/utils@2.0.0-rc.19
316
+ - @spark-web/a11y@2.0.0-rc.19
317
+ - @spark-web/text@2.0.0-rc.19
318
+ - @spark-web/box@2.0.0-rc.19
319
+
320
+ ## 1.0.0-rc.18
321
+
322
+ ### Major Changes
323
+
324
+ - tests
325
+
326
+ ### Patch Changes
327
+
328
+ - Updated dependencies []:
329
+ - @spark-web/checkbox@2.0.0-rc.18
330
+ - @spark-web/spinner@2.0.0-rc.18
331
+ - @spark-web/theme@4.0.0-rc.18
332
+ - @spark-web/utils@2.0.0-rc.18
333
+ - @spark-web/a11y@2.0.0-rc.18
334
+ - @spark-web/text@2.0.0-rc.18
335
+ - @spark-web/box@2.0.0-rc.18
336
+
337
+ ## 1.0.0-rc.17
338
+
339
+ ### Major Changes
340
+
341
+ - test
342
+
343
+ ### Patch Changes
344
+
345
+ - Updated dependencies []:
346
+ - @spark-web/checkbox@2.0.0-rc.17
347
+ - @spark-web/spinner@2.0.0-rc.17
348
+ - @spark-web/theme@4.0.0-rc.17
349
+ - @spark-web/utils@2.0.0-rc.17
350
+ - @spark-web/a11y@2.0.0-rc.17
351
+ - @spark-web/text@2.0.0-rc.17
352
+ - @spark-web/box@2.0.0-rc.17
353
+
354
+ ## 1.0.0-rc.16
355
+
356
+ ### Major Changes
357
+
358
+ - test
359
+
360
+ ### Patch Changes
361
+
362
+ - Updated dependencies []:
363
+ - @spark-web/checkbox@2.0.0-rc.16
364
+ - @spark-web/spinner@2.0.0-rc.16
365
+ - @spark-web/theme@4.0.0-rc.16
366
+ - @spark-web/utils@2.0.0-rc.16
367
+ - @spark-web/a11y@2.0.0-rc.16
368
+ - @spark-web/text@2.0.0-rc.16
369
+ - @spark-web/box@2.0.0-rc.16
370
+
371
+ ## 1.0.0-rc.15
372
+
373
+ ### Major Changes
374
+
375
+ - test
376
+
377
+ ### Patch Changes
378
+
379
+ - Updated dependencies []:
380
+ - @spark-web/checkbox@2.0.0-rc.15
381
+ - @spark-web/spinner@2.0.0-rc.15
382
+ - @spark-web/theme@4.0.0-rc.15
383
+ - @spark-web/utils@2.0.0-rc.15
384
+ - @spark-web/a11y@2.0.0-rc.15
385
+ - @spark-web/text@2.0.0-rc.15
386
+ - @spark-web/box@2.0.0-rc.15
387
+
388
+ ## 1.0.0-rc.14
389
+
390
+ ### Major Changes
391
+
392
+ - test
393
+
394
+ ### Patch Changes
395
+
396
+ - Updated dependencies []:
397
+ - @spark-web/checkbox@2.0.0-rc.14
398
+ - @spark-web/spinner@2.0.0-rc.14
399
+ - @spark-web/theme@4.0.0-rc.14
400
+ - @spark-web/utils@2.0.0-rc.14
401
+ - @spark-web/a11y@2.0.0-rc.14
402
+ - @spark-web/text@2.0.0-rc.14
403
+ - @spark-web/box@2.0.0-rc.14
404
+
405
+ ## 1.0.0-rc.13
406
+
407
+ ### Major Changes
408
+
409
+ - test
410
+
411
+ ### Patch Changes
412
+
413
+ - Updated dependencies []:
414
+ - @spark-web/checkbox@2.0.0-rc.13
415
+ - @spark-web/spinner@2.0.0-rc.13
416
+ - @spark-web/theme@4.0.0-rc.13
417
+ - @spark-web/utils@2.0.0-rc.13
418
+ - @spark-web/a11y@2.0.0-rc.13
419
+ - @spark-web/text@2.0.0-rc.13
420
+ - @spark-web/box@2.0.0-rc.13
421
+
422
+ ## 1.0.0-rc.12
423
+
424
+ ### Major Changes
425
+
426
+ - test
427
+
428
+ ### Patch Changes
429
+
430
+ - Updated dependencies []:
431
+ - @spark-web/checkbox@2.0.0-rc.12
432
+ - @spark-web/spinner@2.0.0-rc.12
433
+ - @spark-web/theme@4.0.0-rc.12
434
+ - @spark-web/utils@2.0.0-rc.12
435
+ - @spark-web/a11y@2.0.0-rc.12
436
+ - @spark-web/text@2.0.0-rc.12
437
+ - @spark-web/box@2.0.0-rc.12
438
+
439
+ ## 1.0.0-rc.11
440
+
441
+ ### Major Changes
442
+
443
+ - test
444
+
445
+ ### Patch Changes
446
+
447
+ - Updated dependencies []:
448
+ - @spark-web/checkbox@2.0.0-rc.11
449
+ - @spark-web/spinner@2.0.0-rc.11
450
+ - @spark-web/theme@4.0.0-rc.11
451
+ - @spark-web/utils@2.0.0-rc.11
452
+ - @spark-web/a11y@2.0.0-rc.11
453
+ - @spark-web/text@2.0.0-rc.11
454
+ - @spark-web/box@2.0.0-rc.11
455
+
456
+ ## 1.0.0-rc.10
457
+
458
+ ### Major Changes
459
+
460
+ - test
461
+
462
+ ### Patch Changes
463
+
464
+ - Updated dependencies []:
465
+ - @spark-web/checkbox@2.0.0-rc.10
466
+ - @spark-web/spinner@2.0.0-rc.10
467
+ - @spark-web/theme@4.0.0-rc.10
468
+ - @spark-web/utils@2.0.0-rc.10
469
+ - @spark-web/a11y@2.0.0-rc.10
470
+ - @spark-web/text@2.0.0-rc.10
471
+ - @spark-web/box@2.0.0-rc.10
472
+
473
+ ## 1.0.0-rc.9
474
+
475
+ ### Major Changes
476
+
477
+ - test
478
+
479
+ ### Patch Changes
480
+
481
+ - Updated dependencies []:
482
+ - @spark-web/checkbox@2.0.0-rc.9
483
+ - @spark-web/spinner@2.0.0-rc.9
484
+ - @spark-web/theme@4.0.0-rc.9
485
+ - @spark-web/utils@2.0.0-rc.9
486
+ - @spark-web/a11y@2.0.0-rc.9
487
+ - @spark-web/text@2.0.0-rc.9
488
+ - @spark-web/box@2.0.0-rc.9
489
+
490
+ ## 1.0.0-rc.8
491
+
492
+ ### Major Changes
493
+
494
+ - test
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies []:
499
+ - @spark-web/checkbox@2.0.0-rc.8
500
+ - @spark-web/spinner@2.0.0-rc.8
501
+ - @spark-web/theme@4.0.0-rc.8
502
+ - @spark-web/utils@2.0.0-rc.8
503
+ - @spark-web/a11y@2.0.0-rc.8
504
+ - @spark-web/text@2.0.0-rc.8
505
+ - @spark-web/box@2.0.0-rc.8
506
+
507
+ ## 1.0.0-rc.7
508
+
509
+ ### Major Changes
510
+
511
+ - test
512
+
513
+ ### Patch Changes
514
+
515
+ - Updated dependencies []:
516
+ - @spark-web/checkbox@2.0.0-rc.7
517
+ - @spark-web/spinner@2.0.0-rc.7
518
+ - @spark-web/theme@4.0.0-rc.7
519
+ - @spark-web/utils@2.0.0-rc.7
520
+ - @spark-web/a11y@2.0.0-rc.7
521
+ - @spark-web/text@2.0.0-rc.7
522
+ - @spark-web/box@2.0.0-rc.7
523
+
524
+ ## 1.0.0-rc.6
525
+
526
+ ### Major Changes
527
+
528
+ - test
529
+
530
+ ### Patch Changes
531
+
532
+ - Updated dependencies []:
533
+ - @spark-web/checkbox@2.0.0-rc.6
534
+ - @spark-web/spinner@2.0.0-rc.6
535
+ - @spark-web/theme@4.0.0-rc.6
536
+ - @spark-web/utils@2.0.0-rc.6
537
+ - @spark-web/a11y@2.0.0-rc.6
538
+ - @spark-web/text@2.0.0-rc.6
539
+ - @spark-web/box@2.0.0-rc.6
540
+
541
+ ## 1.0.0-rc.5
542
+
543
+ ### Major Changes
544
+
545
+ - test
546
+
547
+ ### Patch Changes
548
+
549
+ - Updated dependencies []:
550
+ - @spark-web/checkbox@2.0.0-rc.5
551
+ - @spark-web/spinner@2.0.0-rc.5
552
+ - @spark-web/theme@4.0.0-rc.5
553
+ - @spark-web/utils@2.0.0-rc.5
554
+ - @spark-web/a11y@2.0.0-rc.5
555
+ - @spark-web/text@2.0.0-rc.5
556
+ - @spark-web/box@2.0.0-rc.5
557
+
558
+ ## 1.0.0-rc.4
559
+
560
+ ### Major Changes
561
+
562
+ - bug
563
+
564
+ ### Patch Changes
565
+
566
+ - Updated dependencies []:
567
+ - @spark-web/checkbox@2.0.0-rc.4
568
+ - @spark-web/spinner@2.0.0-rc.4
569
+ - @spark-web/theme@4.0.0-rc.4
570
+ - @spark-web/utils@2.0.0-rc.4
571
+ - @spark-web/a11y@2.0.0-rc.4
572
+ - @spark-web/text@2.0.0-rc.4
573
+ - @spark-web/box@2.0.0-rc.4
574
+
575
+ ## 1.0.0-rc.3
576
+
577
+ ### Major Changes
578
+
579
+ - upgrade package
580
+
581
+ ### Patch Changes
582
+
583
+ - Updated dependencies []:
584
+ - @spark-web/checkbox@2.0.0-rc.3
585
+ - @spark-web/spinner@2.0.0-rc.3
586
+ - @spark-web/theme@4.0.0-rc.3
587
+ - @spark-web/utils@2.0.0-rc.3
588
+ - @spark-web/a11y@2.0.0-rc.3
589
+ - @spark-web/text@2.0.0-rc.3
590
+ - @spark-web/box@2.0.0-rc.3
591
+
592
+ ## 1.0.0-rc.2
593
+
594
+ ### Major Changes
595
+
596
+ - add parser
597
+
598
+ ### Patch Changes
599
+
600
+ - Updated dependencies []:
601
+ - @spark-web/checkbox@2.0.0-rc.2
602
+ - @spark-web/spinner@2.0.0-rc.2
603
+ - @spark-web/theme@4.0.0-rc.2
604
+ - @spark-web/utils@2.0.0-rc.2
605
+ - @spark-web/a11y@2.0.0-rc.2
606
+ - @spark-web/text@2.0.0-rc.2
607
+ - @spark-web/box@2.0.0-rc.2
608
+
609
+ ## 1.0.0-rc.1
610
+
611
+ ### Major Changes
612
+
613
+ - rc
614
+
615
+ ### Patch Changes
616
+
617
+ - Updated dependencies []:
618
+ - @spark-web/checkbox@2.0.0-rc.1
619
+ - @spark-web/spinner@2.0.0-rc.1
620
+ - @spark-web/theme@4.0.0-rc.1
621
+ - @spark-web/utils@2.0.0-rc.1
622
+ - @spark-web/a11y@2.0.0-rc.1
623
+ - @spark-web/text@2.0.0-rc.1
624
+ - @spark-web/box@2.0.0-rc.1
625
+
626
+ ## 1.0.0-rc.0
627
+
628
+ ### Major Changes
629
+
630
+ - rc versio
631
+
632
+ ### Patch Changes
633
+
634
+ - Updated dependencies []:
635
+ - @spark-web/checkbox@2.0.0-rc.0
636
+ - @spark-web/spinner@2.0.0-rc.0
637
+ - @spark-web/theme@4.0.0-rc.0
638
+ - @spark-web/a11y@2.0.0-rc.0
639
+ - @spark-web/text@2.0.0-rc.0
640
+ - @spark-web/box@2.0.0-rc.0
641
+ - @spark-web/utils@2.0.0-rc.0
642
+
643
+ ## 0.3.4
644
+
645
+ ### Patch Changes
646
+
647
+ - [#513](https://github.com/brighte-labs/spark-web/pull/513)
648
+ [`df02fb7`](https://github.com/brighte-labs/spark-web/commit/df02fb7805072e4dfe7007d59d58cd4e19603c5f)
649
+ Thanks [@mkt-brighte](https://github.com/mkt-brighte)! - Added rowClassName in
650
+ data-table to support customized row
651
+
652
+ ## 0.3.3
653
+
654
+ ### Patch Changes
655
+
656
+ - [#509](https://github.com/brighte-labs/spark-web/pull/509)
657
+ [`99b1199`](https://github.com/brighte-labs/spark-web/commit/99b1199ec7624aa2ecc5d03d7f0a18ea377936e9)
658
+ Thanks [@mkt-brighte](https://github.com/mkt-brighte)! - Export flexRender
659
+
660
+ ## 0.3.2
661
+
662
+ ### Patch Changes
663
+
664
+ - [#507](https://github.com/brighte-labs/spark-web/pull/507)
665
+ [`e3090c4`](https://github.com/brighte-labs/spark-web/commit/e3090c469dc34b74f1eb0d891f27cee25e625782)
666
+ Thanks [@mkt-brighte](https://github.com/mkt-brighte)! - Support for custom
667
+ table rows
668
+
669
+ ## 0.3.1
670
+
671
+ ### Patch Changes
672
+
673
+ - [#499](https://github.com/brighte-labs/spark-web/pull/499)
674
+ [`20ffdc3`](https://github.com/brighte-labs/spark-web/commit/20ffdc32181d717a1199944ada85129dec35841b)
675
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Re-export
676
+ row-specific types from @tanstack/react-table
677
+
678
+ ## 0.3.0
679
+
680
+ ### Minor Changes
681
+
682
+ - [#497](https://github.com/brighte-labs/spark-web/pull/497)
683
+ [`281829c`](https://github.com/brighte-labs/spark-web/commit/281829cfadbc85ef7ab9f942877aa92f4de1112e)
684
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Introduce
685
+ support for expanding rows
686
+
687
+ ## 0.2.1
688
+
689
+ ### Patch Changes
690
+
691
+ - [#456](https://github.com/brighte-labs/spark-web/pull/456)
692
+ [`5faf8fe`](https://github.com/brighte-labs/spark-web/commit/5faf8fe3f0aebefe6cae4b4904d6d4613f8c5d8a)
693
+ Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - feat: allow
694
+ custom row id
695
+
696
+ ## 0.2.0
697
+
698
+ ### Minor Changes
699
+
700
+ - [#437](https://github.com/brighte-labs/spark-web/pull/437)
701
+ [`871e8a5`](https://github.com/brighte-labs/spark-web/commit/871e8a5993e13676379ca3b3e388a2fa884db15c)
702
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Add new
703
+ `showBottomSpinner` and `onBottomSpinnerShown` props to show loading spinner
704
+ below table body
705
+
706
+ Updated default header styles to be uppercase
707
+
708
+ Changed default border implementation to be box-shadow based instead of
709
+ border-bottom based
710
+
711
+ ## 0.1.1
712
+
713
+ ### Patch Changes
714
+
715
+ - [#434](https://github.com/brighte-labs/spark-web/pull/434)
716
+ [`389d4da`](https://github.com/brighte-labs/spark-web/commit/389d4dac4fe6c3dde7dde264c5ffe71d2bc1d5f1)
717
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Update
718
+ exported types
719
+
720
+ ## 0.1.0
721
+
722
+ ### Minor Changes
723
+
724
+ - [#426](https://github.com/brighte-labs/spark-web/pull/426)
725
+ [`c674947`](https://github.com/brighte-labs/spark-web/commit/c6749475b0245718300c290f6e521609012aaf6b)
726
+ Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Initial
727
+ version of DataTable component
728
+
729
+ ### Patch Changes
730
+
731
+ - Updated dependencies
732
+ [[`c674947`](https://github.com/brighte-labs/spark-web/commit/c6749475b0245718300c290f6e521609012aaf6b)]:
733
+ - @spark-web/theme@3.2.1