UNPKG

13.8 kBMarkdownView Raw
1# @spark-web/select
2
3## 2.0.0
4
5### Minor Changes
6
7- [#382](https://github.com/brighte-labs/spark-web/pull/382)
8 [`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)
9 Thanks [@dilipt-brighte](https://github.com/dilipt-brighte)! - Updates React
10 version to latest (18.2.0)
11
12### Patch Changes
13
14- Updated dependencies
15 [[`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)]:
16 - @spark-web/box@1.2.0
17 - @spark-web/field@3.1.0
18 - @spark-web/icon@1.3.0
19 - @spark-web/text-input@3.0.0
20 - @spark-web/theme@3.2.0
21
22## 1.0.13
23
24### Patch Changes
25
26- [#218](https://github.com/brighte-labs/spark-web/pull/218)
27 [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5)
28 Thanks [@nderkim](https://github.com/nderkim)! - Rename files to kebab case
29
30- [#222](https://github.com/brighte-labs/spark-web/pull/222)
31 [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b)
32 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
33 dependencies
34
35- [#242](https://github.com/brighte-labs/spark-web/pull/242)
36 [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)
37 Thanks [@lukebennett88](https://github.com/lukebennett88)! - - Add homepage
38 and repository keys to package.json
39 - Add CHANGELOG and README to files key in package.json
40- Updated dependencies
41 [[`adc5e9e`](https://github.com/brighte-labs/spark-web/commit/adc5e9e6c99acd117f3261edcefdb5573132441b),
42 [`de99b9c`](https://github.com/brighte-labs/spark-web/commit/de99b9c7f72373bd1902cf67f5cfec9a1e1db01c),
43 [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5),
44 [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b),
45 [`62f7de8`](https://github.com/brighte-labs/spark-web/commit/62f7de8a2e1df5ae088c093d3acdaa868d3f61fe),
46 [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)]:
47 - @spark-web/box@1.1.0
48 - @spark-web/field@3.0.6
49 - @spark-web/icon@1.2.2
50 - @spark-web/text-input@2.0.4
51 - @spark-web/theme@3.1.0
52
53## 1.0.12
54
55### Patch Changes
56
57- [#208](https://github.com/brighte-labs/spark-web/pull/208)
58 [`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)
59 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Lower required
60 node version
61
62- Updated dependencies
63 [[`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)]:
64 - @spark-web/box@1.0.9
65 - @spark-web/field@3.0.5
66 - @spark-web/icon@1.2.1
67 - @spark-web/text-input@2.0.3
68 - @spark-web/theme@3.0.6
69
70## 1.0.11
71
72### Patch Changes
73
74- [#197](https://github.com/brighte-labs/spark-web/pull/197)
75 [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)
76 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update packages
77
78- Updated dependencies
79 [[`07286b5`](https://github.com/brighte-labs/spark-web/commit/07286b52f897909b1a806d736e1040351c93078f),
80 [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)]:
81 - @spark-web/icon@1.2.0
82 - @spark-web/box@1.0.8
83 - @spark-web/field@3.0.4
84 - @spark-web/text-input@2.0.2
85 - @spark-web/theme@3.0.5
86
87## 1.0.10
88
89### Patch Changes
90
91- [#184](https://github.com/brighte-labs/spark-web/pull/184)
92 [`6d68601`](https://github.com/brighte-labs/spark-web/commit/6d68601d1d7ac6b7de9c388f286d523935a98ea0)
93 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Enable Select to
94 have a blank option selected when value is blank
95
96- Updated dependencies
97 [[`7b0cfdf`](https://github.com/brighte-labs/spark-web/commit/7b0cfdf6fb4d32b86e00050d8869ac2b9787cf41)]:
98 - @spark-web/theme@3.0.4
99
100## 1.0.9
101
102### Patch Changes
103
104- [#173](https://github.com/brighte-labs/spark-web/pull/173)
105 [`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25)
106 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update babel
107 dependency
108
109* [#178](https://github.com/brighte-labs/spark-web/pull/178)
110 [`c3867af`](https://github.com/brighte-labs/spark-web/commit/c3867af7b77dfae3580ab63a5d5c9e8452f2da62)
111 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Switch from using
112 `:invalid` pseudo-class to using data-attribute for invalid styles of inputs
113* Updated dependencies
114 [[`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25),
115 [`c3867af`](https://github.com/brighte-labs/spark-web/commit/c3867af7b77dfae3580ab63a5d5c9e8452f2da62)]:
116 - @spark-web/box@1.0.7
117 - @spark-web/field@3.0.3
118 - @spark-web/icon@1.1.5
119 - @spark-web/text-input@2.0.1
120 - @spark-web/theme@3.0.3
121
122## 1.0.8
123
124### Patch Changes
125
126- [#158](https://github.com/brighte-labs/spark-web/pull/158)
127 [`550b4b0`](https://github.com/brighte-labs/spark-web/commit/550b4b0509aba1f37d20fa8205ae01b2383eec5e)
128 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Refactor to work
129 with updated useInputStyles
130
131* [#148](https://github.com/brighte-labs/spark-web/pull/148)
132 [`ad02c82`](https://github.com/brighte-labs/spark-web/commit/ad02c8279d3813956d9372db5a69c361482b7f72)
133 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Make Field a peer
134 dep to avoid context bug
135
136- [#167](https://github.com/brighte-labs/spark-web/pull/167)
137 [`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459)
138 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
139
140* [#158](https://github.com/brighte-labs/spark-web/pull/158)
141 [`550b4b0`](https://github.com/brighte-labs/spark-web/commit/550b4b0509aba1f37d20fa8205ae01b2383eec5e)
142 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Remove unused
143 dependencies
144
145* Updated dependencies
146 [[`550b4b0`](https://github.com/brighte-labs/spark-web/commit/550b4b0509aba1f37d20fa8205ae01b2383eec5e),
147 [`ad02c82`](https://github.com/brighte-labs/spark-web/commit/ad02c8279d3813956d9372db5a69c361482b7f72),
148 [`2ba486a`](https://github.com/brighte-labs/spark-web/commit/2ba486a504bd0704935aaad2b8442907dc1899ac),
149 [`4f79350`](https://github.com/brighte-labs/spark-web/commit/4f793508fdb43ddd452f0d59a3126101f9fa5459),
150 [`60f7281`](https://github.com/brighte-labs/spark-web/commit/60f7281c4a194d934a2ce561cad47e737b0fb48e)]:
151 - @spark-web/text-input@2.0.0
152 - @spark-web/box@1.0.6
153 - @spark-web/field@3.0.1
154 - @spark-web/icon@1.1.4
155 - @spark-web/theme@3.0.2
156
157## 1.0.7
158
159### Patch Changes
160
161- Updated dependencies
162 [[`3db131b`](https://github.com/brighte-labs/spark-web/commit/3db131bfadbc4149d05b7c74be1a3e68cdd5b18f)]:
163 - @spark-web/field@3.0.0
164 - @spark-web/text-input@1.2.1
165
166## 1.0.6
167
168### Patch Changes
169
170- [#113](https://github.com/brighte-labs/spark-web/pull/113)
171 [`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba)
172 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
173 dependencies
174
175* [#101](https://github.com/brighte-labs/spark-web/pull/101)
176 [`08752c3`](https://github.com/brighte-labs/spark-web/commit/08752c350b53cde0657ec32f03f9932dec835e33)
177 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update focus and
178 disabled styles
179
180- [#108](https://github.com/brighte-labs/spark-web/pull/108)
181 [`efa263a`](https://github.com/brighte-labs/spark-web/commit/efa263aee2c33297edb19203ae1d82abd99d298d)
182 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Refactor to work
183 with updated field context
184
185- Updated dependencies
186 [[`08752c3`](https://github.com/brighte-labs/spark-web/commit/08752c350b53cde0657ec32f03f9932dec835e33),
187 [`efa263a`](https://github.com/brighte-labs/spark-web/commit/efa263aee2c33297edb19203ae1d82abd99d298d),
188 [`27bc235`](https://github.com/brighte-labs/spark-web/commit/27bc235168b09bf8c03710b5fcde6ea0fd70824c),
189 [`156236d`](https://github.com/brighte-labs/spark-web/commit/156236d2474aee66a0b8e2030635f9c08a5b78ba),
190 [`efa263a`](https://github.com/brighte-labs/spark-web/commit/efa263aee2c33297edb19203ae1d82abd99d298d),
191 [`08752c3`](https://github.com/brighte-labs/spark-web/commit/08752c350b53cde0657ec32f03f9932dec835e33)]:
192 - @spark-web/a11y@1.0.5
193 - @spark-web/field@2.0.0
194 - @spark-web/text-input@1.2.0
195 - @spark-web/box@1.0.5
196 - @spark-web/icon@1.1.3
197 - @spark-web/text@1.0.5
198 - @spark-web/theme@3.0.1
199 - @spark-web/utils@1.1.3
200
201## 1.0.5
202
203### Patch Changes
204
205- [#98](https://github.com/brighte-labs/spark-web/pull/98)
206 [`4750af7`](https://github.com/brighte-labs/spark-web/commit/4750af73f0e3a82ebde940cb13659a21c7e88007)
207 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add aria-invalid
208 attribute
209
210- Updated dependencies
211 [[`4ad9817`](https://github.com/brighte-labs/spark-web/commit/4ad9817d1f7acdecd3c8bbb3be517f5c11fe8d4b),
212 [`4750af7`](https://github.com/brighte-labs/spark-web/commit/4750af73f0e3a82ebde940cb13659a21c7e88007),
213 [`dc53688`](https://github.com/brighte-labs/spark-web/commit/dc53688cc271316f00ef25f101e94c3891f4f75d)]:
214 - @spark-web/text-input@1.1.1
215
216## 1.0.4
217
218### Patch Changes
219
220- [#65](https://github.com/brighte-labs/spark-web/pull/65)
221 [`182a53a`](https://github.com/brighte-labs/spark-web/commit/182a53a484892df48754e89dd714459a7f69fcff)
222 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Remove "Inter"
223 font, change font-weights and font-sizes.
224
225* [#87](https://github.com/brighte-labs/spark-web/pull/87)
226 [`5744b68`](https://github.com/brighte-labs/spark-web/commit/5744b6820f626b93a14e11e1fbd96bcbe1b12b27)
227 Thanks [@ChristopherMitchell242](https://github.com/ChristopherMitchell242)! -
228 Data attribute added to component props to allow consumers to attach
229 customattributes to components
230
231- [#52](https://github.com/brighte-labs/spark-web/pull/52)
232 [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e)
233 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add files array
234 to package.json files
235
236- Updated dependencies
237 [[`60372d0`](https://github.com/brighte-labs/spark-web/commit/60372d0538fe5e141c8dabc1b20c8e09d1f56c70),
238 [`1ef4f82`](https://github.com/brighte-labs/spark-web/commit/1ef4f82df999c487b79cd216c17ca5735e444fc5),
239 [`182a53a`](https://github.com/brighte-labs/spark-web/commit/182a53a484892df48754e89dd714459a7f69fcff),
240 [`5744b68`](https://github.com/brighte-labs/spark-web/commit/5744b6820f626b93a14e11e1fbd96bcbe1b12b27),
241 [`82ab744`](https://github.com/brighte-labs/spark-web/commit/82ab744f198466810f3386bc459b8ab4d57c820e),
242 [`df618d9`](https://github.com/brighte-labs/spark-web/commit/df618d92d534e06f06ecedc95ea6bdd51cdc906b)]:
243 - @spark-web/field@1.1.0
244 - @spark-web/text-input@1.1.0
245 - @spark-web/text@1.0.4
246 - @spark-web/theme@3.0.0
247 - @spark-web/a11y@1.0.4
248 - @spark-web/box@1.0.4
249 - @spark-web/icon@1.1.2
250 - @spark-web/utils@1.1.2
251
252## 1.0.3
253
254### Patch Changes
255
256- [#42](https://github.com/brighte-labs/spark-web/pull/42)
257 [`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)
258 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Prevent multiple
259 versions of React
260
261- Updated dependencies
262 [[`435779a`](https://github.com/brighte-labs/spark-web/commit/435779aa42bd635bbf43e1fd41724c666402caa2)]:
263 - @spark-web/a11y@1.0.3
264 - @spark-web/box@1.0.3
265 - @spark-web/field@1.0.3
266 - @spark-web/icon@1.1.1
267 - @spark-web/text@1.0.3
268 - @spark-web/text-input@1.0.3
269 - @spark-web/theme@2.0.2
270 - @spark-web/utils@1.1.1
271
272## 1.0.2
273
274### Patch Changes
275
276- [#40](https://github.com/brighte-labs/spark-web/pull/40)
277 [`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)
278 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Add
279 @babel/transform-runtime
280
281- Updated dependencies
282 [[`062c8ab`](https://github.com/brighte-labs/spark-web/commit/062c8ab8c7b4120f8d14c269b5f7801288c678ca)]:
283 - @spark-web/a11y@1.0.2
284 - @spark-web/box@1.0.2
285 - @spark-web/field@1.0.2
286 - @spark-web/icon@1.0.2
287 - @spark-web/text@1.0.2
288 - @spark-web/text-input@1.0.2
289 - @spark-web/theme@2.0.1
290 - @spark-web/utils@1.0.2
291
292## 1.0.1
293
294### Patch Changes
295
296- [#36](https://github.com/brighte-labs/spark-web/pull/36)
297 [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)
298 Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update Babel
299 config
300
301- Updated dependencies
302 [[`aebff30`](https://github.com/brighte-labs/spark-web/commit/aebff30c86cb0a9db22b545c46159ce0d1c14afb),
303 [`8546f8f`](https://github.com/brighte-labs/spark-web/commit/8546f8f05daaa79ea3ff954c6c4928a7a2d0622d)]:
304 - @spark-web/theme@2.0.0
305 - @spark-web/a11y@1.0.1
306 - @spark-web/box@1.0.1
307 - @spark-web/field@1.0.1
308 - @spark-web/icon@1.0.1
309 - @spark-web/text@1.0.1
310 - @spark-web/text-input@1.0.1
311 - @spark-web/utils@1.0.1
312
313## 1.0.0
314
315### Major Changes
316
317- [#27](https://github.com/brighte-labs/spark-web/pull/27)
318 [`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)
319 Thanks [@JedWatson](https://github.com/JedWatson)! - Initial Version
320
321### Patch Changes
322
323- Updated dependencies
324 [[`4c8e398`](https://github.com/brighte-labs/spark-web/commit/4c8e3988f8a59d3dab60a6b67b1128b6ff2a5f2c)]:
325 - @spark-web/a11y@1.0.0
326 - @spark-web/box@1.0.0
327 - @spark-web/field@1.0.0
328 - @spark-web/icon@1.0.0
329 - @spark-web/text@1.0.0
330 - @spark-web/text-input@1.0.0
331 - @spark-web/theme@1.0.0
332 - @spark-web/utils@1.0.0