UNPKG

24 kBMarkdownView Raw
1# @spark-web/field
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/stack@5.0.0
42 - @spark-web/theme@5.0.0
43 - @spark-web/utils@5.0.0
44 - @spark-web/a11y@5.0.0
45 - @spark-web/icon@5.0.0
46 - @spark-web/text@5.0.0
47 - @spark-web/box@5.0.0
48
49## 5.0.0-rc.31
50
51### Patch Changes
52
53- Fix type-related issues
54
55- Updated dependencies []:
56 - @spark-web/stack@5.0.0-rc.31
57 - @spark-web/theme@5.0.0-rc.31
58 - @spark-web/utils@5.0.0-rc.31
59 - @spark-web/a11y@5.0.0-rc.31
60 - @spark-web/icon@5.0.0-rc.31
61 - @spark-web/text@5.0.0-rc.31
62 - @spark-web/box@5.0.0-rc.31
63
64## 5.0.0-rc.30
65
66### Minor Changes
67
68- Adopt latest changes from stable main branch
69
70### Patch Changes
71
72- Updated dependencies []:
73 - @spark-web/stack@5.0.0-rc.30
74 - @spark-web/theme@5.0.0-rc.30
75 - @spark-web/utils@5.0.0-rc.30
76 - @spark-web/a11y@5.0.0-rc.30
77 - @spark-web/icon@5.0.0-rc.30
78 - @spark-web/text@5.0.0-rc.30
79 - @spark-web/box@5.0.0-rc.30
80
81## 5.0.0-rc.29
82
83### Minor Changes
84
85- Revise stylesheet maps to align with theme name change
86
87### Patch Changes
88
89- Updated dependencies []:
90 - @spark-web/stack@5.0.0-rc.29
91 - @spark-web/theme@5.0.0-rc.29
92 - @spark-web/utils@5.0.0-rc.29
93 - @spark-web/a11y@5.0.0-rc.29
94 - @spark-web/icon@5.0.0-rc.29
95 - @spark-web/text@5.0.0-rc.29
96 - @spark-web/box@5.0.0-rc.29
97
98## 5.0.0-rc.28
99
100### Minor Changes
101
102- Move fonts to theme package; Introduce Pantheon font family and stylesheet
103
104### Patch Changes
105
106- Updated dependencies []:
107 - @spark-web/stack@5.0.0-rc.28
108 - @spark-web/theme@5.0.0-rc.28
109 - @spark-web/utils@5.0.0-rc.28
110 - @spark-web/a11y@5.0.0-rc.28
111 - @spark-web/icon@5.0.0-rc.28
112 - @spark-web/text@5.0.0-rc.28
113 - @spark-web/box@5.0.0-rc.28
114
115## 5.0.0-rc.27
116
117### Minor Changes
118
119- Remove theme prop in button link
120
121### Patch Changes
122
123- Updated dependencies []:
124 - @spark-web/stack@5.0.0-rc.27
125 - @spark-web/theme@5.0.0-rc.27
126 - @spark-web/utils@5.0.0-rc.27
127 - @spark-web/a11y@5.0.0-rc.27
128 - @spark-web/icon@5.0.0-rc.27
129 - @spark-web/text@5.0.0-rc.27
130 - @spark-web/box@5.0.0-rc.27
131
132## 5.0.0-rc.26
133
134### Minor Changes
135
136- Roll back on using theme prop for component level theming; prefer using
137 ThemeProvider in applications instead
138
139### Patch Changes
140
141- Updated dependencies []:
142 - @spark-web/stack@5.0.0-rc.26
143 - @spark-web/theme@5.0.0-rc.26
144 - @spark-web/utils@5.0.0-rc.26
145 - @spark-web/a11y@5.0.0-rc.26
146 - @spark-web/icon@5.0.0-rc.26
147 - @spark-web/text@5.0.0-rc.26
148 - @spark-web/box@5.0.0-rc.26
149
150## 5.0.0-rc.25
151
152### Minor Changes
153
154- Implement checkbox tokens for test theme
155
156### Patch Changes
157
158- Updated dependencies []:
159 - @spark-web/stack@5.0.0-rc.25
160 - @spark-web/theme@5.0.0-rc.25
161 - @spark-web/utils@5.0.0-rc.25
162 - @spark-web/a11y@5.0.0-rc.25
163 - @spark-web/icon@5.0.0-rc.25
164 - @spark-web/text@5.0.0-rc.25
165 - @spark-web/box@5.0.0-rc.25
166
167## 5.0.0-rc.24
168
169### Minor Changes
170
171- Resolve issues with package build output
172
173### Patch Changes
174
175- Updated dependencies []:
176 - @spark-web/stack@5.0.0-rc.24
177 - @spark-web/theme@5.0.0-rc.24
178 - @spark-web/utils@5.0.0-rc.24
179 - @spark-web/a11y@5.0.0-rc.24
180 - @spark-web/icon@5.0.0-rc.24
181 - @spark-web/text@5.0.0-rc.24
182 - @spark-web/box@5.0.0-rc.24
183
184## 4.0.0-rc.21
185
186### Minor Changes
187
188- Introduce global theming provider to set global default theme
189
190### Patch Changes
191
192- Updated dependencies []:
193 - @spark-web/stack@2.0.0-rc.21
194 - @spark-web/theme@4.0.0-rc.21
195 - @spark-web/utils@2.0.0-rc.21
196 - @spark-web/a11y@2.0.0-rc.21
197 - @spark-web/icon@2.0.0-rc.21
198 - @spark-web/text@2.0.0-rc.21
199 - @spark-web/box@2.0.0-rc.21
200
201## 4.0.0-rc.20
202
203### Minor Changes
204
205- Support for component-level theming; button-level theming
206
207### Patch Changes
208
209- Updated dependencies []:
210 - @spark-web/stack@2.0.0-rc.20
211 - @spark-web/theme@4.0.0-rc.20
212 - @spark-web/utils@2.0.0-rc.20
213 - @spark-web/a11y@2.0.0-rc.20
214 - @spark-web/icon@2.0.0-rc.20
215 - @spark-web/text@2.0.0-rc.20
216 - @spark-web/box@2.0.0-rc.20
217
218## 4.0.0-rc.19
219
220### Major Changes
221
222- test
223
224### Patch Changes
225
226- Updated dependencies []:
227 - @spark-web/stack@2.0.0-rc.19
228 - @spark-web/theme@4.0.0-rc.19
229 - @spark-web/utils@2.0.0-rc.19
230 - @spark-web/a11y@2.0.0-rc.19
231 - @spark-web/icon@2.0.0-rc.19
232 - @spark-web/text@2.0.0-rc.19
233 - @spark-web/box@2.0.0-rc.19
234
235## 4.0.0-rc.18
236
237### Major Changes
238
239- tests
240
241### Patch Changes
242
243- Updated dependencies []:
244 - @spark-web/stack@2.0.0-rc.18
245 - @spark-web/theme@4.0.0-rc.18
246 - @spark-web/utils@2.0.0-rc.18
247 - @spark-web/a11y@2.0.0-rc.18
248 - @spark-web/icon@2.0.0-rc.18
249 - @spark-web/text@2.0.0-rc.18
250 - @spark-web/box@2.0.0-rc.18
251
252## 4.0.0-rc.17
253
254### Major Changes
255
256- test
257
258### Patch Changes
259
260- Updated dependencies []:
261 - @spark-web/stack@2.0.0-rc.17
262 - @spark-web/theme@4.0.0-rc.17
263 - @spark-web/utils@2.0.0-rc.17
264 - @spark-web/a11y@2.0.0-rc.17
265 - @spark-web/icon@2.0.0-rc.17
266 - @spark-web/text@2.0.0-rc.17
267 - @spark-web/box@2.0.0-rc.17
268
269## 4.0.0-rc.16
270
271### Major Changes
272
273- test
274
275### Patch Changes
276
277- Updated dependencies []:
278 - @spark-web/stack@2.0.0-rc.16
279 - @spark-web/theme@4.0.0-rc.16
280 - @spark-web/utils@2.0.0-rc.16
281 - @spark-web/a11y@2.0.0-rc.16
282 - @spark-web/icon@2.0.0-rc.16
283 - @spark-web/text@2.0.0-rc.16
284 - @spark-web/box@2.0.0-rc.16
285
286## 4.0.0-rc.15
287
288### Major Changes
289
290- test
291
292### Patch Changes
293
294- Updated dependencies []:
295 - @spark-web/stack@2.0.0-rc.15
296 - @spark-web/theme@4.0.0-rc.15
297 - @spark-web/utils@2.0.0-rc.15
298 - @spark-web/a11y@2.0.0-rc.15
299 - @spark-web/icon@2.0.0-rc.15
300 - @spark-web/text@2.0.0-rc.15
301 - @spark-web/box@2.0.0-rc.15
302
303## 4.0.0-rc.14
304
305### Major Changes
306
307- test
308
309### Patch Changes
310
311- Updated dependencies []:
312 - @spark-web/stack@2.0.0-rc.14
313 - @spark-web/theme@4.0.0-rc.14
314 - @spark-web/utils@2.0.0-rc.14
315 - @spark-web/a11y@2.0.0-rc.14
316 - @spark-web/icon@2.0.0-rc.14
317 - @spark-web/text@2.0.0-rc.14
318 - @spark-web/box@2.0.0-rc.14
319
320## 4.0.0-rc.13
321
322### Major Changes
323
324- test
325
326### Patch Changes
327
328- Updated dependencies []:
329 - @spark-web/stack@2.0.0-rc.13
330 - @spark-web/theme@4.0.0-rc.13
331 - @spark-web/utils@2.0.0-rc.13
332 - @spark-web/a11y@2.0.0-rc.13
333 - @spark-web/icon@2.0.0-rc.13
334 - @spark-web/text@2.0.0-rc.13
335 - @spark-web/box@2.0.0-rc.13
336
337## 4.0.0-rc.12
338
339### Major Changes
340
341- test
342
343### Patch Changes
344
345- Updated dependencies []:
346 - @spark-web/stack@2.0.0-rc.12
347 - @spark-web/theme@4.0.0-rc.12
348 - @spark-web/utils@2.0.0-rc.12
349 - @spark-web/a11y@2.0.0-rc.12
350 - @spark-web/icon@2.0.0-rc.12
351 - @spark-web/text@2.0.0-rc.12
352 - @spark-web/box@2.0.0-rc.12
353
354## 4.0.0-rc.11
355
356### Major Changes
357
358- test
359
360### Patch Changes
361
362- Updated dependencies []:
363 - @spark-web/stack@2.0.0-rc.11
364 - @spark-web/theme@4.0.0-rc.11
365 - @spark-web/utils@2.0.0-rc.11
366 - @spark-web/a11y@2.0.0-rc.11
367 - @spark-web/icon@2.0.0-rc.11
368 - @spark-web/text@2.0.0-rc.11
369 - @spark-web/box@2.0.0-rc.11
370
371## 4.0.0-rc.10
372
373### Major Changes
374
375- test
376
377### Patch Changes
378
379- Updated dependencies []:
380 - @spark-web/stack@2.0.0-rc.10
381 - @spark-web/theme@4.0.0-rc.10
382 - @spark-web/utils@2.0.0-rc.10
383 - @spark-web/a11y@2.0.0-rc.10
384 - @spark-web/icon@2.0.0-rc.10
385 - @spark-web/text@2.0.0-rc.10
386 - @spark-web/box@2.0.0-rc.10
387
388## 4.0.0-rc.9
389
390### Major Changes
391
392- test
393
394### Patch Changes
395
396- Updated dependencies []:
397 - @spark-web/stack@2.0.0-rc.9
398 - @spark-web/theme@4.0.0-rc.9
399 - @spark-web/utils@2.0.0-rc.9
400 - @spark-web/a11y@2.0.0-rc.9
401 - @spark-web/icon@2.0.0-rc.9
402 - @spark-web/text@2.0.0-rc.9
403 - @spark-web/box@2.0.0-rc.9
404
405## 4.0.0-rc.8
406
407### Major Changes
408
409- test
410
411### Patch Changes
412
413- Updated dependencies []:
414 - @spark-web/stack@2.0.0-rc.8
415 - @spark-web/theme@4.0.0-rc.8
416 - @spark-web/utils@2.0.0-rc.8
417 - @spark-web/a11y@2.0.0-rc.8
418 - @spark-web/icon@2.0.0-rc.8
419 - @spark-web/text@2.0.0-rc.8
420 - @spark-web/box@2.0.0-rc.8
421
422## 4.0.0-rc.7
423
424### Major Changes
425
426- test
427
428### Patch Changes
429
430- Updated dependencies []:
431 - @spark-web/stack@2.0.0-rc.7
432 - @spark-web/theme@4.0.0-rc.7
433 - @spark-web/utils@2.0.0-rc.7
434 - @spark-web/a11y@2.0.0-rc.7
435 - @spark-web/icon@2.0.0-rc.7
436 - @spark-web/text@2.0.0-rc.7
437 - @spark-web/box@2.0.0-rc.7
438
439## 4.0.0-rc.6
440
441### Major Changes
442
443- test
444
445### Patch Changes
446
447- Updated dependencies []:
448 - @spark-web/stack@2.0.0-rc.6
449 - @spark-web/theme@4.0.0-rc.6
450 - @spark-web/utils@2.0.0-rc.6
451 - @spark-web/a11y@2.0.0-rc.6
452 - @spark-web/icon@2.0.0-rc.6
453 - @spark-web/text@2.0.0-rc.6
454 - @spark-web/box@2.0.0-rc.6
455
456## 4.0.0-rc.5
457
458### Major Changes
459
460- test
461
462### Patch Changes
463
464- Updated dependencies []:
465 - @spark-web/stack@2.0.0-rc.5
466 - @spark-web/theme@4.0.0-rc.5
467 - @spark-web/utils@2.0.0-rc.5
468 - @spark-web/a11y@2.0.0-rc.5
469 - @spark-web/icon@2.0.0-rc.5
470 - @spark-web/text@2.0.0-rc.5
471 - @spark-web/box@2.0.0-rc.5
472
473## 4.0.0-rc.4
474
475### Major Changes
476
477- bug
478
479### Patch Changes
480
481- Updated dependencies []:
482 - @spark-web/stack@2.0.0-rc.4
483 - @spark-web/theme@4.0.0-rc.4
484 - @spark-web/utils@2.0.0-rc.4
485 - @spark-web/a11y@2.0.0-rc.4
486 - @spark-web/icon@2.0.0-rc.4
487 - @spark-web/text@2.0.0-rc.4
488 - @spark-web/box@2.0.0-rc.4
489
490## 4.0.0-rc.3
491
492### Major Changes
493
494- upgrade package
495
496### Patch Changes
497
498- Updated dependencies []:
499 - @spark-web/stack@2.0.0-rc.3
500 - @spark-web/theme@4.0.0-rc.3
501 - @spark-web/utils@2.0.0-rc.3
502 - @spark-web/a11y@2.0.0-rc.3
503 - @spark-web/icon@2.0.0-rc.3
504 - @spark-web/text@2.0.0-rc.3
505 - @spark-web/box@2.0.0-rc.3
506
507## 4.0.0-rc.2
508
509### Major Changes
510
511- add parser
512
513### Patch Changes
514
515- Updated dependencies []:
516 - @spark-web/stack@2.0.0-rc.2
517 - @spark-web/theme@4.0.0-rc.2
518 - @spark-web/utils@2.0.0-rc.2
519 - @spark-web/a11y@2.0.0-rc.2
520 - @spark-web/icon@2.0.0-rc.2
521 - @spark-web/text@2.0.0-rc.2
522 - @spark-web/box@2.0.0-rc.2
523
524## 4.0.0-rc.1
525
526### Major Changes
527
528- rc
529
530### Patch Changes
531
532- Updated dependencies []:
533 - @spark-web/stack@2.0.0-rc.1
534 - @spark-web/theme@4.0.0-rc.1
535 - @spark-web/utils@2.0.0-rc.1
536 - @spark-web/a11y@2.0.0-rc.1
537 - @spark-web/icon@2.0.0-rc.1
538 - @spark-web/text@2.0.0-rc.1
539 - @spark-web/box@2.0.0-rc.1
540
541## 4.0.0-rc.0
542
543### Major Changes
544
545- rc versio
546
547### Patch Changes
548
549- Updated dependencies []:
550 - @spark-web/stack@2.0.0-rc.0
551 - @spark-web/theme@4.0.0-rc.0
552 - @spark-web/a11y@2.0.0-rc.0
553 - @spark-web/icon@2.0.0-rc.0
554 - @spark-web/text@2.0.0-rc.0
555 - @spark-web/box@2.0.0-rc.0
556 - @spark-web/utils@2.0.0-rc.0
557
558## 3.1.0
559
560### Minor Changes
561
562- [#382](https://github.com/brighte-labs/spark-web/pull/382)
563 [`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)
564 Thanks [@dilipt-brighte](https://github.com/dilipt-brighte)! - Updates React
565 version to latest (18.2.0)
566
567### Patch Changes
568
569- Updated dependencies
570 [[`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)]:
571 - @spark-web/a11y@1.4.0
572 - @spark-web/box@1.2.0
573 - @spark-web/icon@1.3.0
574 - @spark-web/stack@1.1.0
575 - @spark-web/text@1.2.0
576 - @spark-web/theme@3.2.0
577 - @spark-web/utils@1.3.0
578
579## 3.0.6
580
581### Patch Changes
582
583- [#246](https://github.com/brighte-labs/spark-web/pull/246)
584 [`de99b9c`](https://github.com/brighte-labs/spark-web/commit/de99b9c7f72373bd1902cf67f5cfec9a1e1db01c)
585 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Remove
586 destructuring from theme object
587
588- [#218](https://github.com/brighte-labs/spark-web/pull/218)
589 [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5)
590 Thanks [@nderkim](https://github.com/nderkim)! - Rename files to kebab case
591
592- [#222](https://github.com/brighte-labs/spark-web/pull/222)
593 [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b)
594 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
595 dependencies
596
597- [#242](https://github.com/brighte-labs/spark-web/pull/242)
598 [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)
599 Thanks [@lukebennett88](https://github.com/lukebennett88)! - - Add homepage
600 and repository keys to package.json
601 - Add CHANGELOG and README to files key in package.json
602- Updated dependencies
603 [[`adc5e9e`](https://github.com/brighte-labs/spark-web/commit/adc5e9e6c99acd117f3261edcefdb5573132441b),
604 [`de99b9c`](https://github.com/brighte-labs/spark-web/commit/de99b9c7f72373bd1902cf67f5cfec9a1e1db01c),
605 [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5),
606 [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b),
607 [`62f7de8`](https://github.com/brighte-labs/spark-web/commit/62f7de8a2e1df5ae088c093d3acdaa868d3f61fe),
608 [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)]:
609 - @spark-web/box@1.1.0
610 - @spark-web/icon@1.2.2
611 - @spark-web/text@1.1.2
612 - @spark-web/a11y@1.3.2
613 - @spark-web/stack@1.0.10
614 - @spark-web/theme@3.1.0
615 - @spark-web/utils@1.2.3
616
617## 3.0.5
618
619### Patch Changes
620
621- [#208](https://github.com/brighte-labs/spark-web/pull/208)
622 [`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)
623 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Lower required
624 node version
625
626- Updated dependencies
627 [[`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)]:
628 - @spark-web/a11y@1.3.1
629 - @spark-web/box@1.0.9
630 - @spark-web/icon@1.2.1
631 - @spark-web/stack@1.0.9
632 - @spark-web/text@1.1.1
633 - @spark-web/theme@3.0.6
634 - @spark-web/utils@1.2.2
635
636## 3.0.4
637
638### Patch Changes
639
640- [#197](https://github.com/brighte-labs/spark-web/pull/197)
641 [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)
642 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update packages
643
644- Updated dependencies
645 [[`51b6c7a`](https://github.com/brighte-labs/spark-web/commit/51b6c7a43f441e02b90403b13af9cfa11e5438ef),
646 [`9ff0c4b`](https://github.com/brighte-labs/spark-web/commit/9ff0c4b4cc83e0e1ab609d0bcdb01458b654263e),
647 [`07286b5`](https://github.com/brighte-labs/spark-web/commit/07286b52f897909b1a806d736e1040351c93078f),
648 [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)]:
649 - @spark-web/a11y@1.3.0
650 - @spark-web/text@1.1.0
651 - @spark-web/icon@1.2.0
652 - @spark-web/box@1.0.8
653 - @spark-web/stack@1.0.8
654 - @spark-web/theme@3.0.5
655 - @spark-web/utils@1.2.1
656
657## 3.0.3
658
659### Patch Changes
660
661- [#173](https://github.com/brighte-labs/spark-web/pull/173)
662 [`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25)
663 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update babel
664 dependency
665
666- Updated dependencies
667 [[`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25),
668 [`be99536`](https://github.com/brighte-labs/spark-web/commit/be99536abb56dd26e5c9a1703e6df9c7860b449b),
669 [`c3867af`](https://github.com/brighte-labs/spark-web/commit/c3867af7b77dfae3580ab63a5d5c9e8452f2da62)]:
670 - @spark-web/a11y@1.2.0
671 - @spark-web/box@1.0.7
672 - @spark-web/icon@1.1.5
673 - @spark-web/stack@1.0.7
674 - @spark-web/text@1.0.7
675 - @spark-web/theme@3.0.3
676 - @spark-web/utils@1.2.0
677
678## 3.0.2
679
680### Patch Changes
681
682- [#169](https://github.com/brighte-labs/spark-web/pull/169)
683 [`7be2283`](https://github.com/brighte-labs/spark-web/commit/7be2283c91741bf87ede08a1e3d9f7eaec586d38)
684 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Memoize Field
685 context
686
687## 3.0.1
688
689### Patch Changes
690
691- [#167](https://github.com/brighte-labs/spark-web/pull/167)
692 [`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459)
693 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
694
695- Updated dependencies
696 [[`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459),
697 [`f524009`](https://github.com/brighte-labs/spark-web/commit/f5240098cf731b0a2e351b7b585711e893a33736),
698 [`60f7281`](https://github.com/brighte-labs/spark-web/commit/60f7281c4a194d934a2ce561cad47e737b0fb48e)]:
699 - @spark-web/a11y@1.1.0
700 - @spark-web/box@1.0.6
701 - @spark-web/icon@1.1.4
702 - @spark-web/stack@1.0.6
703 - @spark-web/text@1.0.6
704 - @spark-web/theme@3.0.2
705 - @spark-web/utils@1.1.5
706
707## 3.0.0
708
709### Major Changes
710
711- [#99](https://github.com/brighte-labs/spark-web/pull/99)
712 [`3db131b`](https://github.com/brighte-labs/spark-web/commit/3db131bfadbc4149d05b7c74be1a3e68cdd5b18f)
713 Thanks [@oscargws](https://github.com/oscargws)! - Removed props spreading
714 from multiple packages
715
716## 2.0.1
717
718### Patch Changes
719
720- [#128](https://github.com/brighte-labs/spark-web/pull/128)
721 [`2a1c354`](https://github.com/brighte-labs/spark-web/commit/2a1c3549e03f91d012906f90b13c1f8d7ba18d1e)
722 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Fix collapsing
723 gap on stack that wraps label, description, input and message
724
725* [#123](https://github.com/brighte-labs/spark-web/pull/123)
726 [`d0ce080`](https://github.com/brighte-labs/spark-web/commit/d0ce08000f4c62d7402450b09f086d5806f1b50b)
727 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Tighten up
728 spacing
729
730* Updated dependencies
731 [[`3d519f7`](https://github.com/brighte-labs/spark-web/commit/3d519f7cd4cf5b36dc09548891c835c294a5acef)]:
732 - @spark-web/utils@1.1.4
733
734## 2.0.0
735
736### Major Changes
737
738- [#108](https://github.com/brighte-labs/spark-web/pull/108)
739 [`efa263a`](https://github.com/brighte-labs/spark-web/commit/efa263aee2c33297edb19203ae1d82abd99d298d)
740 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Refactor
741 useFieldContext to return tuple
742
743### Patch Changes
744
745- [#113](https://github.com/brighte-labs/spark-web/pull/113)
746 [`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba)
747 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
748 dependencies
749
750- Updated dependencies
751 [[`08752c3`](https://github.com/brighte-labs/spark-web/commit/08752c350b53cde0657ec32f03f9932dec835e33),
752 [`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba)]:
753 - @spark-web/a11y@1.0.5
754 - @spark-web/box@1.0.5
755 - @spark-web/icon@1.1.3
756 - @spark-web/stack@1.0.5
757 - @spark-web/text@1.0.5
758 - @spark-web/theme@3.0.1
759 - @spark-web/utils@1.1.3
760
761## 1.1.0
762
763### Minor Changes
764
765- [#50](https://github.com/brighte-labs/spark-web/pull/50)
766 [`60372d0`](https://github.com/brighte-labs/spark-web/commit/60372d0538fe5e141c8dabc1b20c8e09d1f56c70)
767 Thanks [@justinfaynhan](https://github.com/justinfaynhan)! - Added new
768 currency input component. Some changes have been made to its underlying base
769 textinput component to provide functionality to accomodate the adornments, in
770 this case, a starting adornment currency symbol.
771
772### Patch Changes
773
774- [#65](https://github.com/brighte-labs/spark-web/pull/65)
775 [`182a53a`](https://github.com/brighte-labs/spark-web/commit/182a53a484892df48754e89dd714459a7f69fcff)
776 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Remove "Inter"
777 font, change font-weights and font-sizes.
778
779* [#52](https://github.com/brighte-labs/spark-web/pull/52)
780 [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e)
781 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add files array
782 to package.json files
783
784* Updated dependencies
785 [[`1ef4f82`](https://github.com/brighte-labs/spark-web/commit/1ef4f82df999c487b79cd216c17ca5735e444fc5),
786 [`182a53a`](https://github.com/brighte-labs/spark-web/commit/182a53a484892df48754e89dd714459a7f69fcff),
787 [`5744b68`](https://github.com/brighte-labs/spark-web/commit/5744b6820f626b93a14e11e1fbd96bcbe1b12b27),
788 [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e),
789 [`df618d9`](https://github.com/brighte-labs/spark-web/commit/df618d92d534e06f06ecedc95ea6bdd51cdc906b)]:
790 - @spark-web/text@1.0.4
791 - @spark-web/theme@3.0.0
792 - @spark-web/stack@1.0.4
793 - @spark-web/a11y@1.0.4
794 - @spark-web/box@1.0.4
795 - @spark-web/icon@1.1.2
796 - @spark-web/utils@1.1.2
797
798## 1.0.3
799
800### Patch Changes
801
802- [#42](https://github.com/brighte-labs/spark-web/pull/42)
803 [`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)
804 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Prevent multiple
805 versions of React
806
807- Updated dependencies
808 [[`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)]:
809 - @spark-web/a11y@1.0.3
810 - @spark-web/box@1.0.3
811 - @spark-web/icon@1.1.1
812 - @spark-web/stack@1.0.3
813 - @spark-web/text@1.0.3
814 - @spark-web/theme@2.0.2
815 - @spark-web/utils@1.1.1
816
817## 1.0.2
818
819### Patch Changes
820
821- [#40](https://github.com/brighte-labs/spark-web/pull/40)
822 [`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)
823 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add
824 @babel/transform-runtime
825
826- Updated dependencies
827 [[`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)]:
828 - @spark-web/a11y@1.0.2
829 - @spark-web/box@1.0.2
830 - @spark-web/icon@1.0.2
831 - @spark-web/stack@1.0.2
832 - @spark-web/text@1.0.2
833 - @spark-web/theme@2.0.1
834 - @spark-web/utils@1.0.2
835
836## 1.0.1
837
838### Patch Changes
839
840- [#36](https://github.com/brighte-labs/spark-web/pull/36)
841 [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)
842 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
843 config
844
845- Updated dependencies
846 [[`aebff30`](https://github.com/brighte-labs/spark-web/commit/aebff30c86cb0a9db22b545c46159ce0d1c14afb),
847 [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)]:
848 - @spark-web/theme@2.0.0
849 - @spark-web/a11y@1.0.1
850 - @spark-web/box@1.0.1
851 - @spark-web/icon@1.0.1
852 - @spark-web/stack@1.0.1
853 - @spark-web/text@1.0.1
854 - @spark-web/utils@1.0.1
855
856## 1.0.0
857
858### Major Changes
859
860- [#27](https://github.com/brighte-labs/spark-web/pull/27)
861 [`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)
862 Thanks [@JedWatson](https://github.com/JedWatson)! - Initial Version
863
864### Patch Changes
865
866- Updated dependencies
867 [[`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)]:
868 - @spark-web/a11y@1.0.0
869 - @spark-web/box@1.0.0
870 - @spark-web/icon@1.0.0
871 - @spark-web/stack@1.0.0
872 - @spark-web/text@1.0.0
873 - @spark-web/theme@1.0.0
874 - @spark-web/utils@1.0.0
875
\No newline at end of file