1 | # @spark-web/core
|
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/a11y@5.0.0
|
44 | - @spark-web/link@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/a11y@5.0.0-rc.31
|
56 | - @spark-web/link@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/a11y@5.0.0-rc.30
|
70 | - @spark-web/link@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/a11y@5.0.0-rc.29
|
84 | - @spark-web/link@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/a11y@5.0.0-rc.28
|
98 | - @spark-web/link@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/a11y@5.0.0-rc.27
|
112 | - @spark-web/link@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/a11y@5.0.0-rc.26
|
127 | - @spark-web/link@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/a11y@5.0.0-rc.25
|
141 | - @spark-web/link@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/a11y@5.0.0-rc.24
|
155 | - @spark-web/link@5.0.0-rc.24
|
156 |
|
157 | ## 3.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/a11y@2.0.0-rc.21
|
169 | - @spark-web/link@2.0.0-rc.21
|
170 |
|
171 | ## 3.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/a11y@2.0.0-rc.20
|
183 | - @spark-web/link@2.0.0-rc.20
|
184 |
|
185 | ## 3.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/a11y@2.0.0-rc.19
|
197 | - @spark-web/link@2.0.0-rc.19
|
198 |
|
199 | ## 3.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/a11y@2.0.0-rc.18
|
211 | - @spark-web/link@2.0.0-rc.18
|
212 |
|
213 | ## 3.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/a11y@2.0.0-rc.17
|
225 | - @spark-web/link@2.0.0-rc.17
|
226 |
|
227 | ## 3.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/a11y@2.0.0-rc.16
|
239 | - @spark-web/link@2.0.0-rc.16
|
240 |
|
241 | ## 3.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/a11y@2.0.0-rc.15
|
253 | - @spark-web/link@2.0.0-rc.15
|
254 |
|
255 | ## 3.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/a11y@2.0.0-rc.14
|
267 | - @spark-web/link@2.0.0-rc.14
|
268 |
|
269 | ## 3.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/a11y@2.0.0-rc.13
|
281 | - @spark-web/link@2.0.0-rc.13
|
282 |
|
283 | ## 3.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/a11y@2.0.0-rc.12
|
295 | - @spark-web/link@2.0.0-rc.12
|
296 |
|
297 | ## 3.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/a11y@2.0.0-rc.11
|
309 | - @spark-web/link@2.0.0-rc.11
|
310 |
|
311 | ## 3.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/a11y@2.0.0-rc.10
|
323 | - @spark-web/link@2.0.0-rc.10
|
324 |
|
325 | ## 3.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/a11y@2.0.0-rc.9
|
337 | - @spark-web/link@2.0.0-rc.9
|
338 |
|
339 | ## 3.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/a11y@2.0.0-rc.8
|
351 | - @spark-web/link@2.0.0-rc.8
|
352 |
|
353 | ## 3.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/a11y@2.0.0-rc.7
|
365 | - @spark-web/link@2.0.0-rc.7
|
366 |
|
367 | ## 3.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/a11y@2.0.0-rc.6
|
379 | - @spark-web/link@2.0.0-rc.6
|
380 |
|
381 | ## 3.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/a11y@2.0.0-rc.5
|
393 | - @spark-web/link@2.0.0-rc.5
|
394 |
|
395 | ## 3.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/a11y@2.0.0-rc.4
|
407 | - @spark-web/link@2.0.0-rc.4
|
408 |
|
409 | ## 3.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/a11y@2.0.0-rc.3
|
421 | - @spark-web/link@2.0.0-rc.3
|
422 |
|
423 | ## 3.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/a11y@2.0.0-rc.2
|
435 | - @spark-web/link@2.0.0-rc.2
|
436 |
|
437 | ## 3.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/a11y@2.0.0-rc.1
|
449 | - @spark-web/link@2.0.0-rc.1
|
450 |
|
451 | ## 3.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/a11y@2.0.0-rc.0
|
462 | - @spark-web/link@2.0.0-rc.0
|
463 | - @spark-web/utils@2.0.0-rc.0
|
464 |
|
465 | ## 2.3.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/a11y@1.4.0
|
479 | - @spark-web/link@1.1.0
|
480 | - @spark-web/theme@3.2.0
|
481 | - @spark-web/utils@1.3.0
|
482 |
|
483 | ## 2.2.2
|
484 |
|
485 | ### Patch Changes
|
486 |
|
487 | - [#274](https://github.com/brighte-labs/spark-web/pull/274)
|
488 | [`b6976e3`](https://github.com/brighte-labs/spark-web/commit/b6976e36ab0a577ba700660c5dc8d2d1251082bb)
|
489 | Thanks [@szhang-brighte](https://github.com/szhang-brighte)! - update
|
490 | @spark-web/link version
|
491 |
|
492 | ## 2.2.1
|
493 |
|
494 | ### Patch Changes
|
495 |
|
496 | - [#264](https://github.com/brighte-labs/spark-web/pull/264)
|
497 | [`d462e07`](https://github.com/brighte-labs/spark-web/commit/d462e07ce0d83d5c0e32650e99a92af1fece599e)
|
498 | Thanks [@szhang-brighte](https://github.com/szhang-brighte)! - replace assert
|
499 | package with emery assertions
|
500 |
|
501 | - Updated dependencies
|
502 | [[`d462e07`](https://github.com/brighte-labs/spark-web/commit/d462e07ce0d83d5c0e32650e99a92af1fece599e)]:
|
503 | - @spark-web/link@1.0.11
|
504 |
|
505 | ## 2.2.0
|
506 |
|
507 | ### Minor Changes
|
508 |
|
509 | - [#255](https://github.com/brighte-labs/spark-web/pull/255)
|
510 | [`bf8b25c`](https://github.com/brighte-labs/spark-web/commit/bf8b25cf0e41ec7776cd1f572b658f18d170e5d6)
|
511 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Load custom fonts
|
512 | by default
|
513 |
|
514 | ### Patch Changes
|
515 |
|
516 | - [#259](https://github.com/brighte-labs/spark-web/pull/259)
|
517 | [`0fa12eb`](https://github.com/brighte-labs/spark-web/commit/0fa12eb3650ad260b2d19ebedb0602e0430cf384)
|
518 | Thanks [@szhang-brighte](https://github.com/szhang-brighte)! - remove global
|
519 | background color override
|
520 |
|
521 | ## 2.1.5
|
522 |
|
523 | ### Patch Changes
|
524 |
|
525 | - [#245](https://github.com/brighte-labs/spark-web/pull/245)
|
526 | [`21c6e08`](https://github.com/brighte-labs/spark-web/commit/21c6e08e821ada32feea7c34f1bf451573b5023d)
|
527 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Remove explicit
|
528 | JSX.Element return types
|
529 |
|
530 | - [#218](https://github.com/brighte-labs/spark-web/pull/218)
|
531 | [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5)
|
532 | Thanks [@nderkim](https://github.com/nderkim)! - Rename files to kebab case
|
533 |
|
534 | - [#222](https://github.com/brighte-labs/spark-web/pull/222)
|
535 | [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b)
|
536 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
|
537 | dependencies
|
538 |
|
539 | - [#242](https://github.com/brighte-labs/spark-web/pull/242)
|
540 | [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)
|
541 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - - Add homepage
|
542 | and repository keys to package.json
|
543 | - Add CHANGELOG and README to files key in package.json
|
544 | - Updated dependencies
|
545 | [[`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5),
|
546 | [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b),
|
547 | [`62f7de8`](https://github.com/brighte-labs/spark-web/commit/62f7de8a2e1df5ae088c093d3acdaa868d3f61fe),
|
548 | [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)]:
|
549 | - @spark-web/a11y@1.3.2
|
550 | - @spark-web/link@1.0.10
|
551 | - @spark-web/theme@3.1.0
|
552 | - @spark-web/utils@1.2.3
|
553 |
|
554 | ## 2.1.4
|
555 |
|
556 | ### Patch Changes
|
557 |
|
558 | - [#208](https://github.com/brighte-labs/spark-web/pull/208)
|
559 | [`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)
|
560 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Lower required
|
561 | node version
|
562 |
|
563 | - Updated dependencies
|
564 | [[`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)]:
|
565 | - @spark-web/a11y@1.3.1
|
566 | - @spark-web/link@1.0.9
|
567 | - @spark-web/theme@3.0.6
|
568 | - @spark-web/utils@1.2.2
|
569 |
|
570 | ## 2.1.3
|
571 |
|
572 | ### Patch Changes
|
573 |
|
574 | - [#197](https://github.com/brighte-labs/spark-web/pull/197)
|
575 | [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)
|
576 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update packages
|
577 |
|
578 | - Updated dependencies
|
579 | [[`51b6c7a`](https://github.com/brighte-labs/spark-web/commit/51b6c7a43f441e02b90403b13af9cfa11e5438ef),
|
580 | [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)]:
|
581 | - @spark-web/a11y@1.3.0
|
582 | - @spark-web/link@1.0.8
|
583 | - @spark-web/theme@3.0.5
|
584 | - @spark-web/utils@1.2.1
|
585 |
|
586 | ## 2.1.2
|
587 |
|
588 | ### Patch Changes
|
589 |
|
590 | - [#173](https://github.com/brighte-labs/spark-web/pull/173)
|
591 | [`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25)
|
592 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update babel
|
593 | dependency
|
594 |
|
595 | - Updated dependencies
|
596 | [[`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25),
|
597 | [`be99536`](https://github.com/brighte-labs/spark-web/commit/be99536abb56dd26e5c9a1703e6df9c7860b449b),
|
598 | [`c3867af`](https://github.com/brighte-labs/spark-web/commit/c3867af7b77dfae3580ab63a5d5c9e8452f2da62)]:
|
599 | - @spark-web/a11y@1.2.0
|
600 | - @spark-web/link@1.0.7
|
601 | - @spark-web/theme@3.0.3
|
602 | - @spark-web/utils@1.2.0
|
603 |
|
604 | ## 2.1.1
|
605 |
|
606 | ### Patch Changes
|
607 |
|
608 | - [#167](https://github.com/brighte-labs/spark-web/pull/167)
|
609 | [`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459)
|
610 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
|
611 |
|
612 | - Updated dependencies
|
613 | [[`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459),
|
614 | [`f524009`](https://github.com/brighte-labs/spark-web/commit/f5240098cf731b0a2e351b7b585711e893a33736),
|
615 | [`60f7281`](https://github.com/brighte-labs/spark-web/commit/60f7281c4a194d934a2ce561cad47e737b0fb48e)]:
|
616 | - @spark-web/a11y@1.1.0
|
617 | - @spark-web/link@1.0.6
|
618 | - @spark-web/theme@3.0.2
|
619 | - @spark-web/utils@1.1.5
|
620 |
|
621 | ## 2.1.0
|
622 |
|
623 | ### Minor Changes
|
624 |
|
625 | - [#126](https://github.com/brighte-labs/spark-web/pull/126)
|
626 | [`ac71142`](https://github.com/brighte-labs/spark-web/commit/ac7114274c3d517c5844c6969f9b8de259a0b0ae)
|
627 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Load fonts from
|
628 | Brighte subdomain
|
629 |
|
630 | Export font URLS
|
631 |
|
632 | ### Patch Changes
|
633 |
|
634 | - Updated dependencies
|
635 | [[`3d519f7`](https://github.com/brighte-labs/spark-web/commit/3d519f7cd4cf5b36dc09548891c835c294a5acef)]:
|
636 | - @spark-web/utils@1.1.4
|
637 |
|
638 | ## 2.0.1
|
639 |
|
640 | ### Patch Changes
|
641 |
|
642 | - [#113](https://github.com/brighte-labs/spark-web/pull/113)
|
643 | [`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba)
|
644 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
|
645 | dependencies
|
646 |
|
647 | - Updated dependencies
|
648 | [[`08752c3`](https://github.com/brighte-labs/spark-web/commit/08752c350b53cde0657ec32f03f9932dec835e33),
|
649 | [`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba)]:
|
650 | - @spark-web/a11y@1.0.5
|
651 | - @spark-web/link@1.0.5
|
652 | - @spark-web/theme@3.0.1
|
653 | - @spark-web/utils@1.1.3
|
654 |
|
655 | ## 2.0.0
|
656 |
|
657 | ### Major Changes
|
658 |
|
659 | - [#65](https://github.com/brighte-labs/spark-web/pull/65)
|
660 | [`182a53a`](https://github.com/brighte-labs/spark-web/commit/182a53a484892df48754e89dd714459a7f69fcff)
|
661 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Remove "Inter"
|
662 | font, change font-weights and font-sizes.
|
663 |
|
664 | ### Patch Changes
|
665 |
|
666 | - [#52](https://github.com/brighte-labs/spark-web/pull/52)
|
667 | [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e)
|
668 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add files array
|
669 | to package.json files
|
670 |
|
671 | - Updated dependencies
|
672 | [[`182a53a`](https://github.com/brighte-labs/spark-web/commit/182a53a484892df48754e89dd714459a7f69fcff),
|
673 | [`5744b68`](https://github.com/brighte-labs/spark-web/commit/5744b6820f626b93a14e11e1fbd96bcbe1b12b27),
|
674 | [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e)]:
|
675 | - @spark-web/theme@3.0.0
|
676 | - @spark-web/link@1.0.4
|
677 | - @spark-web/a11y@1.0.4
|
678 | - @spark-web/utils@1.1.2
|
679 |
|
680 | ## 1.0.3
|
681 |
|
682 | ### Patch Changes
|
683 |
|
684 | - [#42](https://github.com/brighte-labs/spark-web/pull/42)
|
685 | [`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)
|
686 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Prevent multiple
|
687 | versions of React
|
688 |
|
689 | - Updated dependencies
|
690 | [[`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)]:
|
691 | - @spark-web/a11y@1.0.3
|
692 | - @spark-web/link@1.0.3
|
693 | - @spark-web/theme@2.0.2
|
694 | - @spark-web/utils@1.1.1
|
695 |
|
696 | ## 1.0.2
|
697 |
|
698 | ### Patch Changes
|
699 |
|
700 | - [#40](https://github.com/brighte-labs/spark-web/pull/40)
|
701 | [`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)
|
702 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add
|
703 | @babel/transform-runtime
|
704 |
|
705 | - Updated dependencies
|
706 | [[`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)]:
|
707 | - @spark-web/a11y@1.0.2
|
708 | - @spark-web/link@1.0.2
|
709 | - @spark-web/theme@2.0.1
|
710 | - @spark-web/utils@1.0.2
|
711 |
|
712 | ## 1.0.1
|
713 |
|
714 | ### Patch Changes
|
715 |
|
716 | - [#36](https://github.com/brighte-labs/spark-web/pull/36)
|
717 | [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)
|
718 | Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
|
719 | config
|
720 |
|
721 | - Updated dependencies
|
722 | [[`aebff30`](https://github.com/brighte-labs/spark-web/commit/aebff30c86cb0a9db22b545c46159ce0d1c14afb),
|
723 | [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)]:
|
724 | - @spark-web/theme@2.0.0
|
725 | - @spark-web/a11y@1.0.1
|
726 | - @spark-web/link@1.0.1
|
727 | - @spark-web/utils@1.0.1
|
728 |
|
729 | ## 1.0.0
|
730 |
|
731 | ### Major Changes
|
732 |
|
733 | - [#27](https://github.com/brighte-labs/spark-web/pull/27)
|
734 | [`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)
|
735 | Thanks [@JedWatson](https://github.com/JedWatson)! - Initial Version
|
736 |
|
737 | ### Patch Changes
|
738 |
|
739 | - Updated dependencies
|
740 | [[`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)]:
|
741 | - @spark-web/a11y@1.0.0
|
742 | - @spark-web/link@1.0.0
|
743 | - @spark-web/theme@1.0.0
|
744 | - @spark-web/utils@1.0.0
|
745 |
|
\ | No newline at end of file |