UNPKG

12.7 kBMarkdownView Raw
1# @spark-web/badge
2
3## 5.0.0
4
5### Major Changes
6
7- This release of spark-web standardises the version across all packages to be
8 **`v5`**, primarily signifying the switch from `@emotion/css` to
9 `@emotion/react` as one of the key dependencies of the entire library, in
10 order to support server-side rendering / SSR.
11
12 This release also introduces support for theming, to allow for more co-branded
13 experiences across our web applications. It also supports component-level
14 theming for `<Button />`, `<ButtonLink />`, and `<Checkbox />`, which provides
15 the capability to override the global theme available inside an application.
16
17 To use this in an application, you can wrap the affected areas with a
18 `ThemeProvider`:
19
20 ```
21 <ThemeProvider theme="pantheon">
22 <Input type="text" />
23 <Button type="submit" />
24 </ThemeProvider>
25 ```
26
27 Part of the theming capabilities includes a new theme for `spark-web` called
28 "pantheon", which should map with our co-branding efforts in the Pantheon
29 project. It currently includes a small set of colors and its corresponding
30 font family.
31
32### Patch Changes
33
34- [#532](https://github.com/brighte-labs/spark-web/pull/532)
35 [`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)
36 Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Fix
37 type-related issues
38
39- Updated dependencies
40 [[`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)]:
41 - @spark-web/theme@5.0.0
42 - @spark-web/utils@5.0.0
43 - @spark-web/text@5.0.0
44 - @spark-web/box@5.0.0
45
46## 5.0.0-rc.31
47
48### Patch Changes
49
50- Fix type-related issues
51
52- Updated dependencies []:
53 - @spark-web/theme@5.0.0-rc.31
54 - @spark-web/utils@5.0.0-rc.31
55 - @spark-web/text@5.0.0-rc.31
56 - @spark-web/box@5.0.0-rc.31
57
58## 5.0.0-rc.30
59
60### Minor Changes
61
62- Adopt latest changes from stable main branch
63
64### Patch Changes
65
66- Updated dependencies []:
67 - @spark-web/theme@5.0.0-rc.30
68 - @spark-web/utils@5.0.0-rc.30
69 - @spark-web/text@5.0.0-rc.30
70 - @spark-web/box@5.0.0-rc.30
71
72## 5.0.0-rc.29
73
74### Minor Changes
75
76- Revise stylesheet maps to align with theme name change
77
78### Patch Changes
79
80- Updated dependencies []:
81 - @spark-web/theme@5.0.0-rc.29
82 - @spark-web/utils@5.0.0-rc.29
83 - @spark-web/text@5.0.0-rc.29
84 - @spark-web/box@5.0.0-rc.29
85
86## 5.0.0-rc.28
87
88### Minor Changes
89
90- Move fonts to theme package; Introduce Pantheon font family and stylesheet
91
92### Patch Changes
93
94- Updated dependencies []:
95 - @spark-web/theme@5.0.0-rc.28
96 - @spark-web/utils@5.0.0-rc.28
97 - @spark-web/text@5.0.0-rc.28
98 - @spark-web/box@5.0.0-rc.28
99
100## 5.0.0-rc.27
101
102### Minor Changes
103
104- Remove theme prop in button link
105
106### Patch Changes
107
108- Updated dependencies []:
109 - @spark-web/theme@5.0.0-rc.27
110 - @spark-web/utils@5.0.0-rc.27
111 - @spark-web/text@5.0.0-rc.27
112 - @spark-web/box@5.0.0-rc.27
113
114## 5.0.0-rc.26
115
116### Minor Changes
117
118- Roll back on using theme prop for component level theming; prefer using
119 ThemeProvider in applications instead
120
121### Patch Changes
122
123- Updated dependencies []:
124 - @spark-web/theme@5.0.0-rc.26
125 - @spark-web/utils@5.0.0-rc.26
126 - @spark-web/text@5.0.0-rc.26
127 - @spark-web/box@5.0.0-rc.26
128
129## 5.0.0-rc.25
130
131### Minor Changes
132
133- Implement checkbox tokens for test theme
134
135### Patch Changes
136
137- Updated dependencies []:
138 - @spark-web/theme@5.0.0-rc.25
139 - @spark-web/utils@5.0.0-rc.25
140 - @spark-web/text@5.0.0-rc.25
141 - @spark-web/box@5.0.0-rc.25
142
143## 5.0.0-rc.24
144
145### Minor Changes
146
147- Resolve issues with package build output
148
149### Patch Changes
150
151- Updated dependencies []:
152 - @spark-web/theme@5.0.0-rc.24
153 - @spark-web/utils@5.0.0-rc.24
154 - @spark-web/text@5.0.0-rc.24
155 - @spark-web/box@5.0.0-rc.24
156
157## 1.0.0-rc.21
158
159### Minor Changes
160
161- Introduce global theming provider to set global default theme
162
163### Patch Changes
164
165- Updated dependencies []:
166 - @spark-web/theme@4.0.0-rc.21
167 - @spark-web/utils@2.0.0-rc.21
168 - @spark-web/text@2.0.0-rc.21
169 - @spark-web/box@2.0.0-rc.21
170
171## 1.0.0-rc.20
172
173### Minor Changes
174
175- Support for component-level theming; button-level theming
176
177### Patch Changes
178
179- Updated dependencies []:
180 - @spark-web/theme@4.0.0-rc.20
181 - @spark-web/utils@2.0.0-rc.20
182 - @spark-web/text@2.0.0-rc.20
183 - @spark-web/box@2.0.0-rc.20
184
185## 1.0.0-rc.19
186
187### Major Changes
188
189- test
190
191### Patch Changes
192
193- Updated dependencies []:
194 - @spark-web/theme@4.0.0-rc.19
195 - @spark-web/utils@2.0.0-rc.19
196 - @spark-web/text@2.0.0-rc.19
197 - @spark-web/box@2.0.0-rc.19
198
199## 1.0.0-rc.18
200
201### Major Changes
202
203- tests
204
205### Patch Changes
206
207- Updated dependencies []:
208 - @spark-web/theme@4.0.0-rc.18
209 - @spark-web/utils@2.0.0-rc.18
210 - @spark-web/text@2.0.0-rc.18
211 - @spark-web/box@2.0.0-rc.18
212
213## 1.0.0-rc.17
214
215### Major Changes
216
217- test
218
219### Patch Changes
220
221- Updated dependencies []:
222 - @spark-web/theme@4.0.0-rc.17
223 - @spark-web/utils@2.0.0-rc.17
224 - @spark-web/text@2.0.0-rc.17
225 - @spark-web/box@2.0.0-rc.17
226
227## 1.0.0-rc.16
228
229### Major Changes
230
231- test
232
233### Patch Changes
234
235- Updated dependencies []:
236 - @spark-web/theme@4.0.0-rc.16
237 - @spark-web/utils@2.0.0-rc.16
238 - @spark-web/text@2.0.0-rc.16
239 - @spark-web/box@2.0.0-rc.16
240
241## 1.0.0-rc.15
242
243### Major Changes
244
245- test
246
247### Patch Changes
248
249- Updated dependencies []:
250 - @spark-web/theme@4.0.0-rc.15
251 - @spark-web/utils@2.0.0-rc.15
252 - @spark-web/text@2.0.0-rc.15
253 - @spark-web/box@2.0.0-rc.15
254
255## 1.0.0-rc.14
256
257### Major Changes
258
259- test
260
261### Patch Changes
262
263- Updated dependencies []:
264 - @spark-web/theme@4.0.0-rc.14
265 - @spark-web/utils@2.0.0-rc.14
266 - @spark-web/text@2.0.0-rc.14
267 - @spark-web/box@2.0.0-rc.14
268
269## 1.0.0-rc.13
270
271### Major Changes
272
273- test
274
275### Patch Changes
276
277- Updated dependencies []:
278 - @spark-web/theme@4.0.0-rc.13
279 - @spark-web/utils@2.0.0-rc.13
280 - @spark-web/text@2.0.0-rc.13
281 - @spark-web/box@2.0.0-rc.13
282
283## 1.0.0-rc.12
284
285### Major Changes
286
287- test
288
289### Patch Changes
290
291- Updated dependencies []:
292 - @spark-web/theme@4.0.0-rc.12
293 - @spark-web/utils@2.0.0-rc.12
294 - @spark-web/text@2.0.0-rc.12
295 - @spark-web/box@2.0.0-rc.12
296
297## 1.0.0-rc.11
298
299### Major Changes
300
301- test
302
303### Patch Changes
304
305- Updated dependencies []:
306 - @spark-web/theme@4.0.0-rc.11
307 - @spark-web/utils@2.0.0-rc.11
308 - @spark-web/text@2.0.0-rc.11
309 - @spark-web/box@2.0.0-rc.11
310
311## 1.0.0-rc.10
312
313### Major Changes
314
315- test
316
317### Patch Changes
318
319- Updated dependencies []:
320 - @spark-web/theme@4.0.0-rc.10
321 - @spark-web/utils@2.0.0-rc.10
322 - @spark-web/text@2.0.0-rc.10
323 - @spark-web/box@2.0.0-rc.10
324
325## 1.0.0-rc.9
326
327### Major Changes
328
329- test
330
331### Patch Changes
332
333- Updated dependencies []:
334 - @spark-web/theme@4.0.0-rc.9
335 - @spark-web/utils@2.0.0-rc.9
336 - @spark-web/text@2.0.0-rc.9
337 - @spark-web/box@2.0.0-rc.9
338
339## 1.0.0-rc.8
340
341### Major Changes
342
343- test
344
345### Patch Changes
346
347- Updated dependencies []:
348 - @spark-web/theme@4.0.0-rc.8
349 - @spark-web/utils@2.0.0-rc.8
350 - @spark-web/text@2.0.0-rc.8
351 - @spark-web/box@2.0.0-rc.8
352
353## 1.0.0-rc.7
354
355### Major Changes
356
357- test
358
359### Patch Changes
360
361- Updated dependencies []:
362 - @spark-web/theme@4.0.0-rc.7
363 - @spark-web/utils@2.0.0-rc.7
364 - @spark-web/text@2.0.0-rc.7
365 - @spark-web/box@2.0.0-rc.7
366
367## 1.0.0-rc.6
368
369### Major Changes
370
371- test
372
373### Patch Changes
374
375- Updated dependencies []:
376 - @spark-web/theme@4.0.0-rc.6
377 - @spark-web/utils@2.0.0-rc.6
378 - @spark-web/text@2.0.0-rc.6
379 - @spark-web/box@2.0.0-rc.6
380
381## 1.0.0-rc.5
382
383### Major Changes
384
385- test
386
387### Patch Changes
388
389- Updated dependencies []:
390 - @spark-web/theme@4.0.0-rc.5
391 - @spark-web/utils@2.0.0-rc.5
392 - @spark-web/text@2.0.0-rc.5
393 - @spark-web/box@2.0.0-rc.5
394
395## 1.0.0-rc.4
396
397### Major Changes
398
399- bug
400
401### Patch Changes
402
403- Updated dependencies []:
404 - @spark-web/theme@4.0.0-rc.4
405 - @spark-web/utils@2.0.0-rc.4
406 - @spark-web/text@2.0.0-rc.4
407 - @spark-web/box@2.0.0-rc.4
408
409## 1.0.0-rc.3
410
411### Major Changes
412
413- upgrade package
414
415### Patch Changes
416
417- Updated dependencies []:
418 - @spark-web/theme@4.0.0-rc.3
419 - @spark-web/utils@2.0.0-rc.3
420 - @spark-web/text@2.0.0-rc.3
421 - @spark-web/box@2.0.0-rc.3
422
423## 1.0.0-rc.2
424
425### Major Changes
426
427- add parser
428
429### Patch Changes
430
431- Updated dependencies []:
432 - @spark-web/theme@4.0.0-rc.2
433 - @spark-web/utils@2.0.0-rc.2
434 - @spark-web/text@2.0.0-rc.2
435 - @spark-web/box@2.0.0-rc.2
436
437## 1.0.0-rc.1
438
439### Major Changes
440
441- rc
442
443### Patch Changes
444
445- Updated dependencies []:
446 - @spark-web/theme@4.0.0-rc.1
447 - @spark-web/utils@2.0.0-rc.1
448 - @spark-web/text@2.0.0-rc.1
449 - @spark-web/box@2.0.0-rc.1
450
451## 1.0.0-rc.0
452
453### Major Changes
454
455- rc versio
456
457### Patch Changes
458
459- Updated dependencies []:
460 - @spark-web/theme@4.0.0-rc.0
461 - @spark-web/text@2.0.0-rc.0
462 - @spark-web/box@2.0.0-rc.0
463 - @spark-web/utils@2.0.0-rc.0
464
465## 0.1.0
466
467### Minor Changes
468
469- [#382](https://github.com/brighte-labs/spark-web/pull/382)
470 [`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)
471 Thanks [@dilipt-brighte](https://github.com/dilipt-brighte)! - Updates React
472 version to latest (18.2.0)
473
474### Patch Changes
475
476- Updated dependencies
477 [[`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)]:
478 - @spark-web/box@1.2.0
479 - @spark-web/text@1.2.0
480 - @spark-web/theme@3.2.0
481 - @spark-web/utils@1.3.0
482
483## 0.0.4
484
485### Patch Changes
486
487- [#218](https://github.com/brighte-labs/spark-web/pull/218)
488 [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5)
489 Thanks [@nderkim](https://github.com/nderkim)! - Rename files to kebab case
490
491- [#222](https://github.com/brighte-labs/spark-web/pull/222)
492 [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b)
493 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
494 dependencies
495
496- [#242](https://github.com/brighte-labs/spark-web/pull/242)
497 [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)
498 Thanks [@lukebennett88](https://github.com/lukebennett88)! - - Add homepage
499 and repository keys to package.json
500 - Add CHANGELOG and README to files key in package.json
501- Updated dependencies
502 [[`adc5e9e`](https://github.com/brighte-labs/spark-web/commit/adc5e9e6c99acd117f3261edcefdb5573132441b),
503 [`de99b9c`](https://github.com/brighte-labs/spark-web/commit/de99b9c7f72373bd1902cf67f5cfec9a1e1db01c),
504 [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5),
505 [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b),
506 [`62f7de8`](https://github.com/brighte-labs/spark-web/commit/62f7de8a2e1df5ae088c093d3acdaa868d3f61fe),
507 [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)]:
508 - @spark-web/box@1.1.0
509 - @spark-web/text@1.1.2
510 - @spark-web/theme@3.1.0
511 - @spark-web/utils@1.2.3
512
513## 0.0.3
514
515### Patch Changes
516
517- [#208](https://github.com/brighte-labs/spark-web/pull/208)
518 [`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)
519 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Lower required
520 node version
521
522- Updated dependencies
523 [[`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)]:
524 - @spark-web/box@1.0.9
525 - @spark-web/text@1.1.1
526 - @spark-web/theme@3.0.6
527 - @spark-web/utils@1.2.2
528
529## 0.0.2
530
531### Patch Changes
532
533- [#197](https://github.com/brighte-labs/spark-web/pull/197)
534 [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)
535 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update packages
536
537- Updated dependencies
538 [[`9ff0c4b`](https://github.com/brighte-labs/spark-web/commit/9ff0c4b4cc83e0e1ab609d0bcdb01458b654263e),
539 [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)]:
540 - @spark-web/text@1.1.0
541 - @spark-web/box@1.0.8
542 - @spark-web/theme@3.0.5
543 - @spark-web/utils@1.2.1
544
545## 0.0.1
546
547### Patch Changes
548
549- [#187](https://github.com/brighte-labs/spark-web/pull/187)
550 [`7b0cfdf`](https://github.com/brighte-labs/spark-web/commit/7b0cfdf6fb4d32b86e00050d8869ac2b9787cf41)
551 Thanks [@tamm](https://github.com/tamm)! - Introduce status colours, as
552 different to foreground or background colours.
553
554* [#187](https://github.com/brighte-labs/spark-web/pull/187)
555 [`7b0cfdf`](https://github.com/brighte-labs/spark-web/commit/7b0cfdf6fb4d32b86e00050d8869ac2b9787cf41)
556 Thanks [@tamm](https://github.com/tamm)! - Initial release of the badge
557 component
558
559* Updated dependencies
560 [[`7b0cfdf`](https://github.com/brighte-labs/spark-web/commit/7b0cfdf6fb4d32b86e00050d8869ac2b9787cf41)]:
561 - @spark-web/theme@3.0.4
562
\No newline at end of file