welcome-ui 0.32.1 → 1.0.0-beta.1
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/dist/Test.js +3 -0
- package/dist/Test.mjs +9 -0
- package/dist/WuiProvider.js +405 -0
- package/dist/WuiProvider.mjs +459 -0
- package/dist/index.js +18 -0
- package/dist/index.mjs +422 -0
- package/package.json +39 -126
- package/CHANGELOG.md +0 -1078
- package/LICENSE +0 -21
- package/README.md +0 -63
- package/dist/welcome-ui.cjs.js +0 -6961
- package/dist/welcome-ui.es.js +0 -6902
package/CHANGELOG.md
DELETED
|
@@ -1,1078 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [0.32.1](https://github.com/WTTJ/welcome-ui/compare/v0.32.0...v0.32.1) (2019-12-26)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* add box shadow on CustomPopper DateTimePicker ([7b96065](https://github.com/WTTJ/welcome-ui/commit/7b96065))
|
|
11
|
-
* change hover on close icon tag ([355e21c](https://github.com/WTTJ/welcome-ui/commit/355e21c))
|
|
12
|
-
* max-height of Select ([1dd6094](https://github.com/WTTJ/welcome-ui/commit/1dd6094))
|
|
13
|
-
* overflowEllipsis on Tags ([5388f9e](https://github.com/WTTJ/welcome-ui/commit/5388f9e))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [0.32.0](https://github.com/WTTJ/welcome-ui/compare/v0.31.2...v0.32.0) (2019-12-18)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Features
|
|
21
|
-
|
|
22
|
-
* add pin icon ([776cec7](https://github.com/WTTJ/welcome-ui/commit/776cec7))
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### [0.31.2](https://github.com/WTTJ/welcome-ui/compare/v0.31.1...v0.31.2) (2019-12-09)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Bug Fixes
|
|
30
|
-
|
|
31
|
-
* `Infinity` lines in `Text` ([#433](https://github.com/WTTJ/welcome-ui/issues/433)) ([5309ede](https://github.com/WTTJ/welcome-ui/commit/5309ede))
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### [0.31.1](https://github.com/WTTJ/welcome-ui/compare/v0.31.0...v0.31.1) (2019-11-28)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Bug Fixes
|
|
39
|
-
|
|
40
|
-
* pass popperProps to StyledCustomPopper ([#427](https://github.com/WTTJ/welcome-ui/issues/427)) ([cc78d26](https://github.com/WTTJ/welcome-ui/commit/cc78d26))
|
|
41
|
-
* proptypes warnings ([687fd1a](https://github.com/WTTJ/welcome-ui/commit/687fd1a))
|
|
42
|
-
* proptypes warnings ([d551fdd](https://github.com/WTTJ/welcome-ui/commit/d551fdd))
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## [0.31.0](https://github.com/WTTJ/welcome-ui/compare/v0.30.5...v0.31.0) (2019-11-25)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
* errors preventing gatsby build ([49dcf84](https://github.com/WTTJ/welcome-ui/commit/49dcf84))
|
|
52
|
-
* gatsby-source-filesystem config ([6a5aa68](https://github.com/WTTJ/welcome-ui/commit/6a5aa68))
|
|
53
|
-
* issues in DateTimePicker tests caused by popper.js ([85e6539](https://github.com/WTTJ/welcome-ui/commit/85e6539))
|
|
54
|
-
* paths breaking gatsby build ([656406f](https://github.com/WTTJ/welcome-ui/commit/656406f))
|
|
55
|
-
* remove calendar popper from portal ([#420](https://github.com/WTTJ/welcome-ui/issues/420)) ([0066f20](https://github.com/WTTJ/welcome-ui/commit/0066f20))
|
|
56
|
-
* try to clear zeit build cache ([b06bb05](https://github.com/WTTJ/welcome-ui/commit/b06bb05))
|
|
57
|
-
* undo config changes ([cd0fd16](https://github.com/WTTJ/welcome-ui/commit/cd0fd16))
|
|
58
|
-
* undo static test ([4db6899](https://github.com/WTTJ/welcome-ui/commit/4db6899))
|
|
59
|
-
* unstyled content ? ([ff9b43e](https://github.com/WTTJ/welcome-ui/commit/ff9b43e))
|
|
60
|
-
* upgrade yarn deps ([ba3b931](https://github.com/WTTJ/welcome-ui/commit/ba3b931))
|
|
61
|
-
* use empty space if autocomplete = false ([#416](https://github.com/WTTJ/welcome-ui/issues/416)) ([b689f30](https://github.com/WTTJ/welcome-ui/commit/b689f30))
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* finish chore v2 ([c43115e](https://github.com/WTTJ/welcome-ui/commit/c43115e))
|
|
67
|
-
* handle focus colors better and fix color to stick to the mockups ([#411](https://github.com/WTTJ/welcome-ui/issues/411)) ([a8f1e85](https://github.com/WTTJ/welcome-ui/commit/a8f1e85))
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Tests
|
|
71
|
-
|
|
72
|
-
* serving static files ([a8feced](https://github.com/WTTJ/welcome-ui/commit/a8feced))
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### [0.30.5](https://github.com/WTTJ/welcome-ui/compare/v0.30.4...v0.30.5) (2019-10-24)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### [0.30.4](https://github.com/WTTJ/welcome-ui/compare/v0.30.3...v0.30.4) (2019-10-24)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Bug Fixes
|
|
84
|
-
|
|
85
|
-
* blur datepicker on dateSelection with Enter key ([#410](https://github.com/WTTJ/welcome-ui/issues/410)) ([f0c9c12](https://github.com/WTTJ/welcome-ui/commit/f0c9c12))
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### [0.30.3](https://github.com/WTTJ/welcome-ui/compare/v0.30.2...v0.30.3) (2019-10-24)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Bug Fixes
|
|
93
|
-
|
|
94
|
-
* add missing props size on button ([81dcaac](https://github.com/WTTJ/welcome-ui/commit/81dcaac))
|
|
95
|
-
* double click on datepicker popper to select date ([#408](https://github.com/WTTJ/welcome-ui/issues/408)) ([2ad9475](https://github.com/WTTJ/welcome-ui/commit/2ad9475))
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### [0.30.2](https://github.com/WTTJ/welcome-ui/compare/v0.30.1...v0.30.2) (2019-10-23)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### Bug Fixes
|
|
103
|
-
|
|
104
|
-
* change style for validator filedrop input ([d63fab2](https://github.com/WTTJ/welcome-ui/commit/d63fab2))
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### [0.30.1](https://github.com/WTTJ/welcome-ui/compare/v0.30.0...v0.30.1) (2019-10-23)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Bug Fixes
|
|
112
|
-
|
|
113
|
-
* outline on tabpanel ([10e4f62](https://github.com/WTTJ/welcome-ui/commit/10e4f62))
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
## [0.30.0](https://github.com/WTTJ/welcome-ui/compare/v0.29.0...v0.30.0) (2019-10-23)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### Bug Fixes
|
|
121
|
-
|
|
122
|
-
* add space between tags on fileUpload ([58d0062](https://github.com/WTTJ/welcome-ui/commit/58d0062))
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
### Features
|
|
126
|
-
|
|
127
|
-
* add Alert component ([539fed5](https://github.com/WTTJ/welcome-ui/commit/539fed5))
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## [0.29.0](https://github.com/WTTJ/welcome-ui/compare/v0.28.0...v0.29.0) (2019-10-22)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Features
|
|
135
|
-
|
|
136
|
-
* add popperZIndex prop to control datepicker popper z-index ([#403](https://github.com/WTTJ/welcome-ui/issues/403)) ([9fb6bfa](https://github.com/WTTJ/welcome-ui/commit/9fb6bfa))
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## [0.28.0](https://github.com/WTTJ/welcome-ui/compare/v0.27.10...v0.28.0) (2019-10-22)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Bug Fixes
|
|
144
|
-
|
|
145
|
-
* fileupload error border ([44b8275](https://github.com/WTTJ/welcome-ui/commit/44b8275))
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Features
|
|
149
|
-
|
|
150
|
-
* add disabled prop to Link component ([6f26ebe](https://github.com/WTTJ/welcome-ui/commit/6f26ebe))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### [0.27.10](https://github.com/WTTJ/welcome-ui/compare/v0.27.9...v0.27.10) (2019-10-17)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Bug Fixes
|
|
158
|
-
|
|
159
|
-
* add padding when tooltip float ([6d8afc0](https://github.com/WTTJ/welcome-ui/commit/6d8afc0))
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### [0.27.9](https://github.com/WTTJ/welcome-ui/compare/v0.27.8...v0.27.9) (2019-10-17)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Bug Fixes
|
|
167
|
-
|
|
168
|
-
* add forwardRef to Tooltip ([dbbfa31](https://github.com/WTTJ/welcome-ui/commit/dbbfa31))
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
### [0.27.8](https://github.com/WTTJ/welcome-ui/compare/v0.27.7...v0.27.8) (2019-10-16)
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Bug Fixes
|
|
176
|
-
|
|
177
|
-
* clearable button on Select ([2bddc39](https://github.com/WTTJ/welcome-ui/commit/2bddc39))
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### [0.27.7](https://github.com/WTTJ/welcome-ui/compare/v0.27.6...v0.27.7) (2019-10-16)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Bug Fixes
|
|
185
|
-
|
|
186
|
-
* tabs size and padding ([b0bbcd2](https://github.com/WTTJ/welcome-ui/commit/b0bbcd2))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
### [0.27.6](https://github.com/WTTJ/welcome-ui/compare/v0.27.4...v0.27.6) (2019-10-15)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
### Bug Fixes
|
|
194
|
-
|
|
195
|
-
* 0 character on Tag ([8cfedc9](https://github.com/WTTJ/welcome-ui/commit/8cfedc9))
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### [0.27.5](https://github.com/WTTJ/welcome-ui/compare/v0.27.4...v0.27.5) (2019-10-15)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### [0.27.4](https://github.com/WTTJ/welcome-ui/compare/v0.27.3...v0.27.4) (2019-10-15)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Bug Fixes
|
|
207
|
-
|
|
208
|
-
* tag with only one integer ([d5618c9](https://github.com/WTTJ/welcome-ui/commit/d5618c9))
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### [0.27.3](https://github.com/WTTJ/welcome-ui/compare/v0.27.2...v0.27.3) (2019-10-15)
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
### Bug Fixes
|
|
216
|
-
|
|
217
|
-
* change color default tag on welcomekit theme ([d481235](https://github.com/WTTJ/welcome-ui/commit/d481235))
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
### [0.27.2](https://github.com/WTTJ/welcome-ui/compare/v0.27.1...v0.27.2) (2019-10-14)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* change color default tag on welcomekit theme ([17855e7](https://github.com/WTTJ/welcome-ui/commit/17855e7))
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
### [0.27.1](https://github.com/WTTJ/welcome-ui/compare/v0.27.0...v0.27.1) (2019-10-14)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
### Bug Fixes
|
|
234
|
-
|
|
235
|
-
* change color default tag on welcomekit theme ([6291943](https://github.com/WTTJ/welcome-ui/commit/6291943))
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
## [0.27.0](https://github.com/WTTJ/welcome-ui/compare/v0.26.0...v0.27.0) (2019-10-14)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### Bug Fixes
|
|
243
|
-
|
|
244
|
-
* growl close overlaping title and general line-heights missing ([#385](https://github.com/WTTJ/welcome-ui/issues/385)) ([8fdb697](https://github.com/WTTJ/welcome-ui/commit/8fdb697))
|
|
245
|
-
* z-index of mde toolbar ([#384](https://github.com/WTTJ/welcome-ui/issues/384)) ([9a8507c](https://github.com/WTTJ/welcome-ui/commit/9a8507c))
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### refactor
|
|
249
|
-
|
|
250
|
-
* radio group takes options ([#387](https://github.com/WTTJ/welcome-ui/issues/387)) ([ae7376c](https://github.com/WTTJ/welcome-ui/commit/ae7376c))
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
### BREAKING CHANGES
|
|
254
|
-
|
|
255
|
-
* RadioInput / RadioTab replaced by RadioGroup with options
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
## [0.26.0](https://github.com/WTTJ/welcome-ui/compare/v0.25.7...v0.26.0) (2019-10-07)
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
### Bug Fixes
|
|
263
|
-
|
|
264
|
-
* click checkbox radio label ([#383](https://github.com/WTTJ/welcome-ui/issues/383)) ([7c437c0](https://github.com/WTTJ/welcome-ui/commit/7c437c0))
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
### Features
|
|
268
|
-
|
|
269
|
-
* replace right icon on DatePicker when it has been cleared ([#382](https://github.com/WTTJ/welcome-ui/issues/382)) ([00f7ddc](https://github.com/WTTJ/welcome-ui/commit/00f7ddc))
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
### [0.25.7](https://github.com/WTTJ/welcome-ui/compare/v0.25.6...v0.25.7) (2019-10-01)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Bug Fixes
|
|
277
|
-
|
|
278
|
-
* ensure array is empty if no selected values provided ([#381](https://github.com/WTTJ/welcome-ui/issues/381)) ([770043c](https://github.com/WTTJ/welcome-ui/commit/770043c))
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### [0.25.6](https://github.com/WTTJ/welcome-ui/compare/v0.25.5...v0.25.6) (2019-09-30)
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
### Bug Fixes
|
|
286
|
-
|
|
287
|
-
* resize welcome_kit icon ([251b1e0](https://github.com/WTTJ/welcome-ui/commit/251b1e0))
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### [0.25.5](https://github.com/WTTJ/welcome-ui/compare/v0.25.4...v0.25.5) (2019-09-30)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
### [0.25.4](https://github.com/WTTJ/welcome-ui/compare/v0.25.3...v0.25.4) (2019-09-30)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Bug Fixes
|
|
299
|
-
|
|
300
|
-
* replace incorrect icon fills (and update script to future-proof) ([#378](https://github.com/WTTJ/welcome-ui/issues/378)) ([8742429](https://github.com/WTTJ/welcome-ui/commit/8742429))
|
|
301
|
-
* simplify xing and play icons ([#380](https://github.com/WTTJ/welcome-ui/issues/380)) ([0ca5c59](https://github.com/WTTJ/welcome-ui/commit/0ca5c59))
|
|
302
|
-
* use full util paths ([#369](https://github.com/WTTJ/welcome-ui/issues/369)) ([cf6ef10](https://github.com/WTTJ/welcome-ui/commit/cf6ef10))
|
|
303
|
-
* xing icon referenced play icon ([#379](https://github.com/WTTJ/welcome-ui/issues/379)) ([9798b0a](https://github.com/WTTJ/welcome-ui/commit/9798b0a))
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### [0.25.3](https://github.com/WTTJ/welcome-ui/compare/v0.25.2...v0.25.3) (2019-09-25)
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
### Bug Fixes
|
|
311
|
-
|
|
312
|
-
* reset autocomplete on datepicker input ([#377](https://github.com/WTTJ/welcome-ui/issues/377)) ([2647cdd](https://github.com/WTTJ/welcome-ui/commit/2647cdd))
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### [0.25.2](https://github.com/WTTJ/welcome-ui/compare/v0.25.1...v0.25.2) (2019-09-25)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
### Bug Fixes
|
|
320
|
-
|
|
321
|
-
* invalide date strings on datepickers ([a7d4a4a](https://github.com/WTTJ/welcome-ui/commit/a7d4a4a)), closes [#375](https://github.com/WTTJ/welcome-ui/issues/375)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
### [0.25.1](https://github.com/WTTJ/welcome-ui/compare/v0.25.0...v0.25.1) (2019-09-25)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### Bug Fixes
|
|
329
|
-
|
|
330
|
-
* add hack for autocomplete on select ([db8dd92](https://github.com/WTTJ/welcome-ui/commit/db8dd92))
|
|
331
|
-
* color on select ([a842f87](https://github.com/WTTJ/welcome-ui/commit/a842f87))
|
|
332
|
-
* remove clearButton if Date or Time Pickers have no value ([#371](https://github.com/WTTJ/welcome-ui/issues/371)) ([6f6ad45](https://github.com/WTTJ/welcome-ui/commit/6f6ad45)), closes [#370](https://github.com/WTTJ/welcome-ui/issues/370)
|
|
333
|
-
* welcome theme primary colors inversion and hexa ([#372](https://github.com/WTTJ/welcome-ui/issues/372)) ([e21aeba](https://github.com/WTTJ/welcome-ui/commit/e21aeba))
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
## [0.25.0](https://github.com/WTTJ/welcome-ui/compare/v0.24.4...v0.25.0) (2019-09-24)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### Bug Fixes
|
|
341
|
-
|
|
342
|
-
* search for emoji in MarkdownEditor emoji picker ([#366](https://github.com/WTTJ/welcome-ui/issues/366)) ([ddf071d](https://github.com/WTTJ/welcome-ui/commit/ddf071d))
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
### Features
|
|
346
|
-
|
|
347
|
-
* add is clearable to input text ([#364](https://github.com/WTTJ/welcome-ui/issues/364)) ([cd9644e](https://github.com/WTTJ/welcome-ui/commit/cd9644e))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
### [0.24.4](https://github.com/WTTJ/welcome-ui/compare/v0.24.3...v0.24.4) (2019-09-17)
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### Bug Fixes
|
|
355
|
-
|
|
356
|
-
* improve secondary button hover state and hint alignment ([#362](https://github.com/WTTJ/welcome-ui/issues/362)) ([a0fed78](https://github.com/WTTJ/welcome-ui/commit/a0fed78))
|
|
357
|
-
* replace arrow with clear button on DatePickers ([#361](https://github.com/WTTJ/welcome-ui/issues/361)) ([c0b136a](https://github.com/WTTJ/welcome-ui/commit/c0b136a)), closes [#358](https://github.com/WTTJ/welcome-ui/issues/358)
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
### [0.24.3](https://github.com/WTTJ/welcome-ui/compare/v0.24.2...v0.24.3) (2019-09-16)
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
### Bug Fixes
|
|
365
|
-
|
|
366
|
-
* can't type in select after creating new item ([#355](https://github.com/WTTJ/welcome-ui/issues/355)) ([1cbaaba](https://github.com/WTTJ/welcome-ui/commit/1cbaaba))
|
|
367
|
-
* crea changes 2 ([#353](https://github.com/WTTJ/welcome-ui/issues/353)) ([451361f](https://github.com/WTTJ/welcome-ui/commit/451361f))
|
|
368
|
-
* send correct payload and blur input when uploading/removing ([#359](https://github.com/WTTJ/welcome-ui/issues/359)) ([b20be75](https://github.com/WTTJ/welcome-ui/commit/b20be75))
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
### [0.24.2](https://github.com/WTTJ/welcome-ui/compare/v0.24.1...v0.24.2) (2019-09-13)
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
### Bug Fixes
|
|
376
|
-
|
|
377
|
-
* infinite loop when adding select item ([#352](https://github.com/WTTJ/welcome-ui/issues/352)) ([e2713a7](https://github.com/WTTJ/welcome-ui/commit/e2713a7))
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
### [0.24.1](https://github.com/WTTJ/welcome-ui/compare/v0.24.0...v0.24.1) (2019-09-12)
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
### Bug Fixes
|
|
385
|
-
|
|
386
|
-
* don't use placeholder for content ([#350](https://github.com/WTTJ/welcome-ui/issues/350)) ([b50fcc7](https://github.com/WTTJ/welcome-ui/commit/b50fcc7))
|
|
387
|
-
* improve size/scroll of month/year dropdowns ([#349](https://github.com/WTTJ/welcome-ui/issues/349)) ([760aa87](https://github.com/WTTJ/welcome-ui/commit/760aa87))
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
## [0.24.0](https://github.com/WTTJ/welcome-ui/compare/v0.23.2...v0.24.0) (2019-09-12)
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
### Bug Fixes
|
|
395
|
-
|
|
396
|
-
* avoid font-weight on checked labels ([#344](https://github.com/WTTJ/welcome-ui/issues/344)) ([901d974](https://github.com/WTTJ/welcome-ui/commit/901d974)), closes [#343](https://github.com/WTTJ/welcome-ui/issues/343)
|
|
397
|
-
* move error / warning icon to hint for checkable Fields ([#347](https://github.com/WTTJ/welcome-ui/issues/347)) ([0443c16](https://github.com/WTTJ/welcome-ui/commit/0443c16)), closes [#346](https://github.com/WTTJ/welcome-ui/issues/346)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
### Features
|
|
401
|
-
|
|
402
|
-
* add UniversalLink ([#345](https://github.com/WTTJ/welcome-ui/issues/345)) ([1ed46f3](https://github.com/WTTJ/welcome-ui/commit/1ed46f3))
|
|
403
|
-
* select improvements ([#348](https://github.com/WTTJ/welcome-ui/issues/348)) ([932dabc](https://github.com/WTTJ/welcome-ui/commit/932dabc))
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
### [0.23.2](https://github.com/WTTJ/welcome-ui/compare/v0.23.1...v0.23.2) (2019-09-11)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
### [0.23.1](https://github.com/WTTJ/welcome-ui/compare/v0.23.0...v0.23.1) (2019-09-10)
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### Bug Fixes
|
|
415
|
-
|
|
416
|
-
* change select to input rather than contenteditable div ([9b9dd62](https://github.com/WTTJ/welcome-ui/commit/9b9dd62))
|
|
417
|
-
* failing test ([871c2d7](https://github.com/WTTJ/welcome-ui/commit/871c2d7))
|
|
418
|
-
* memory leak on date / time / dateTime Pickers ([#337](https://github.com/WTTJ/welcome-ui/issues/337)) ([12b0358](https://github.com/WTTJ/welcome-ui/commit/12b0358))
|
|
419
|
-
* remove debugging effort ([dbd95b9](https://github.com/WTTJ/welcome-ui/commit/dbd95b9))
|
|
420
|
-
* remove debugging effort ([3006b6b](https://github.com/WTTJ/welcome-ui/commit/3006b6b))
|
|
421
|
-
* search in select ([#339](https://github.com/WTTJ/welcome-ui/issues/339)) ([b39eff6](https://github.com/WTTJ/welcome-ui/commit/b39eff6))
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
## [0.23.0](https://github.com/WTTJ/welcome-ui/compare/v0.22.4...v0.23.0) (2019-09-09)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### Bug Fixes
|
|
429
|
-
|
|
430
|
-
* file browser opens on button click ([#331](https://github.com/WTTJ/welcome-ui/issues/331)) ([1e6329d](https://github.com/WTTJ/welcome-ui/commit/1e6329d)), closes [#315](https://github.com/WTTJ/welcome-ui/issues/315)
|
|
431
|
-
* prevent selecting text in labels ([#334](https://github.com/WTTJ/welcome-ui/issues/334)) ([0b22674](https://github.com/WTTJ/welcome-ui/commit/0b22674))
|
|
432
|
-
* remove valid html attributes from blacklist ([#333](https://github.com/WTTJ/welcome-ui/issues/333)) ([ce7c2ed](https://github.com/WTTJ/welcome-ui/commit/ce7c2ed))
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
### Features
|
|
436
|
-
|
|
437
|
-
* change icon size on themes ([e7630e8](https://github.com/WTTJ/welcome-ui/commit/e7630e8))
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
### [0.22.4](https://github.com/WTTJ/welcome-ui/compare/v0.22.3...v0.22.4) (2019-09-05)
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
### Bug Fixes
|
|
445
|
-
|
|
446
|
-
* correctly update checked state on checkboxes ([#329](https://github.com/WTTJ/welcome-ui/issues/329)) ([209f4df](https://github.com/WTTJ/welcome-ui/commit/209f4df)), closes [#328](https://github.com/WTTJ/welcome-ui/issues/328)
|
|
447
|
-
* findDOMNode warning because of dateTime library ([#330](https://github.com/WTTJ/welcome-ui/issues/330)) ([ddbfae3](https://github.com/WTTJ/welcome-ui/commit/ddbfae3)), closes [#311](https://github.com/WTTJ/welcome-ui/issues/311)
|
|
448
|
-
* remove empty input on field's label ([#326](https://github.com/WTTJ/welcome-ui/issues/326)) ([d7e3eb6](https://github.com/WTTJ/welcome-ui/commit/d7e3eb6))
|
|
449
|
-
* warnings on props being forwarded too deep ([#324](https://github.com/WTTJ/welcome-ui/issues/324)) ([267b87e](https://github.com/WTTJ/welcome-ui/commit/267b87e)), closes [#313](https://github.com/WTTJ/welcome-ui/issues/313) [#316](https://github.com/WTTJ/welcome-ui/issues/316) [#312](https://github.com/WTTJ/welcome-ui/issues/312)
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
### [0.22.3](https://github.com/WTTJ/welcome-ui/compare/v0.22.2...v0.22.3) (2019-09-03)
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
### Bug Fixes
|
|
457
|
-
|
|
458
|
-
* set input value to last chosen value when aborting search ([#325](https://github.com/WTTJ/welcome-ui/issues/325)) ([f1de729](https://github.com/WTTJ/welcome-ui/commit/f1de729))
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
### [0.22.2](https://github.com/WTTJ/welcome-ui/compare/v0.22.1...v0.22.2) (2019-09-02)
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
### Bug Fixes
|
|
466
|
-
|
|
467
|
-
* ensure icons are not squashed in labels ([3d9b719](https://github.com/WTTJ/welcome-ui/commit/3d9b719))
|
|
468
|
-
* replace <Text as={p}…> ([96d5c1f](https://github.com/WTTJ/welcome-ui/commit/96d5c1f))
|
|
469
|
-
* use placeholder or placeholderText on DatePicker ([443936a](https://github.com/WTTJ/welcome-ui/commit/443936a)), closes [#306](https://github.com/WTTJ/welcome-ui/issues/306)
|
|
470
|
-
* wrap label contents to preserve flex functionality ([16206f4](https://github.com/WTTJ/welcome-ui/commit/16206f4))
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
### [0.22.1](https://github.com/WTTJ/welcome-ui/compare/v0.22.0...v0.22.1) (2019-08-29)
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### Bug Fixes
|
|
478
|
-
|
|
479
|
-
* option not being created correctly ([d3acc08](https://github.com/WTTJ/welcome-ui/commit/d3acc08)), closes [#310](https://github.com/WTTJ/welcome-ui/issues/310)
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
## [0.22.0](https://github.com/WTTJ/welcome-ui/compare/v0.21.0...v0.22.0) (2019-08-29)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
### Bug Fixes
|
|
487
|
-
|
|
488
|
-
* refactor DateTimePicker ([#305](https://github.com/WTTJ/welcome-ui/issues/305)) ([6f6f100](https://github.com/WTTJ/welcome-ui/commit/6f6f100)), closes [#238](https://github.com/WTTJ/welcome-ui/issues/238)
|
|
489
|
-
* theme warning on tag ([768d5f3](https://github.com/WTTJ/welcome-ui/commit/768d5f3))
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
### Features
|
|
493
|
-
|
|
494
|
-
* add Link component ([57bdda2](https://github.com/WTTJ/welcome-ui/commit/57bdda2))
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
## [0.21.0](https://github.com/WTTJ/welcome-ui/compare/v0.20.6...v0.21.0) (2019-08-28)
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
### Bug Fixes
|
|
502
|
-
|
|
503
|
-
* function to remove chosen tag ([bb02289](https://github.com/WTTJ/welcome-ui/commit/bb02289))
|
|
504
|
-
* pass all props to Text component ([5deb749](https://github.com/WTTJ/welcome-ui/commit/5deb749))
|
|
505
|
-
* tweak FileDrop defaults ([6a24b6e](https://github.com/WTTJ/welcome-ui/commit/6a24b6e))
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
### Features
|
|
509
|
-
|
|
510
|
-
* add better file upload preview ([72393b3](https://github.com/WTTJ/welcome-ui/commit/72393b3))
|
|
511
|
-
* add missings icons ([69dc4b4](https://github.com/WTTJ/welcome-ui/commit/69dc4b4))
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
### Tests
|
|
515
|
-
|
|
516
|
-
* test react wrap function ([38e497a](https://github.com/WTTJ/welcome-ui/commit/38e497a))
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
### [0.20.6](https://github.com/WTTJ/welcome-ui/compare/v0.20.5...v0.20.6) (2019-08-27)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Bug Fixes
|
|
524
|
-
|
|
525
|
-
* pass props to correct element ([685e785](https://github.com/WTTJ/welcome-ui/commit/685e785))
|
|
526
|
-
* show errors when dropping invalid file ([7a5cf9f](https://github.com/WTTJ/welcome-ui/commit/7a5cf9f))
|
|
527
|
-
* show errors when dropping invalid file ([44d103a](https://github.com/WTTJ/welcome-ui/commit/44d103a))
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
### [0.20.5](https://github.com/WTTJ/welcome-ui/compare/v0.20.4...v0.20.5) (2019-08-22)
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### [0.20.4](https://github.com/WTTJ/welcome-ui/compare/v0.20.3...v0.20.4) (2019-08-22)
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
### Bug Fixes
|
|
539
|
-
|
|
540
|
-
* change cursor on disabled field and pass all props to label ([c13a581](https://github.com/WTTJ/welcome-ui/commit/c13a581))
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
### [0.20.3](https://github.com/WTTJ/welcome-ui/compare/v0.20.2...v0.20.3) (2019-08-21)
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
### Bug Fixes
|
|
548
|
-
|
|
549
|
-
* add dark variant for tags ([e5b0ce1](https://github.com/WTTJ/welcome-ui/commit/e5b0ce1))
|
|
550
|
-
* add styles for month/year dropdowns when open ([811b6bc](https://github.com/WTTJ/welcome-ui/commit/811b6bc))
|
|
551
|
-
* add styles for year/month dropdowns in datepicker ([badb1d0](https://github.com/WTTJ/welcome-ui/commit/badb1d0))
|
|
552
|
-
* firefox cursor position on contenteditable div's focus ([8a08b96](https://github.com/WTTJ/welcome-ui/commit/8a08b96)), closes [#286](https://github.com/WTTJ/welcome-ui/issues/286)
|
|
553
|
-
* padding within labels ([14a69ba](https://github.com/WTTJ/welcome-ui/commit/14a69ba))
|
|
554
|
-
* remove red border from required fields in firefox ([5575676](https://github.com/WTTJ/welcome-ui/commit/5575676))
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
### [0.20.2](https://github.com/WTTJ/welcome-ui/compare/v0.20.1...v0.20.2) (2019-08-21)
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
### Bug Fixes
|
|
562
|
-
|
|
563
|
-
* infinite loop in field label's `for` attribute ([9909cea](https://github.com/WTTJ/welcome-ui/commit/9909cea)), closes [#280](https://github.com/WTTJ/welcome-ui/issues/280)
|
|
564
|
-
* label spacing and wrapping ([979d938](https://github.com/WTTJ/welcome-ui/commit/979d938))
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
### [0.20.1](https://github.com/WTTJ/welcome-ui/compare/v0.20.0...v0.20.1) (2019-08-20)
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
## [0.20.0](https://github.com/WTTJ/welcome-ui/compare/v0.19.3...v0.20.0) (2019-08-20)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
* add "traditional" file upload ([6a46c3a](https://github.com/WTTJ/welcome-ui/commit/6a46c3a))
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
### [0.19.3](https://github.com/WTTJ/welcome-ui/compare/v0.19.2...v0.19.3) (2019-08-20)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Bug Fixes
|
|
585
|
-
|
|
586
|
-
* select does not return the correct "value" ([#276](https://github.com/WTTJ/welcome-ui/issues/276)) ([8188f30](https://github.com/WTTJ/welcome-ui/commit/8188f30)), closes [#230](https://github.com/WTTJ/welcome-ui/issues/230)
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
### [0.19.2](https://github.com/WTTJ/welcome-ui/compare/v0.19.1...v0.19.2) (2019-08-12)
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
### Bug Fixes
|
|
594
|
-
|
|
595
|
-
* checkboxes and radios being updated every two clicks ([#273](https://github.com/WTTJ/welcome-ui/issues/273)) ([16afd5d](https://github.com/WTTJ/welcome-ui/commit/16afd5d)), closes [#203](https://github.com/WTTJ/welcome-ui/issues/203)
|
|
596
|
-
* selects keyboard events handling is working now ([4c22665](https://github.com/WTTJ/welcome-ui/commit/4c22665)), closes [#267](https://github.com/WTTJ/welcome-ui/issues/267)
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
### [0.19.1](https://github.com/WTTJ/welcome-ui/compare/v0.19.0...v0.19.1) (2019-08-06)
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
## [0.19.0](https://github.com/WTTJ/welcome-ui/compare/v0.18.3...v0.19.0) (2019-08-06)
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
### Features
|
|
608
|
-
|
|
609
|
-
* add arrow and allow picto placement on DateTimePicker ([#270](https://github.com/WTTJ/welcome-ui/issues/270)) ([1c87dc7](https://github.com/WTTJ/welcome-ui/commit/1c87dc7))
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
### [0.18.3](https://github.com/WTTJ/welcome-ui/compare/v0.18.2...v0.18.3) (2019-08-05)
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
### Bug Fixes
|
|
617
|
-
|
|
618
|
-
* select isValueExisting buggy function ([b5d422a](https://github.com/WTTJ/welcome-ui/commit/b5d422a))
|
|
619
|
-
* width='100%' prop on datetimepicker was not working ([18d5845](https://github.com/WTTJ/welcome-ui/commit/18d5845))
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
### [0.18.2](https://github.com/WTTJ/welcome-ui/compare/v0.18.1...v0.18.2) (2019-08-02)
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
### Bug Fixes
|
|
627
|
-
|
|
628
|
-
* add label onClick to focus on related component ([#266](https://github.com/WTTJ/welcome-ui/issues/266)) ([0e19b56](https://github.com/WTTJ/welcome-ui/commit/0e19b56)), closes [#241](https://github.com/WTTJ/welcome-ui/issues/241)
|
|
629
|
-
* correctly spread system props in all form components ([#265](https://github.com/WTTJ/welcome-ui/issues/265)) ([14fc927](https://github.com/WTTJ/welcome-ui/commit/14fc927))
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
### [0.18.1](https://github.com/WTTJ/welcome-ui/compare/v0.18.0...v0.18.1) (2019-07-30)
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
### Bug Fixes
|
|
637
|
-
|
|
638
|
-
* datePicker is not resetable ([#259](https://github.com/WTTJ/welcome-ui/issues/259)) ([e39c23c](https://github.com/WTTJ/welcome-ui/commit/e39c23c)), closes [#228](https://github.com/WTTJ/welcome-ui/issues/228)
|
|
639
|
-
* pass (preview) value to FileUpload ([#260](https://github.com/WTTJ/welcome-ui/issues/260)) ([572b1e4](https://github.com/WTTJ/welcome-ui/commit/572b1e4))
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
## [0.18.0](https://github.com/WTTJ/welcome-ui/compare/v0.17.6...v0.18.0) (2019-07-25)
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
### Features
|
|
647
|
-
|
|
648
|
-
* add breakpoints on theme ([7139755](https://github.com/WTTJ/welcome-ui/commit/7139755))
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
### [0.17.6](https://github.com/WTTJ/welcome-ui/compare/v0.17.4...v0.17.6) (2019-07-25)
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
### Bug Fixes
|
|
656
|
-
|
|
657
|
-
* include submitError in error from ConnectedField ([65fae84](https://github.com/WTTJ/welcome-ui/commit/65fae84))
|
|
658
|
-
* remove duplicate label ([3808e25](https://github.com/WTTJ/welcome-ui/commit/3808e25))
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
### [0.17.5](https://github.com/WTTJ/welcome-ui/compare/v0.17.4...v0.17.5) (2019-07-25)
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
### Bug Fixes
|
|
666
|
-
|
|
667
|
-
* include submitError in error from ConnectedField ([65fae84](https://github.com/WTTJ/welcome-ui/commit/65fae84))
|
|
668
|
-
* remove duplicate label ([3808e25](https://github.com/WTTJ/welcome-ui/commit/3808e25))
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
### [0.17.4](https://github.com/WTTJ/welcome-ui/compare/v0.17.3...v0.17.4) (2019-07-25)
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
### Bug Fixes
|
|
676
|
-
|
|
677
|
-
* add correct value on htmlFor ([35cb574](https://github.com/WTTJ/welcome-ui/commit/35cb574))
|
|
678
|
-
* show datepicker popper in portal ([#248](https://github.com/WTTJ/welcome-ui/issues/248)) ([41107f0](https://github.com/WTTJ/welcome-ui/commit/41107f0))
|
|
679
|
-
* theme selection's min width now based on largest option's label ([#250](https://github.com/WTTJ/welcome-ui/issues/250)) ([c848fb0](https://github.com/WTTJ/welcome-ui/commit/c848fb0))
|
|
680
|
-
* update options in state from parent ([505d3f2](https://github.com/WTTJ/welcome-ui/commit/505d3f2))
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
### [0.17.3](https://github.com/WTTJ/welcome-ui/compare/v0.17.1...v0.17.3) (2019-07-24)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### Bug Fixes
|
|
688
|
-
|
|
689
|
-
* allowed checkbox without label ([#245](https://github.com/WTTJ/welcome-ui/issues/245)) ([fac96ef](https://github.com/WTTJ/welcome-ui/commit/fac96ef))
|
|
690
|
-
* pass options from field to select ([05f9c6f](https://github.com/WTTJ/welcome-ui/commit/05f9c6f))
|
|
691
|
-
* z-index on select ([3cfb2fd](https://github.com/WTTJ/welcome-ui/commit/3cfb2fd))
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
### [0.17.2](https://github.com/WTTJ/welcome-ui/compare/v0.17.1...v0.17.2) (2019-07-24)
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
### [0.17.1](https://github.com/WTTJ/welcome-ui/compare/v0.17.0...v0.17.1) (2019-07-24)
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
### Bug Fixes
|
|
703
|
-
|
|
704
|
-
* button line height ([#237](https://github.com/WTTJ/welcome-ui/issues/237)) ([5ae30a0](https://github.com/WTTJ/welcome-ui/commit/5ae30a0))
|
|
705
|
-
* prevent system props from being sent to children ([#226](https://github.com/WTTJ/welcome-ui/issues/226)) ([aabb848](https://github.com/WTTJ/welcome-ui/commit/aabb848))
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
## [0.17.0](https://github.com/WTTJ/welcome-ui/compare/v0.16.1...v0.17.0) (2019-07-23)
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
### Bug Fixes
|
|
713
|
-
|
|
714
|
-
* allow icon to be added to DatePicker ([#225](https://github.com/WTTJ/welcome-ui/issues/225)) ([f413901](https://github.com/WTTJ/welcome-ui/commit/f413901)), closes [#221](https://github.com/WTTJ/welcome-ui/issues/221)
|
|
715
|
-
* pass all props to field ([dc5c413](https://github.com/WTTJ/welcome-ui/commit/dc5c413))
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
### Features
|
|
719
|
-
|
|
720
|
-
* add `renderItem` prop to allow formatting of options ([#222](https://github.com/WTTJ/welcome-ui/issues/222)) ([c4106d9](https://github.com/WTTJ/welcome-ui/commit/c4106d9))
|
|
721
|
-
* add xl size to buttons ([af808e9](https://github.com/WTTJ/welcome-ui/commit/af808e9))
|
|
722
|
-
* allow icon to be added to InputText ([cb11a68](https://github.com/WTTJ/welcome-ui/commit/cb11a68))
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
### [0.16.1](https://github.com/WTTJ/welcome-ui/compare/v0.16.0...v0.16.1) (2019-07-18)
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
### Bug Fixes
|
|
730
|
-
|
|
731
|
-
* don't call boxSizingReset if useReset is true ([#218](https://github.com/WTTJ/welcome-ui/issues/218)) ([e467da5](https://github.com/WTTJ/welcome-ui/commit/e467da5))
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
## [0.16.0](https://github.com/WTTJ/welcome-ui/compare/v0.15.4...v0.16.0) (2019-07-18)
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
### Bug Fixes
|
|
739
|
-
|
|
740
|
-
* css datepicker client only ([#217](https://github.com/WTTJ/welcome-ui/issues/217)) ([5ac015f](https://github.com/WTTJ/welcome-ui/commit/5ac015f))
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
### Features
|
|
744
|
-
|
|
745
|
-
* don't show delete icon if select is required ([ff1c8c2](https://github.com/WTTJ/welcome-ui/commit/ff1c8c2))
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
### [0.15.4](https://github.com/WTTJ/welcome-ui/compare/v0.15.3...v0.15.4) (2019-07-17)
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
### Bug Fixes
|
|
753
|
-
|
|
754
|
-
* add correct colors on welcome theme ([be3b0b8](https://github.com/WTTJ/welcome-ui/commit/be3b0b8))
|
|
755
|
-
* add missing color on core theme ([0d67206](https://github.com/WTTJ/welcome-ui/commit/0d67206))
|
|
756
|
-
* broken styles of select indicators when using `size` prop on Select ([3725bb0](https://github.com/WTTJ/welcome-ui/commit/3725bb0))
|
|
757
|
-
* change primary color on core theme ([753ae27](https://github.com/WTTJ/welcome-ui/commit/753ae27))
|
|
758
|
-
* change welcome theme color ([d94e6c0](https://github.com/WTTJ/welcome-ui/commit/d94e6c0))
|
|
759
|
-
* remove bow-shadow on pagination ([59dbc6a](https://github.com/WTTJ/welcome-ui/commit/59dbc6a))
|
|
760
|
-
* style on fielUpload ([a0b6bc5](https://github.com/WTTJ/welcome-ui/commit/a0b6bc5))
|
|
761
|
-
* theme switching is now working and defaults to 'core' when cleared ([578d76c](https://github.com/WTTJ/welcome-ui/commit/578d76c))
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
### [0.15.3](https://github.com/WTTJ/welcome-ui/compare/v0.15.2...v0.15.3) (2019-07-17)
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
### Bug Fixes
|
|
769
|
-
|
|
770
|
-
* add forwardRef to all input components ([#204](https://github.com/WTTJ/welcome-ui/issues/204)) ([6f93cd8](https://github.com/WTTJ/welcome-ui/commit/6f93cd8))
|
|
771
|
-
* broken styles on checkable fields ([#199](https://github.com/WTTJ/welcome-ui/issues/199)) ([d4db531](https://github.com/WTTJ/welcome-ui/commit/d4db531))
|
|
772
|
-
* delete warnings on unwanted props from final-form ([#205](https://github.com/WTTJ/welcome-ui/issues/205)) ([5853821](https://github.com/WTTJ/welcome-ui/commit/5853821)), closes [#202](https://github.com/WTTJ/welcome-ui/issues/202)
|
|
773
|
-
* make Select a controlled component ([#210](https://github.com/WTTJ/welcome-ui/issues/210)) ([330c5f7](https://github.com/WTTJ/welcome-ui/commit/330c5f7))
|
|
774
|
-
* merge on theming ([#207](https://github.com/WTTJ/welcome-ui/issues/207)) ([a9583b5](https://github.com/WTTJ/welcome-ui/commit/a9583b5))
|
|
775
|
-
* warnings on propTypes ([9d6ae5e](https://github.com/WTTJ/welcome-ui/commit/9d6ae5e))
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
### [0.15.2](https://github.com/WTTJ/welcome-ui/compare/v0.15.1...v0.15.2) (2019-07-15)
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
### Bug Fixes
|
|
783
|
-
|
|
784
|
-
* add default hint color ([#197](https://github.com/WTTJ/welcome-ui/issues/197)) ([766ebee](https://github.com/WTTJ/welcome-ui/commit/766ebee))
|
|
785
|
-
* Use reakit for checkbox, toggles and radio buttons ([#196](https://github.com/WTTJ/welcome-ui/issues/196)) ([e5d3802](https://github.com/WTTJ/welcome-ui/commit/e5d3802))
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
### [0.15.1](https://github.com/WTTJ/welcome-ui/compare/v0.15.0...v0.15.1) (2019-07-11)
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
### Bug Fixes
|
|
793
|
-
|
|
794
|
-
* use tooltip.visible instead of tooltip.hidden ([#194](https://github.com/WTTJ/welcome-ui/issues/194)) ([f52555e](https://github.com/WTTJ/welcome-ui/commit/f52555e))
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
## [0.15.0](https://github.com/WTTJ/welcome-ui/compare/v0.14.3...v0.15.0) (2019-07-11)
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
### Bug Fixes
|
|
802
|
-
|
|
803
|
-
* add Delay component to delay tooltip's display ([#189](https://github.com/WTTJ/welcome-ui/issues/189)) ([547b7fb](https://github.com/WTTJ/welcome-ui/commit/547b7fb)), closes [#185](https://github.com/WTTJ/welcome-ui/issues/185)
|
|
804
|
-
* don't use onClickOutside prop from datePicker ([#183](https://github.com/WTTJ/welcome-ui/issues/183)) ([96e0615](https://github.com/WTTJ/welcome-ui/commit/96e0615)), closes [#155](https://github.com/WTTJ/welcome-ui/issues/155)
|
|
805
|
-
* make placeholder required for select ([#181](https://github.com/WTTJ/welcome-ui/issues/181)) ([31d764c](https://github.com/WTTJ/welcome-ui/commit/31d764c))
|
|
806
|
-
* remove flatMap from fonts which causes errors ([#192](https://github.com/WTTJ/welcome-ui/issues/192)) ([e0637c2](https://github.com/WTTJ/welcome-ui/commit/e0637c2)), closes [#182](https://github.com/WTTJ/welcome-ui/issues/182)
|
|
807
|
-
* remove react-final-form dependency ([#193](https://github.com/WTTJ/welcome-ui/issues/193)) ([7c2f72e](https://github.com/WTTJ/welcome-ui/commit/7c2f72e))
|
|
808
|
-
* ugly vertical scroll on tabs ([#187](https://github.com/WTTJ/welcome-ui/issues/187)) ([04ee921](https://github.com/WTTJ/welcome-ui/commit/04ee921)), closes [#186](https://github.com/WTTJ/welcome-ui/issues/186)
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
### Features
|
|
812
|
-
|
|
813
|
-
* allow tooltip to follow the cursor or not ([#190](https://github.com/WTTJ/welcome-ui/issues/190)) ([6217eb3](https://github.com/WTTJ/welcome-ui/commit/6217eb3))
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
### [0.14.3](https://github.com/WTTJ/welcome-ui/compare/v0.14.2...v0.14.3) (2019-07-10)
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
### Bug Fixes
|
|
821
|
-
|
|
822
|
-
* **tabs:** fix tab overflow ([#176](https://github.com/WTTJ/welcome-ui/issues/176)) ([f3793a3](https://github.com/WTTJ/welcome-ui/commit/f3793a3))
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
### [0.14.2](https://github.com/WTTJ/welcome-ui/compare/v0.14.1...v0.14.2) (2019-07-09)
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
### Bug Fixes
|
|
830
|
-
|
|
831
|
-
* export FilePreviewImage ([#168](https://github.com/WTTJ/welcome-ui/issues/168)) ([2eabf1f](https://github.com/WTTJ/welcome-ui/commit/2eabf1f))
|
|
832
|
-
* replace window check for ssr ([#175](https://github.com/WTTJ/welcome-ui/issues/175)) ([a6d9f76](https://github.com/WTTJ/welcome-ui/commit/a6d9f76))
|
|
833
|
-
* simplify icons in Select ([#169](https://github.com/WTTJ/welcome-ui/issues/169)) ([fe434b1](https://github.com/WTTJ/welcome-ui/commit/fe434b1))
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
### [0.14.1](https://github.com/WTTJ/welcome-ui/compare/v0.14.0...v0.14.1) (2019-07-05)
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
### Bug Fixes
|
|
841
|
-
|
|
842
|
-
* rewrite tooltip using reakit's tooltip ([#166](https://github.com/WTTJ/welcome-ui/issues/166)) ([a3c6069](https://github.com/WTTJ/welcome-ui/commit/a3c6069)), closes [#157](https://github.com/WTTJ/welcome-ui/issues/157)
|
|
843
|
-
* styles on tags now stick to the mockups ([#165](https://github.com/WTTJ/welcome-ui/issues/165)) ([155478f](https://github.com/WTTJ/welcome-ui/commit/155478f))
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
## [0.14.0](https://github.com/WTTJ/welcome-ui/compare/v0.13.0...v0.14.0) (2019-07-04)
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
### Bug Fixes
|
|
851
|
-
|
|
852
|
-
* adds default size (lg) on InputText component ([#154](https://github.com/WTTJ/welcome-ui/issues/154)) ([9d06df9](https://github.com/WTTJ/welcome-ui/commit/9d06df9))
|
|
853
|
-
* forward ref on button ([#163](https://github.com/WTTJ/welcome-ui/issues/163)) ([ba15da3](https://github.com/WTTJ/welcome-ui/commit/ba15da3)), closes [#153](https://github.com/WTTJ/welcome-ui/issues/153)
|
|
854
|
-
* use rem instead of px for icons ([#160](https://github.com/WTTJ/welcome-ui/issues/160)) ([c826451](https://github.com/WTTJ/welcome-ui/commit/c826451)), closes [#159](https://github.com/WTTJ/welcome-ui/issues/159)
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
### Features
|
|
858
|
-
|
|
859
|
-
* input with tags ([#149](https://github.com/WTTJ/welcome-ui/issues/149)) ([36aecc6](https://github.com/WTTJ/welcome-ui/commit/36aecc6)), closes [#74](https://github.com/WTTJ/welcome-ui/issues/74) [#156](https://github.com/WTTJ/welcome-ui/issues/156)
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
### refactor
|
|
863
|
-
|
|
864
|
-
* refactor tabs ([#161](https://github.com/WTTJ/welcome-ui/issues/161)) ([cd4ad6e](https://github.com/WTTJ/welcome-ui/commit/cd4ad6e)), closes [#158](https://github.com/WTTJ/welcome-ui/issues/158)
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
### BREAKING CHANGES
|
|
868
|
-
|
|
869
|
-
* Tabs now stick to reakit API
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
## [0.13.0](https://github.com/WTTJ/welcome-ui/compare/v0.12.0...v0.13.0) (2019-07-03)
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
### Bug Fixes
|
|
877
|
-
|
|
878
|
-
* styles on radioTabs and selects after merge of pr [#147](https://github.com/WTTJ/welcome-ui/issues/147) ([#150](https://github.com/WTTJ/welcome-ui/issues/150)) ([0a3fba0](https://github.com/WTTJ/welcome-ui/commit/0a3fba0))
|
|
879
|
-
* add missing menu icon ([#148](https://github.com/WTTJ/welcome-ui/issues/148)) ([b05ebb8](https://github.com/WTTJ/welcome-ui/commit/b05ebb8)), closes [#142](https://github.com/WTTJ/welcome-ui/issues/142)
|
|
880
|
-
* allow null values for datetimepicker ([#140](https://github.com/WTTJ/welcome-ui/issues/140)) ([8e8ab56](https://github.com/WTTJ/welcome-ui/commit/8e8ab56))
|
|
881
|
-
* lineheight problem on fields ([#152](https://github.com/WTTJ/welcome-ui/issues/152)) ([34a7ff3](https://github.com/WTTJ/welcome-ui/commit/34a7ff3))
|
|
882
|
-
* shape prop set to square was buggy ([#151](https://github.com/WTTJ/welcome-ui/issues/151)) ([1b2d64c](https://github.com/WTTJ/welcome-ui/commit/1b2d64c))
|
|
883
|
-
* use correct ref to fix FileUpload ([#138](https://github.com/WTTJ/welcome-ui/issues/138)) ([1ac7895](https://github.com/WTTJ/welcome-ui/commit/1ac7895))
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
### Features
|
|
887
|
-
|
|
888
|
-
* accessible & controlled pagination ([376ddd8](https://github.com/WTTJ/welcome-ui/commit/376ddd8))
|
|
889
|
-
* add size prop to give sizes to field components ([#147](https://github.com/WTTJ/welcome-ui/issues/147)) ([067ac6d](https://github.com/WTTJ/welcome-ui/commit/067ac6d))
|
|
890
|
-
* remove activeBar on tabs when had only one item ([#133](https://github.com/WTTJ/welcome-ui/issues/133)) ([dd1e0d8](https://github.com/WTTJ/welcome-ui/commit/dd1e0d8))
|
|
891
|
-
* replace Select with new one built on Downshift ([#146](https://github.com/WTTJ/welcome-ui/issues/146)) ([7d3e0c7](https://github.com/WTTJ/welcome-ui/commit/7d3e0c7))
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
## [0.12.0](https://github.com/WTTJ/welcome-ui/compare/v0.11.0...v0.12.0) (2019-06-27)
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
### Features
|
|
899
|
-
|
|
900
|
-
* use reakit on buttons ([#135](https://github.com/WTTJ/welcome-ui/issues/135)) ([3f11e39](https://github.com/WTTJ/welcome-ui/commit/3f11e39))
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
### refactor
|
|
904
|
-
|
|
905
|
-
* don't play with font-size ([0cd4022](https://github.com/WTTJ/welcome-ui/commit/0cd4022))
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
### BREAKING CHANGES
|
|
909
|
-
|
|
910
|
-
* `rounded` (boolean) prop does not exist and is now replaced by `shape="circle"`.
|
|
911
|
-
It affects every `Tag`, `Shape` and `Button` components.
|
|
912
|
-
Also fix warnings by filtering props to prevent them of being sent to the dom element
|
|
913
|
-
|
|
914
|
-
Signed-off-by: Paul-Xavier Ceccaldi <pix@wttj.co>
|
|
915
|
-
* - base font size is now the one defined in browser and no longer fixed by welcome-ui
|
|
916
|
-
- expose `GlobalStyle` instead of `getBaseStyles`
|
|
917
|
-
- use normalize instead of reset, cleaner approach
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
## [0.11.0](https://github.com/WTTJ/welcome-ui/compare/v0.10.0...v0.11.0) (2019-06-25)
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
### Bug Fixes
|
|
925
|
-
|
|
926
|
-
* style on ios safari ([5346029](https://github.com/WTTJ/welcome-ui/commit/5346029))
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
### Features
|
|
930
|
-
|
|
931
|
-
* add Reakit to Tabs component ([1543c07](https://github.com/WTTJ/welcome-ui/commit/1543c07))
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
## [0.10.0](https://github.com/WTTJ/welcome-ui/compare/v0.9.3...v0.10.0) (2019-06-24)
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
### Features
|
|
939
|
-
|
|
940
|
-
* add markdown editor ([#124](https://github.com/WTTJ/welcome-ui/issues/124)) ([5787e21](https://github.com/WTTJ/welcome-ui/commit/5787e21))
|
|
941
|
-
* add markdown icons ([#128](https://github.com/WTTJ/welcome-ui/issues/128)) ([fe896c2](https://github.com/WTTJ/welcome-ui/commit/fe896c2))
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
### [0.9.3](https://github.com/WTTJ/welcome-ui/compare/v0.9.2...v0.9.3) (2019-06-20)
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
### [0.9.2](https://github.com/WTTJ/welcome-ui/compare/v0.9.1...v0.9.2) (2019-06-20)
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
### Bug Fixes
|
|
953
|
-
|
|
954
|
-
* add reset style when baseStyle is not called ([#121](https://github.com/WTTJ/welcome-ui/issues/121)) ([b512674](https://github.com/WTTJ/welcome-ui/commit/b512674)), closes [#117](https://github.com/WTTJ/welcome-ui/issues/117)
|
|
955
|
-
* tab component styles broken ([b9fdd81](https://github.com/WTTJ/welcome-ui/commit/b9fdd81)), closes [#111](https://github.com/WTTJ/welcome-ui/issues/111)
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
### [0.9.1](https://github.com/WTTJ/welcome-ui/compare/v0.9.0...v0.9.1) (2019-06-19)
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
### Bug Fixes
|
|
963
|
-
|
|
964
|
-
* add missing copy icon ([73144d3](https://github.com/WTTJ/welcome-ui/commit/73144d3))
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
## [0.9.0](https://github.com/WTTJ/welcome-ui/compare/v0.8.5...v0.9.0) (2019-06-19)
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
### Features
|
|
972
|
-
|
|
973
|
-
* add Shape component ([3d00ffd](https://github.com/WTTJ/welcome-ui/commit/3d00ffd))
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
### [0.8.5](https://github.com/WTTJ/welcome-ui/compare/v0.8.3...v0.8.5) (2019-06-18)
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
### [0.8.4](https://github.com/WTTJ/welcome-ui/compare/v0.8.3...v0.8.4) (2019-06-18)
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
### [0.8.3](https://github.com/WTTJ/welcome-ui/compare/v0.8.1...v0.8.3) (2019-06-18)
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
### Bug Fixes
|
|
989
|
-
|
|
990
|
-
* margin-bottom on Field components ([688b140](https://github.com/WTTJ/welcome-ui/commit/688b140)), closes [#92](https://github.com/WTTJ/welcome-ui/issues/92)
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
### Tests
|
|
994
|
-
|
|
995
|
-
* add tests on Growl and GrowTitle ([c6c8981](https://github.com/WTTJ/welcome-ui/commit/c6c8981))
|
|
996
|
-
* Tag ([c123a57](https://github.com/WTTJ/welcome-ui/commit/c123a57))
|
|
997
|
-
* Text ([fef8f08](https://github.com/WTTJ/welcome-ui/commit/fef8f08))
|
|
998
|
-
* Toggle ([0e3148b](https://github.com/WTTJ/welcome-ui/commit/0e3148b))
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
### [0.8.2](https://github.com/WTTJ/welcome-ui/compare/v0.8.1...v0.8.2) (2019-06-18)
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
### Bug Fixes
|
|
1006
|
-
|
|
1007
|
-
* margin-bottom on Field components ([688b140](https://github.com/WTTJ/welcome-ui/commit/688b140)), closes [#92](https://github.com/WTTJ/welcome-ui/issues/92)
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
### Tests
|
|
1011
|
-
|
|
1012
|
-
* add tests on Growl and GrowTitle ([c6c8981](https://github.com/WTTJ/welcome-ui/commit/c6c8981))
|
|
1013
|
-
* Tag ([c123a57](https://github.com/WTTJ/welcome-ui/commit/c123a57))
|
|
1014
|
-
* Text ([fef8f08](https://github.com/WTTJ/welcome-ui/commit/fef8f08))
|
|
1015
|
-
* Toggle ([0e3148b](https://github.com/WTTJ/welcome-ui/commit/0e3148b))
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
### [0.8.1](https://github.com/WTTJ/welcome-ui/compare/v0.8.0...v0.8.1) (2019-06-17)
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
### Bug Fixes
|
|
1023
|
-
|
|
1024
|
-
* wrong exported component ([fb419b0](https://github.com/WTTJ/welcome-ui/commit/fb419b0))
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
## [0.8.0](https://github.com/WTTJ/welcome-ui/compare/v0.7.0...v0.8.0) (2019-06-17)
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
### Bug Fixes
|
|
1032
|
-
|
|
1033
|
-
* add missing onKeyDown on inputs ([e19226e](https://github.com/WTTJ/welcome-ui/commit/e19226e))
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
### Features
|
|
1037
|
-
|
|
1038
|
-
* add missing date icon ([7279b4f](https://github.com/WTTJ/welcome-ui/commit/7279b4f))
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
### Tests
|
|
1042
|
-
|
|
1043
|
-
* add tests on Label ([07366f9](https://github.com/WTTJ/welcome-ui/commit/07366f9))
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
## [0.7.0](https://github.com/WTTJ/welcome-ui/compare/v0.6.4...v0.7.0) (2019-06-17)
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
### Features
|
|
1051
|
-
|
|
1052
|
-
* add tiny button ([#90](https://github.com/WTTJ/welcome-ui/issues/90)) ([358566d](https://github.com/WTTJ/welcome-ui/commit/358566d))
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
### [0.6.4](https://github.com/WTTJ/welcome-ui/compare/v0.6.3...v0.6.4) (2019-06-17)
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
### Bug Fixes
|
|
1060
|
-
|
|
1061
|
-
* rebase package json ([86e6dac](https://github.com/WTTJ/welcome-ui/commit/86e6dac))
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
### [0.6.3](https://github.com/WTTJ/welcome-ui/compare/v0.6.2...v0.6.3) (2019-06-17)
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
### Bug Fixes
|
|
1069
|
-
|
|
1070
|
-
* add search type for input ([#82](https://github.com/WTTJ/welcome-ui/issues/82)) ([c45d14f](https://github.com/WTTJ/welcome-ui/commit/c45d14f))
|
|
1071
|
-
* forward onKeyDown on Field ([b4c2c33](https://github.com/WTTJ/welcome-ui/commit/b4c2c33))
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
### Tests
|
|
1075
|
-
|
|
1076
|
-
* add tests on Badge ([#83](https://github.com/WTTJ/welcome-ui/issues/83)) ([38db99a](https://github.com/WTTJ/welcome-ui/commit/38db99a))
|
|
1077
|
-
* add tests on Box ([#84](https://github.com/WTTJ/welcome-ui/issues/84)) ([db04ce2](https://github.com/WTTJ/welcome-ui/commit/db04ce2))
|
|
1078
|
-
* add tests on Hint ([056fd07](https://github.com/WTTJ/welcome-ui/commit/056fd07))
|