@northlight/ui 2.28.14 → 2.28.15
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/CHANGELOG.md +2600 -0
- package/dist/es/northlight.d.ts +28 -33
- package/dist/es/northlight.js +2306 -2355
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +2303 -2353
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +3 -3
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +2 -3
- package/LICENSE +0 -21
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2600 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [2.28.14](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.13...@northlight/ui@2.28.14) (2024-07-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **framework:** add cursor pointer to select component ([18b5485](https://github.com/mediatool/northlight/commit/18b5485f3ded0e66d3709044654bdf34877265c2))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.28.13](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.12...@northlight/ui@2.28.13) (2024-07-04)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @northlight/ui
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [2.28.12](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.11...@northlight/ui@2.28.12) (2024-06-20)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **framework:** fix overflow-group max ([1bb81a8](https://github.com/mediatool/northlight/commit/1bb81a8aef1da999cf10239dd67051283940fdc5))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [2.28.11](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.10...@northlight/ui@2.28.11) (2024-06-14)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @northlight/ui
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## [2.28.10](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.9...@northlight/ui@2.28.10) (2024-06-12)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* **northlight:** export missing ImageProps ([dac44a5](https://github.com/mediatool/northlight/commit/dac44a57553046347515297739035a819f68d97f))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## [2.28.9](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.8...@northlight/ui@2.28.9) (2024-06-03)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* **framework:** avatar group allow negative spacing ([f25b8d8](https://github.com/mediatool/northlight/commit/f25b8d81c2876e4194a808efb4e22c5f14057631))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## [2.28.8](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.7...@northlight/ui@2.28.8) (2024-06-03)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* **northlight-ui:** make color clearable in colorpicker ([10bc098](https://github.com/mediatool/northlight/commit/10bc09825cc3c6fd577b9f4b8a1eb3f1d83dfb55))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## [2.28.7](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.6...@northlight/ui@2.28.7) (2024-05-31)
|
|
78
|
+
|
|
79
|
+
**Note:** Version bump only for package @northlight/ui
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## [2.28.6](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.5...@northlight/ui@2.28.6) (2024-05-24)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
* **framework:** add striped table variant ([190e542](https://github.com/mediatool/northlight/commit/190e542ae21c52e5b9d450d545cd4fc536b3dfc7))
|
|
91
|
+
* **framework:** Cannot close popover on outside click ([543fa7b](https://github.com/mediatool/northlight/commit/543fa7b188dbd29d41943ab94a2e44f51f473809))
|
|
92
|
+
* **framework:** change spacing in quick select ([f9ddcac](https://github.com/mediatool/northlight/commit/f9ddcacf539942eb4f16e4c7356deaea3ef019ee))
|
|
93
|
+
* **framework:** fix oveflowing daylabels ([4aee0de](https://github.com/mediatool/northlight/commit/4aee0de5895449092b96efe47c88cda1a4381915))
|
|
94
|
+
* **framework:** react key error ([76f3418](https://github.com/mediatool/northlight/commit/76f34186a84858f439451dcd94c72b2bffc1d280))
|
|
95
|
+
* **framework:** remove werid ring around current date ([868a750](https://github.com/mediatool/northlight/commit/868a7505fbc004daea766381018af6954611b678))
|
|
96
|
+
* **framework:** weekdays in english and firstDayOfWeek prop ([ae41073](https://github.com/mediatool/northlight/commit/ae410731dd77b0ca1ea8daedafea8c0b915190d5))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## [2.28.5](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.4...@northlight/ui@2.28.5) (2024-05-14)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
* **framework:** add outline and solid variants to button types ([fbd01cc](https://github.com/mediatool/northlight/commit/fbd01cc9f0b5649c14d414015fb03406a5587a10))
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## [2.28.4](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.3...@northlight/ui@2.28.4) (2024-05-08)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Bug Fixes
|
|
117
|
+
|
|
118
|
+
* **framework:** fix event issue in dropdown ([b185f53](https://github.com/mediatool/northlight/commit/b185f537c936c5da37845954b6ee12105a64e8de))
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## [2.28.3](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.2...@northlight/ui@2.28.3) (2024-05-06)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* **framework:** fix menu issue in dropdown ([f7e0068](https://github.com/mediatool/northlight/commit/f7e006807f1d0263303a1d5783e7063a51bcf55e))
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## [2.28.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.1...@northlight/ui@2.28.2) (2024-05-02)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Bug Fixes
|
|
139
|
+
|
|
140
|
+
* **framework:** fix width and duplication issue in dropdown ([5c07418](https://github.com/mediatool/northlight/commit/5c07418ca01aa323764108481b5c377fc8d23e51))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## [2.28.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.28.0...@northlight/ui@2.28.1) (2024-04-22)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package @northlight/ui
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
# [2.28.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.27.4...@northlight/ui@2.28.0) (2024-04-19)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Bug Fixes
|
|
158
|
+
|
|
159
|
+
* **norhtlight:** tabs docs and styling update ([9b09fc8](https://github.com/mediatool/northlight/commit/9b09fc830437dbb887aeca271eec630018ce9b73))
|
|
160
|
+
* **northlight-ui:** add overflow wrap anywhere to custom select theme ([f4ea969](https://github.com/mediatool/northlight/commit/f4ea969b16c4a000c45858bb285639dbdc1d8392))
|
|
161
|
+
* **northlight:** default button style update ([603cdd5](https://github.com/mediatool/northlight/commit/603cdd52540debe9ba3863b6d3654d7d3adf0066))
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
* **docs:** update typography docs page ([26ea1d6](https://github.com/mediatool/northlight/commit/26ea1d6fc4a67b31490740823c280ef01324aa18))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## [2.27.4](https://github.com/mediatool/northlight/compare/@northlight/ui@2.27.3...@northlight/ui@2.27.4) (2024-04-05)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Bug Fixes
|
|
176
|
+
|
|
177
|
+
* **framework:** fix wrong week numbers in date range picker ([c89aa97](https://github.com/mediatool/northlight/commit/c89aa97354dc3c628558f37288f1081351a2772b))
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## [2.27.3](https://github.com/mediatool/northlight/compare/@northlight/ui@2.27.2...@northlight/ui@2.27.3) (2024-04-05)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Bug Fixes
|
|
187
|
+
|
|
188
|
+
* **framework:** make zIndex prop optional ([b879938](https://github.com/mediatool/northlight/commit/b8799389724ca05b7ebaaeaa12b74dc416412869))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## [2.27.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.27.1...@northlight/ui@2.27.2) (2024-04-05)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* **framework:** allow to adjust zIndex of toolbox ([a645260](https://github.com/mediatool/northlight/commit/a645260e02d3af0744a382d3316075a9b06866c6))
|
|
200
|
+
* **framework:** fix disabled prop in dropdown ([d59af8c](https://github.com/mediatool/northlight/commit/d59af8c3b1fd5fcb18fd8777439b1595daab6657))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
## [2.27.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.27.0...@northlight/ui@2.27.1) (2024-04-03)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* **framework): fix(framework:** fix render and props in dropdown ([065f52c](https://github.com/mediatool/northlight/commit/065f52ce84fcf909bdc048a1d273111cfd8fc92f))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
# [2.27.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.26.1...@northlight/ui@2.27.0) (2024-03-25)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* **framework:** createableselectdropdown has new add new field option ([ca45ba4](https://github.com/mediatool/northlight/commit/ca45ba4d830d7107e6d881efcc61e1d615a363ec))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
* **framework:** add new editabletext variant ([d4a1f15](https://github.com/mediatool/northlight/commit/d4a1f1503586bb5fb28cdd7c4e4c7f45530b59c0))
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
## [2.26.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.26.0...@northlight/ui@2.26.1) (2024-03-14)
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### Bug Fixes
|
|
237
|
+
|
|
238
|
+
* **framework:** enable customization of number input minWidth ([65f4380](https://github.com/mediatool/northlight/commit/65f4380f61df378825599ac6bfbfac6d581d1e8e))
|
|
239
|
+
* **framework:** export selectChakraComponents ([557b266](https://github.com/mediatool/northlight/commit/557b266544bc70620d60cae53c3bf6971332f890))
|
|
240
|
+
* **framework:** merge components ([a13f097](https://github.com/mediatool/northlight/commit/a13f097901c3c8295ca3c9d4204c986c785ef436))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
# [2.26.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.25.1...@northlight/ui@2.26.0) (2024-03-08)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Features
|
|
250
|
+
|
|
251
|
+
* **framework-lib:** made selection controllable from outside ([7aa4148](https://github.com/mediatool/northlight/commit/7aa4148aa01cfb761cfee44007bccd50c33a9295))
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
## [2.25.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.25.0...@northlight/ui@2.25.1) (2024-02-29)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
* **framework:** select-field incorrect value ([3af26c4](https://github.com/mediatool/northlight/commit/3af26c434de6a39c61e9962437eb436c3d9631a7))
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
# [2.25.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.24.6...@northlight/ui@2.25.0) (2024-02-27)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Features
|
|
272
|
+
|
|
273
|
+
* **lib-createable-select-dropdown:** added menuPlacement prop ([bc0ea98](https://github.com/mediatool/northlight/commit/bc0ea9869fa043f8a6758db05fc856488fc58aaa))
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
## [2.24.6](https://github.com/mediatool/northlight/compare/@northlight/ui@2.24.5...@northlight/ui@2.24.6) (2024-02-22)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
* **framework:** date-range-picker portal be optional ([1212d6a](https://github.com/mediatool/northlight/commit/1212d6a525fd0c0330bbc5182461957032e80f63))
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
## [2.24.5](https://github.com/mediatool/northlight/compare/@northlight/ui@2.24.4...@northlight/ui@2.24.5) (2024-02-20)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Bug Fixes
|
|
294
|
+
|
|
295
|
+
* **framework:** fiscal year at wrong place ([27179d6](https://github.com/mediatool/northlight/commit/27179d6f2ad4ccb852b0554f3c0e6da2d6a24457))
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
## [2.24.4](https://github.com/mediatool/northlight/compare/@northlight/ui@2.24.3...@northlight/ui@2.24.4) (2024-02-19)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Bug Fixes
|
|
305
|
+
|
|
306
|
+
* **framework:** change default popover z index ([0f97132](https://github.com/mediatool/northlight/commit/0f97132c53d72380b3efa29c8f3c6d34af67bfa7))
|
|
307
|
+
* **framework:** render date-range-picker in portal by default ([50daf0d](https://github.com/mediatool/northlight/commit/50daf0dc4c38291c9536b45b1e0a62f2f5274c2d))
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
## [2.24.3](https://github.com/mediatool/northlight/compare/@northlight/ui@2.24.2...@northlight/ui@2.24.3) (2024-02-19)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Bug Fixes
|
|
317
|
+
|
|
318
|
+
* **framework-createable-select-dropdown:** reset selection ([e4e95e9](https://github.com/mediatool/northlight/commit/e4e95e9495006e1c4b6b93e371f28de08855577f))
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
## [2.24.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.24.1...@northlight/ui@2.24.2) (2024-02-15)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
### Bug Fixes
|
|
328
|
+
|
|
329
|
+
* **framework:** select is clearable ([d6c5441](https://github.com/mediatool/northlight/commit/d6c54413771d885566ed12c0ac5ce5004042b89a))
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## [2.24.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.24.0...@northlight/ui@2.24.1) (2024-02-14)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Bug Fixes
|
|
339
|
+
|
|
340
|
+
* imports that were wrong ([2b9e28e](https://github.com/mediatool/northlight/commit/2b9e28ea1b8fe59e2afd9e0025805e60f2a501d6))
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
# [2.24.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.23.0...@northlight/ui@2.24.0) (2024-02-14)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Features
|
|
350
|
+
|
|
351
|
+
* **lib:** optional currentoption prop for createable select ([24efccf](https://github.com/mediatool/northlight/commit/24efccf03fb941f41c9e0818a5ea6376e084752a))
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
# [2.23.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.22.2...@northlight/ui@2.23.0) (2024-02-08)
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### Bug Fixes
|
|
361
|
+
|
|
362
|
+
* **framework:** add jsx to tooltip type ([ee12a7a](https://github.com/mediatool/northlight/commit/ee12a7a881e3fd34c4f3f78a8a29f81d018c885b))
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Features
|
|
366
|
+
|
|
367
|
+
* **lib:** added createable select dropdown ([6fea18c](https://github.com/mediatool/northlight/commit/6fea18c82176dd3753758e1c2b47bac6da92d26e))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
## [2.22.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.22.1...@northlight/ui@2.22.2) (2024-01-24)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* **framework:** aria-label issue flip button ([7991eb7](https://github.com/mediatool/northlight/commit/7991eb76e8f6162e158fa086eddb7c645415b045))
|
|
379
|
+
* **framework:** data-testid suppport for all components ([345698b](https://github.com/mediatool/northlight/commit/345698b2d48caa1eb5d76f594405c59f684804e3))
|
|
380
|
+
* **framework:** extra isMultiCheck to avoid error ([03398b7](https://github.com/mediatool/northlight/commit/03398b7fa5d720690de84895018b9a18ceabb030))
|
|
381
|
+
* **framework:** fix mispelling ([e36b574](https://github.com/mediatool/northlight/commit/e36b574566488eb35df6e70ae313153c016be259))
|
|
382
|
+
* **framework:** make file picker full width by default ([d808f95](https://github.com/mediatool/northlight/commit/d808f9506ea766acd8fa0db4cc0cbc269b2da791))
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
## [2.22.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.22.0...@northlight/ui@2.22.1) (2024-01-15)
|
|
389
|
+
|
|
390
|
+
**Note:** Version bump only for package @northlight/ui
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
# [2.22.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.20.1...@northlight/ui@2.22.0) (2024-01-04)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Bug Fixes
|
|
400
|
+
|
|
401
|
+
* **framework:** broken tokens ([b6aa606](https://github.com/mediatool/northlight/commit/b6aa6062fda2b1127db56c0b829b44ac8794116a))
|
|
402
|
+
* **framework:** fix broken token colors ([3792727](https://github.com/mediatool/northlight/commit/379272743cbc4d68847ebe679cd56cb0ca09ca9c))
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Features
|
|
406
|
+
|
|
407
|
+
* **framework:** add badge and tag ([78bf8ce](https://github.com/mediatool/northlight/commit/78bf8ce9c14e8721bfcb187e6635fd26298ff6bc))
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
# [2.21.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.20.1...@northlight/ui@2.21.0) (2024-01-03)
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Features
|
|
417
|
+
|
|
418
|
+
* **framework:** add badge and tag ([78bf8ce](https://github.com/mediatool/northlight/commit/78bf8ce9c14e8721bfcb187e6635fd26298ff6bc))
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
## [2.20.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.20.0...@northlight/ui@2.20.1) (2024-01-03)
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Bug Fixes
|
|
428
|
+
|
|
429
|
+
* **framework:** add custom test-id to select menu component ([48a5f27](https://github.com/mediatool/northlight/commit/48a5f2729722dec2d341116bbc0eafb7358861c5))
|
|
430
|
+
* **framework:** add forwardRef to headings components ([a642da5](https://github.com/mediatool/northlight/commit/a642da58bef5ab57b4a996591e27e7ca482104e3))
|
|
431
|
+
* **framework:** fix multi sort infinite re-render bug ([fe272a4](https://github.com/mediatool/northlight/commit/fe272a4d016179bbbee70eb76952d3f24cd83ca8))
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
# [2.20.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.19.0...@northlight/ui@2.20.0) (2023-12-21)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Bug Fixes
|
|
441
|
+
|
|
442
|
+
* **framework:** add padding to menu compoennt ([41c4a45](https://github.com/mediatool/northlight/commit/41c4a458b5d7f2865cd42e0cc37451b71da33ae4))
|
|
443
|
+
* **framework:** do not override icon size ([7304106](https://github.com/mediatool/northlight/commit/7304106b4081ee09b206ca852fecb6e2ffdba230))
|
|
444
|
+
* **framework:** render select in portal by default ([72595fa](https://github.com/mediatool/northlight/commit/72595fa82d376cfea47cc156609ef4a4beaa3563))
|
|
445
|
+
* **framework:** rewrote toolbox to use new hook ([634f8bb](https://github.com/mediatool/northlight/commit/634f8bbf5a6d51bbf7f033124432f33e930b76b7))
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Features
|
|
449
|
+
|
|
450
|
+
* **framework:** added clamp util ([8e2a795](https://github.com/mediatool/northlight/commit/8e2a795d478f5db00d242e94966007f17dd9a972))
|
|
451
|
+
* **framework:** added ResizeHandle ([9a6b573](https://github.com/mediatool/northlight/commit/9a6b573c2e61ee44fa3b6c50e813bb63f7c9ee68))
|
|
452
|
+
* **framework:** useResizeWidth hook ([a3d8ea8](https://github.com/mediatool/northlight/commit/a3d8ea84b0554f75fcf6833b534505ce8c6c0ef4))
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
# [2.19.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.18.3...@northlight/ui@2.19.0) (2023-12-14)
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
### Features
|
|
462
|
+
|
|
463
|
+
* **framework:** rewrite date-range-picker ([e896a72](https://github.com/mediatool/northlight/commit/e896a72e05d9a78dc5f1df4d68ea83fc51be2058))
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
## [2.18.3](https://github.com/mediatool/northlight/compare/@northlight/ui@2.18.2...@northlight/ui@2.18.3) (2023-12-12)
|
|
470
|
+
|
|
471
|
+
**Note:** Version bump only for package @northlight/ui
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
## [2.18.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.18.1...@northlight/ui@2.18.2) (2023-12-07)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### Bug Fixes
|
|
481
|
+
|
|
482
|
+
* add ai type to buttonvariants ([7f6a7ad](https://github.com/mediatool/northlight/commit/7f6a7ad6f8cf12dbc1f6003b0d54d4278b92b1bf))
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
## [2.18.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.18.0...@northlight/ui@2.18.1) (2023-12-07)
|
|
489
|
+
|
|
490
|
+
**Note:** Version bump only for package @northlight/ui
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
# [2.18.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.17.0...@northlight/ui@2.18.0) (2023-12-07)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Features
|
|
500
|
+
|
|
501
|
+
* **framework:** add ai variants to respective component ([55e218f](https://github.com/mediatool/northlight/commit/55e218fd242fe28329380d9cdb37eafb949179e9))
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
# [2.17.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.15.4...@northlight/ui@2.17.0) (2023-12-05)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Bug Fixes
|
|
511
|
+
|
|
512
|
+
* **docs:** move static assets to public folder ([4b04165](https://github.com/mediatool/northlight/commit/4b041655ebbcfe22c00d98c3e6c14ffab76ea18d))
|
|
513
|
+
* **framework:** add import React to popover ([7db8c2f](https://github.com/mediatool/northlight/commit/7db8c2fe5d0dab3296690e05414bf3c191b996fd))
|
|
514
|
+
* **framework:** adjust color-picker-test ([e11014b](https://github.com/mediatool/northlight/commit/e11014b39a01cc32841280439387ecdf6a4acf7c))
|
|
515
|
+
* **framework:** deafult popover isLazy to true ([cbbad49](https://github.com/mediatool/northlight/commit/cbbad49027da69d1609b70a4a191dad874b4fd95))
|
|
516
|
+
* **framework:** fix percentage sign not showing ([0d84e87](https://github.com/mediatool/northlight/commit/0d84e8778137a082d24d424a17960265988fa512))
|
|
517
|
+
* **framework:** forward ref on badge ([720158a](https://github.com/mediatool/northlight/commit/720158a01be7ddfbdb646981e70227fd0696fa7b))
|
|
518
|
+
* **framework:** set minH and maxH ([ec5d601](https://github.com/mediatool/northlight/commit/ec5d601ece4a5f8d1a0ffad2b10f72024fb02291))
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Features
|
|
522
|
+
|
|
523
|
+
* **framework:** add replacePreviousToast prop ([b02aba3](https://github.com/mediatool/northlight/commit/b02aba39b59ad7957ac49a5297feb09fbf0d160e))
|
|
524
|
+
* **framework:** add tooltip variants ([82c4a79](https://github.com/mediatool/northlight/commit/82c4a7960dbfb5a94eb2dcd6dc4dc6d27e210152))
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
# [2.16.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.15.4...@northlight/ui@2.16.0) (2023-12-01)
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Bug Fixes
|
|
534
|
+
|
|
535
|
+
* **framework:** add import React to popover ([7db8c2f](https://github.com/mediatool/northlight/commit/7db8c2fe5d0dab3296690e05414bf3c191b996fd))
|
|
536
|
+
* **framework:** adjust color-picker-test ([e11014b](https://github.com/mediatool/northlight/commit/e11014b39a01cc32841280439387ecdf6a4acf7c))
|
|
537
|
+
* **framework:** deafult popover isLazy to true ([cbbad49](https://github.com/mediatool/northlight/commit/cbbad49027da69d1609b70a4a191dad874b4fd95))
|
|
538
|
+
* **framework:** set minH and maxH ([ec5d601](https://github.com/mediatool/northlight/commit/ec5d601ece4a5f8d1a0ffad2b10f72024fb02291))
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
### Features
|
|
542
|
+
|
|
543
|
+
* **framework:** add replacePreviousToast prop ([b02aba3](https://github.com/mediatool/northlight/commit/b02aba39b59ad7957ac49a5297feb09fbf0d160e))
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
## [2.15.4](https://github.com/mediatool/northlight/compare/@northlight/ui@2.15.2...@northlight/ui@2.15.4) (2023-11-22)
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
### Bug Fixes
|
|
553
|
+
|
|
554
|
+
* **tokens:** Edited names of font/text color tokens ([f13b275](https://github.com/mediatool/northlight/commit/f13b275dc3842c80b30ebc8a9ae10c31c057e399))
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Reverts
|
|
558
|
+
|
|
559
|
+
* Revert "fix(framework): Select dropdown direction if cant fit in modal" ([6104d64](https://github.com/mediatool/northlight/commit/6104d6408d436ec173bda626ce54d339198b4c97))
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
## [2.15.3](https://github.com/mediatool/northlight/compare/@northlight/ui@2.15.2...@northlight/ui@2.15.3) (2023-11-22)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
* **tokens:** Edited names of font/text color tokens ([f13b275](https://github.com/mediatool/northlight/commit/f13b275dc3842c80b30ebc8a9ae10c31c057e399))
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
### Reverts
|
|
574
|
+
|
|
575
|
+
* Revert "fix(framework): Select dropdown direction if cant fit in modal" ([6104d64](https://github.com/mediatool/northlight/commit/6104d6408d436ec173bda626ce54d339198b4c97))
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
## [2.15.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.15.1...@northlight/ui@2.15.2) (2023-11-17)
|
|
582
|
+
|
|
583
|
+
**Note:** Version bump only for package @northlight/ui
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
## [2.15.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.15.0...@northlight/ui@2.15.1) (2023-11-16)
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
### Bug Fixes
|
|
593
|
+
|
|
594
|
+
* **framework:** pass down index in sortableList ([1659b72](https://github.com/mediatool/northlight/commit/1659b72708ea9945b1d3d77085bdcc93ebe81b72))
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
# [2.15.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.14.2...@northlight/ui@2.15.0) (2023-11-13)
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Features
|
|
604
|
+
|
|
605
|
+
* **framework:** add NumVal Typography component ([cdbe689](https://github.com/mediatool/northlight/commit/cdbe689da312c3f0d28dd4251805c3452490ff15))
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
## [2.14.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.14.1...@northlight/ui@2.14.2) (2023-11-09)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Bug Fixes
|
|
615
|
+
|
|
616
|
+
* **framework:** Range picker quick-select quarter off by one month ([3677dc9](https://github.com/mediatool/northlight/commit/3677dc94feccbbd18a84e9090679be28eb4da299))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
## [2.14.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.14.0...@northlight/ui@2.14.1) (2023-11-09)
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
### Bug Fixes
|
|
626
|
+
|
|
627
|
+
* **framework:** add some spacing to date picker buttons ([bccb682](https://github.com/mediatool/northlight/commit/bccb682adb2f33b13becc5b555b4bcde659036c3))
|
|
628
|
+
* **framework:** hide adjust menu if range not selected ([abe81e0](https://github.com/mediatool/northlight/commit/abe81e0bc53fb2f7ed44657ce6ee96c450b6f80c))
|
|
629
|
+
* **framework:** month select button not working ([57d6d28](https://github.com/mediatool/northlight/commit/57d6d2842c1badf3ed3f3553a48539702a52f7d4))
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
# [2.14.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.13.1...@northlight/ui@2.14.0) (2023-11-08)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
### Bug Fixes
|
|
639
|
+
|
|
640
|
+
* **docs:** add missing linkbox ([8302296](https://github.com/mediatool/northlight/commit/830229648acbb62daca2d9b45d9d3720bbb438c6))
|
|
641
|
+
* **framework:** export missing select types ([11a6fb2](https://github.com/mediatool/northlight/commit/11a6fb2afbf583cbdf41d18d3d4a441326666983))
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Features
|
|
645
|
+
|
|
646
|
+
* **framework:** add bigger sizes to toolbox ([6e178e0](https://github.com/mediatool/northlight/commit/6e178e05fad1e175a3f02b8432c042b251acef86))
|
|
647
|
+
* **framework:** add delete-button ([0855afc](https://github.com/mediatool/northlight/commit/0855afce53dd11f95f8cb0fed93698fe909b2a57))
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
## [2.13.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.13.0...@northlight/ui@2.13.1) (2023-11-01)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Bug Fixes
|
|
657
|
+
|
|
658
|
+
* **framework:** remove as generic from button ([9ffe168](https://github.com/mediatool/northlight/commit/9ffe168194d5e0909a653bc8004b873dd9be4a31))
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
# [2.13.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.12.5...@northlight/ui@2.13.0) (2023-11-01)
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
### Bug Fixes
|
|
668
|
+
|
|
669
|
+
* **framework:** turn leftIcon into leftComponent ([45eb2ff](https://github.com/mediatool/northlight/commit/45eb2fff3f19d888a4c1adc93db999ceb0fe13a7))
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Features
|
|
673
|
+
|
|
674
|
+
* **framework:** add support for joi ([841cdd5](https://github.com/mediatool/northlight/commit/841cdd54a82a2ab8ca4a6555b932fd11b9f3dd93))
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
## [2.12.5](https://github.com/mediatool/northlight/compare/@northlight/ui@2.12.4...@northlight/ui@2.12.5) (2023-10-27)
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
### Bug Fixes
|
|
684
|
+
|
|
685
|
+
* **framework:** add year to date option to date-range-picker ([ac43015](https://github.com/mediatool/northlight/commit/ac430155235f6b22cd1e8c7c4ba38257499aa578))
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
## [2.12.4](https://github.com/mediatool/northlight/compare/@northlight/ui@2.12.3...@northlight/ui@2.12.4) (2023-10-27)
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Bug Fixes
|
|
695
|
+
|
|
696
|
+
* **framework:** change chakra ui spinner to northlight spinner ([781de96](https://github.com/mediatool/northlight/commit/781de968707a8a06703b26951ead9ad030e76783))
|
|
697
|
+
* **framework:** make color picker popover adjustable ([0f950d5](https://github.com/mediatool/northlight/commit/0f950d504d5268e1873830558c4bc19877d5961e))
|
|
698
|
+
* **framework:** make steps properly disabled ([2e5b8c2](https://github.com/mediatool/northlight/commit/2e5b8c2b58645156f96bdea845224050e373054c))
|
|
699
|
+
* **framework:** wrap clipboardinput in forward ref and text overflow ([4cca358](https://github.com/mediatool/northlight/commit/4cca35804c4b3c79c018b4eb44cf05361c1e8307))
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
## [2.12.3](https://github.com/mediatool/northlight/compare/@northlight/ui@2.12.2...@northlight/ui@2.12.3) (2023-10-25)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Bug Fixes
|
|
709
|
+
|
|
710
|
+
* **framework:** bg color on hover for number-input stepper ([43bb3bd](https://github.com/mediatool/northlight/commit/43bb3bd0ed81099b6dc594edb2f397d5ab868a6a))
|
|
711
|
+
* **framework:** changed placeholder color editabletext ([2f2f4d6](https://github.com/mediatool/northlight/commit/2f2f4d6022e59656e234f79a5f9bc7c6303f1b1d))
|
|
712
|
+
* **framework:** formatted number input bugs fixes ([a83a106](https://github.com/mediatool/northlight/commit/a83a1069bd7bd7aee758ca6c07a5f8096a4ef6a7))
|
|
713
|
+
* **framework:** Select dropdown direction if cant fit in modal ([0a59820](https://github.com/mediatool/northlight/commit/0a59820262378b697f24d34d367bf14f4dfa88fc))
|
|
714
|
+
* **framework:** tooltip not working on multiple components ([cc5c542](https://github.com/mediatool/northlight/commit/cc5c54248de76673f9ac3fa3b1310d32274cb691))
|
|
715
|
+
* **northlight/components:** fix datepicker trigger alignment ([4d7ad2d](https://github.com/mediatool/northlight/commit/4d7ad2d75ecf8240cbb25003b64e5f04e7c8d1f1))
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
## [2.12.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.12.1...@northlight/ui@2.12.2) (2023-10-11)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Bug Fixes
|
|
725
|
+
|
|
726
|
+
* **northlight:** replace used tokens names ([d6560bc](https://github.com/mediatool/northlight/commit/d6560bcd4da859dffc6251efca9597e0e068c0f8))
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
## [2.12.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.12.0...@northlight/ui@2.12.1) (2023-10-11)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Bug Fixes
|
|
736
|
+
|
|
737
|
+
* **framework:** adjust file suffixes of transpiled files ([6986eca](https://github.com/mediatool/northlight/commit/6986eca984e0476e1e5645865bce741c872e707d))
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
# [2.12.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.11.0...@northlight/ui@2.12.0) (2023-10-10)
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
### Bug Fixes
|
|
747
|
+
|
|
748
|
+
* **framework:** add optional margin to step stack circles ([b9d4ec2](https://github.com/mediatool/northlight/commit/b9d4ec2c8f051fe51e04cc99c6edd6f77673f647))
|
|
749
|
+
* **framework:** allow string based values to select ([261fe74](https://github.com/mediatool/northlight/commit/261fe74d02884df50ec42eabc2481730dc701485))
|
|
750
|
+
* **framework:** cleanup tags-input ([505a057](https://github.com/mediatool/northlight/commit/505a0576a4b48dc4158c0cb21a833ac62daf5a2b))
|
|
751
|
+
* **framework:** support types for "as" component in Button ([042e000](https://github.com/mediatool/northlight/commit/042e000663e8eb0077f51ea29dad24609448baaa))
|
|
752
|
+
* **tokens/framework:** Restructure system/component tokens ([115c5e6](https://github.com/mediatool/northlight/commit/115c5e666a1b9666f7412c4199201e8df3a81bae))
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
### Features
|
|
756
|
+
|
|
757
|
+
* **framework:** added tags select ([c407f08](https://github.com/mediatool/northlight/commit/c407f083af4fd29f319bf07bbf2bdd5faf889943))
|
|
758
|
+
* **northlight:** make toolbox dragable ([3241faa](https://github.com/mediatool/northlight/commit/3241faa8847ef3ac14463580fa702d31267cd2c5))
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
# [2.11.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.10.1...@northlight/ui@2.11.0) (2023-10-10)
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
### Bug Fixes
|
|
768
|
+
|
|
769
|
+
* **framework:** add missing 'sm' to labelSize type ([ddd6dfb](https://github.com/mediatool/northlight/commit/ddd6dfb54ff02b2a7b27a83d782b5266ee61b2cf))
|
|
770
|
+
* **framework:** cleanup formatted-number-input code ([6a3005c](https://github.com/mediatool/northlight/commit/6a3005c4368284b75a17046858f162f47ce11b47))
|
|
771
|
+
* **framework:** reduce zIndex for datePicker controls ([cd0acc7](https://github.com/mediatool/northlight/commit/cd0acc7bb2b863d29312ef49ca6c7887c63c089e))
|
|
772
|
+
* **northlight/docs:** avatar broken link ([a5fa483](https://github.com/mediatool/northlight/commit/a5fa483bc8aa571f967d0c8ea88f29f4b3cc5697))
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
### Features
|
|
776
|
+
|
|
777
|
+
* **framework:** formatted-number-input ([3890950](https://github.com/mediatool/northlight/commit/38909502cce7bcac6c03af29cf98380634b8afd8))
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
## [2.10.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.10.0...@northlight/ui@2.10.1) (2023-09-22)
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
### Bug Fixes
|
|
787
|
+
|
|
788
|
+
* **framework:** add missing table props ([d6b0bb1](https://github.com/mediatool/northlight/commit/d6b0bb14cc0d073a95d330175cc8d5dc5a4fddef))
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
# [2.10.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.9.2...@northlight/ui@2.10.0) (2023-09-20)
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
### Bug Fixes
|
|
798
|
+
|
|
799
|
+
* **framework:** add forward ref to select component ([a9621b3](https://github.com/mediatool/northlight/commit/a9621b3fcc4829e2ab287a476e0403abd5e84b7e))
|
|
800
|
+
* **framework:** added rounded table variant ([715c418](https://github.com/mediatool/northlight/commit/715c418a034dca79facc4a74eb1ce2c916922573))
|
|
801
|
+
* **framework:** made number input stepper arrows optional ([8210650](https://github.com/mediatool/northlight/commit/8210650a55d60116f5ac287bbcdb42f020612530))
|
|
802
|
+
* **framework:** shrink avatar font sizes ([3bf9203](https://github.com/mediatool/northlight/commit/3bf920345d73e39be2ccc5f5b525841690119023))
|
|
803
|
+
* **framework:** wrap getComponents in useMemo ([5a605f8](https://github.com/mediatool/northlight/commit/5a605f83d67d319c6ac01bb02b0c1320f64b9431)), closes [/github.com/JedWatson/react-select/issues/4845#issuecomment-1665190832](https://github.com//github.com/JedWatson/react-select/issues/4845/issues/issuecomment-1665190832)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Features
|
|
807
|
+
|
|
808
|
+
* **framework:** add did update effect hook ([53f76ad](https://github.com/mediatool/northlight/commit/53f76ad1e0bdcee3b6ea1ee27019b0a75376b483))
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
## [2.9.2](https://github.com/mediatool/northlight/compare/@northlight/ui@2.9.1...@northlight/ui@2.9.2) (2023-09-13)
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
### Bug Fixes
|
|
818
|
+
|
|
819
|
+
* **framework:** fix broken search bar northlight docs ([84dffbc](https://github.com/mediatool/northlight/commit/84dffbcceb4f209d362e0946503b6fd70ed2cdfe))
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
## [2.9.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.9.0...@northlight/ui@2.9.1) (2023-09-13)
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Bug Fixes
|
|
829
|
+
|
|
830
|
+
* **framework:** center text in flip button label ([defd5cc](https://github.com/mediatool/northlight/commit/defd5cc9fc0486e9f6064dda887148239b240f7b))
|
|
831
|
+
* **framework:** expose styling props for Field ([ff8340b](https://github.com/mediatool/northlight/commit/ff8340b161b69a8662bf98bb2d5e95a06e2992e1))
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
# [2.9.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.8.0...@northlight/ui@2.9.0) (2023-09-12)
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
### Bug Fixes
|
|
841
|
+
|
|
842
|
+
* **framework:** infer isMulti select onChange type ([74eaaf5](https://github.com/mediatool/northlight/commit/74eaaf584151382db4c8e322350e32b5c600fdd1))
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
### Features
|
|
846
|
+
|
|
847
|
+
* **framework:** add hook for returning users screen size ([3426465](https://github.com/mediatool/northlight/commit/3426465850d0dfb9c5bd9ae5b5c66c7beba90be2))
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
# [2.8.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.7.1...@northlight/ui@2.8.0) (2023-09-12)
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Bug Fixes
|
|
857
|
+
|
|
858
|
+
* **framework:** add event to callback in useoutsiderectclick ([65f15e5](https://github.com/mediatool/northlight/commit/65f15e56b6bca424396921ba8d39263f2a329f8a))
|
|
859
|
+
* **framework:** add leftIcon prop to select ([f565071](https://github.com/mediatool/northlight/commit/f56507159f392fac4eca52139760fd4f50dbe0da))
|
|
860
|
+
* **framework:** change type of val in select onChange ([9b84b12](https://github.com/mediatool/northlight/commit/9b84b129fbaa8d790335f67aec481cad96f4abd5))
|
|
861
|
+
* **framework:** do not allow blank space if isRequired true TextField ([ed16b6c](https://github.com/mediatool/northlight/commit/ed16b6ca51fcdbd66d6a49204c8526adc3a49cf6))
|
|
862
|
+
* **framework:** made modal unmount on close ([218a1a7](https://github.com/mediatool/northlight/commit/218a1a7df5184337076bb8ef42ce931fa10af836))
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
### Features
|
|
866
|
+
|
|
867
|
+
* **framework:** added modifiers prop to sortable list ([9f90739](https://github.com/mediatool/northlight/commit/9f90739995cf00820f9ea1c8aaf165fa396621e0))
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
## [2.7.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.6.0...@northlight/ui@2.7.1) (2023-09-01)
|
|
874
|
+
|
|
875
|
+
**Note:** Version bump only for package @northlight/ui
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
# [2.7.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.5.0...@northlight/ui@2.7.0) (2023-09-01)
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
### Bug Fixes
|
|
885
|
+
|
|
886
|
+
* **framework:** change selectfieldtype ([34b7e8e](https://github.com/mediatool/northlight/commit/34b7e8e1d7873bc88088d10b3b3d5878513bb3a9))
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
### Features
|
|
890
|
+
|
|
891
|
+
* **framework:** add outside click hook ([8bc7437](https://github.com/mediatool/northlight/commit/8bc7437fea735015d27a00ec3a56173759d3159a))
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
# [2.6.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.5.0...@northlight/ui@2.6.0) (2023-08-29)
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
### Bug Fixes
|
|
901
|
+
|
|
902
|
+
* **framework:** change selectfieldtype ([34b7e8e](https://github.com/mediatool/northlight/commit/34b7e8e1d7873bc88088d10b3b3d5878513bb3a9))
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
### Features
|
|
906
|
+
|
|
907
|
+
* **framework:** add outside click hook ([8bc7437](https://github.com/mediatool/northlight/commit/8bc7437fea735015d27a00ec3a56173759d3159a))
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
# [2.5.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.4.1...@northlight/ui@2.5.0) (2023-08-25)
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
### Features
|
|
917
|
+
|
|
918
|
+
* **framework:** re-export link box alongside overlay ([19f8834](https://github.com/mediatool/northlight/commit/19f88341293bc508d83ecad46fde215881ab2aa6))
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
## [2.4.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.4.0...@northlight/ui@2.4.1) (2023-08-23)
|
|
925
|
+
|
|
926
|
+
**Note:** Version bump only for package @northlight/ui
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
# [2.4.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.2.1...@northlight/ui@2.4.0) (2023-08-23)
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
### Bug Fixes
|
|
936
|
+
|
|
937
|
+
* **framework:** remove clearable from first select example ([b8c5068](https://github.com/mediatool/northlight/commit/b8c5068916082a1280bc0d6c4823b58b38435d60))
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
### Features
|
|
941
|
+
|
|
942
|
+
* **framework:** add usescrolltobottom hook ([d0e8769](https://github.com/mediatool/northlight/commit/d0e87699142e4019604040ee5ce7a0316d4136bf))
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
# [2.3.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.2.1...@northlight/ui@2.3.0) (2023-08-18)
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
### Features
|
|
952
|
+
|
|
953
|
+
* **framework:** add usescrolltobottom hook ([d0e8769](https://github.com/mediatool/northlight/commit/d0e87699142e4019604040ee5ce7a0316d4136bf))
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
## [2.2.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.2.0...@northlight/ui@2.2.1) (2023-08-17)
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
### Bug Fixes
|
|
963
|
+
|
|
964
|
+
* **framework:** clear select field with undefined ([94aa674](https://github.com/mediatool/northlight/commit/94aa674ac9bb2dc2a04e00c46a6f1dfd37093131))
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
# [2.2.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.1.1...@northlight/ui@2.2.0) (2023-08-16)
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
### Bug Fixes
|
|
974
|
+
|
|
975
|
+
* **framework:** value passed to onChange of use-select-callback ([0ce1add](https://github.com/mediatool/northlight/commit/0ce1add8de378f116906acae7792e461279ca76f))
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
### Features
|
|
979
|
+
|
|
980
|
+
* **framework:** add show/hide components ([871537c](https://github.com/mediatool/northlight/commit/871537c1a82dad11f336569fc04ac6972d7d1acf))
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
## [2.1.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.1.0...@northlight/ui@2.1.1) (2023-08-09)
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
### Bug Fixes
|
|
990
|
+
|
|
991
|
+
* **framework:** export useInterval from dnd/utilities ([e3cf78e](https://github.com/mediatool/northlight/commit/e3cf78ebb098914893497a82fcc2dbc7031edcaf))
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
# [2.1.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.0.0...@northlight/ui@2.1.0) (2023-08-09)
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
### Features
|
|
1001
|
+
|
|
1002
|
+
* **framework:** add hooks for debounce, interval and loading message ([29e39fd](https://github.com/mediatool/northlight/commit/29e39fdbd737b3b0d56a8b3f6c5695d5e7c8b4fb))
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
# [2.0.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.9...@northlight/ui@2.0.0) (2023-07-04)
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
* fix(framework)!: do not have internal state in sortable list ([853b5e7](https://github.com/mediatool/northlight/commit/853b5e725eb3acb0cd052947fb31b3f2a47de292))
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### BREAKING CHANGES
|
|
1015
|
+
|
|
1016
|
+
* Consumer will have to hold the sort state themselves
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
## [1.5.9](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.8...@northlight/ui@1.5.9) (2023-07-04)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
### Bug Fixes
|
|
1026
|
+
|
|
1027
|
+
* **framework:** fix infinite rerender in sorable list ([bed26f1](https://github.com/mediatool/northlight/commit/bed26f1ff739cfd709b8e1118cda21c7d2990ba3))
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
## [1.5.8](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.7...@northlight/ui@1.5.8) (2023-06-30)
|
|
1034
|
+
|
|
1035
|
+
**Note:** Version bump only for package @northlight/ui
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
## [1.5.7](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.6...@northlight/ui@1.5.7) (2023-06-28)
|
|
1042
|
+
|
|
1043
|
+
**Note:** Version bump only for package @northlight/ui
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
## [1.5.6](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.5...@northlight/ui@1.5.6) (2023-06-19)
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
### Bug Fixes
|
|
1053
|
+
|
|
1054
|
+
* **components:** make children prop optional in flip button ([7d156c0](https://github.com/mediatool/northlight/commit/7d156c0c37f15a470bf3da9b539726b92254927a))
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
## [1.5.5](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.4...@northlight/ui@1.5.5) (2023-05-24)
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
### Bug Fixes
|
|
1064
|
+
|
|
1065
|
+
* **framework:** extends stack props for avatar group ([a949052](https://github.com/mediatool/northlight/commit/a9490528e240d16a741fb14760ab956f1c83fad4))
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
## [1.5.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.3...@northlight/ui@1.5.4) (2023-05-09)
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
### Bug Fixes
|
|
1075
|
+
|
|
1076
|
+
* this fixes a console error when importing Northlight UI ([b4ed8d6](https://github.com/mediatool/northlight/commit/b4ed8d6a823fd19693fa54ac5594a72f1d085b42))
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
## [1.5.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.2...@northlight/ui@1.5.3) (2023-04-26)
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
### Bug Fixes
|
|
1086
|
+
|
|
1087
|
+
* remove overflow:scroll on html element ([f720948](https://github.com/mediatool/northlight/commit/f72094830b6e1063263059b8eac13ae9b0075769))
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
## [1.5.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.0...@northlight/ui@1.5.1) (2023-04-26)
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
### Bug Fixes
|
|
1097
|
+
|
|
1098
|
+
* **framework:** add type for custom option ([cc6f02b](https://github.com/mediatool/northlight/commit/cc6f02b74a73a304fcebb6a4d4f5bf42da2fb2ac))
|
|
1099
|
+
* **framework:** exclude all dependencies from bundle ([6ac5354](https://github.com/mediatool/northlight/commit/6ac5354a2fc4238cfe18c9186c377c36d8b4672d))
|
|
1100
|
+
* **framework:** replace wrong import of type ([b120307](https://github.com/mediatool/northlight/commit/b120307c9d462c64abe50cf8a0af42819b6be9b2))
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
# [1.5.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.6...@northlight/ui@1.5.0) (2023-04-11)
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
### Bug Fixes
|
|
1110
|
+
|
|
1111
|
+
* added missing google font ([f0e60f8](https://github.com/mediatool/northlight/commit/f0e60f860e50630d81ab3057bdcf9f9587475204))
|
|
1112
|
+
* **framework:** add new borders and shadows into chakra theme ([c358a63](https://github.com/mediatool/northlight/commit/c358a6311f853cb0e2ed881adba16ab9d5662e86))
|
|
1113
|
+
* **framework:** quick null check that threw sentry error ([027e9cc](https://github.com/mediatool/northlight/commit/027e9cc7066347d659ba29032510ae0d272a1867))
|
|
1114
|
+
* **framework:** update search compnents bar with new tokens ([82b0a9d](https://github.com/mediatool/northlight/commit/82b0a9d7a3e0a11d26bc8b6f609b2848f58c3424))
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
### Features
|
|
1118
|
+
|
|
1119
|
+
* **framework:** useCurrentTheme hook util ([dd472dc](https://github.com/mediatool/northlight/commit/dd472dc6fdd60a57361cdc4c1b473b7c0e81b44a))
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
## [1.4.6](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.5...@northlight/ui@1.4.6) (2023-03-23)
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
### Bug Fixes
|
|
1129
|
+
|
|
1130
|
+
* **framework:** fix import path in search bar ([32ebbce](https://github.com/mediatool/northlight/commit/32ebbce8969f6936c391b1a0ae7643a381a5cfab))
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
## [1.4.5](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.4...@northlight/ui@1.4.5) (2023-03-23)
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
### Bug Fixes
|
|
1140
|
+
|
|
1141
|
+
* **framework:** fix the debounce of searchbar ([6003751](https://github.com/mediatool/northlight/commit/6003751b11b6f3489a292b4769bdc8cbfffe691a))
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
## [1.4.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.3...@northlight/ui@1.4.4) (2023-03-22)
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
### Bug Fixes
|
|
1151
|
+
|
|
1152
|
+
* **framework:** fix debounce in searchbar ([e234c38](https://github.com/mediatool/northlight/commit/e234c388cc4467be15963896d60ca04f668dd7fb))
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
## [1.4.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.2...@northlight/ui@1.4.3) (2023-03-21)
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
### Bug Fixes
|
|
1162
|
+
|
|
1163
|
+
* **framework:** add missing avatar sizes ([ac84578](https://github.com/mediatool/northlight/commit/ac845781a75950e267cd6b77c1a8375cf0ba3c64))
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
## [1.4.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.1...@northlight/ui@1.4.2) (2023-03-07)
|
|
1170
|
+
|
|
1171
|
+
**Note:** Version bump only for package @northlight/ui
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
## [1.4.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.0...@northlight/ui@1.4.1) (2023-03-06)
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
### Bug Fixes
|
|
1181
|
+
|
|
1182
|
+
* **framework): Revert "chore(framework:** fix dependency types" ([7882a3c](https://github.com/mediatool/northlight/commit/7882a3c2a9e356d803d2eac3f111b82bcab9e182))
|
|
1183
|
+
* **framework:** remove absolute imports ([661d429](https://github.com/mediatool/northlight/commit/661d4292e71fb31d1004e56cace02165d1ab8e0d))
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
# [1.4.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.3...@northlight/ui@1.4.0) (2023-03-04)
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
### Features
|
|
1193
|
+
|
|
1194
|
+
* **framework:** StepStack ([15b474a](https://github.com/mediatool/northlight/commit/15b474a9272463e09682bb44fb9db072026e7ea0))
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
## [1.3.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.2...@northlight/ui@1.3.3) (2023-03-01)
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
### Bug Fixes
|
|
1204
|
+
|
|
1205
|
+
* **framework:** Card showing white bg on production in dark mode ([08060ed](https://github.com/mediatool/northlight/commit/08060edf57e3a9a0c807ed888ec99ec16944e8c4))
|
|
1206
|
+
* **framework:** date-range picker crashes when set null value ([cbe5c6c](https://github.com/mediatool/northlight/commit/cbe5c6cc31647dc0298765659283f88832fec36b))
|
|
1207
|
+
* **framework:** Giants block causing page size issues ([dd8eb75](https://github.com/mediatool/northlight/commit/dd8eb75c5c39c5248817b9153c5299f158a9a652))
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
## [1.3.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.1...@northlight/ui@1.3.2) (2023-03-01)
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
### Bug Fixes
|
|
1217
|
+
|
|
1218
|
+
* **framework:** change default textDecoration ([85a6db1](https://github.com/mediatool/northlight/commit/85a6db116d7b1057dae8007ff19c0e76d3e06d3d))
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
## [1.3.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.0...@northlight/ui@1.3.1) (2023-02-28)
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
### Bug Fixes
|
|
1228
|
+
|
|
1229
|
+
* **framework:** clicakble types and react router link ([4db679d](https://github.com/mediatool/northlight/commit/4db679da41a08320986d3cda524202abedde2abe))
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
# [1.3.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.5...@northlight/ui@1.3.0) (2023-02-27)
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
### Bug Fixes
|
|
1239
|
+
|
|
1240
|
+
* **framework:** add the biggest giant of them all ([5ab7050](https://github.com/mediatool/northlight/commit/5ab7050e9b62e5e2d74190008567e377776ca2c4))
|
|
1241
|
+
* **framework:** custom OverflowIndicator ([4557c8c](https://github.com/mediatool/northlight/commit/4557c8c5fb9d55b22cadd979dea4d81e7c6a3b2a))
|
|
1242
|
+
* **framework:** fix date range picker types ([e8e8079](https://github.com/mediatool/northlight/commit/e8e8079e76fff89aeace0c05b1e019003358b3b8))
|
|
1243
|
+
* **framework:** fix scrolling ([92a4f4f](https://github.com/mediatool/northlight/commit/92a4f4f48eb681235c9d8ec03a2e7431a0f3380b))
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
### Features
|
|
1247
|
+
|
|
1248
|
+
* **framework:** addAlpha util ([a4f7772](https://github.com/mediatool/northlight/commit/a4f7772dd0b84cef01bc2ecab1654a5003c958c8))
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
## [1.2.5](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.4...@northlight/ui@1.2.5) (2023-02-23)
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
### Bug Fixes
|
|
1258
|
+
|
|
1259
|
+
* **framework:** access to form context api via ref ([a602437](https://github.com/mediatool/northlight/commit/a60243799746698b4d07941557cbad99edaf80cf))
|
|
1260
|
+
* **framework:** customize direction switch and checkbox ([ea875cd](https://github.com/mediatool/northlight/commit/ea875cdad067bf8e3cbcca0a3ba1ba2d935c68af))
|
|
1261
|
+
* **framework:** customize width on toolbox ([dc7ff97](https://github.com/mediatool/northlight/commit/dc7ff97ca9bf46deace661af635698cd4522bae5))
|
|
1262
|
+
* **framework:** Fixes the card dark mode switching ([0a29231](https://github.com/mediatool/northlight/commit/0a29231308f81beb19370a6a3b477f2822afc3b7))
|
|
1263
|
+
* **framework:** Searchbar placeholder updates, favico added ([d3402c4](https://github.com/mediatool/northlight/commit/d3402c41a7fa3e4df35c377e17c5675cfb1f2cbf))
|
|
1264
|
+
* **framework:** update toolbox z-index with token value ([6b898a7](https://github.com/mediatool/northlight/commit/6b898a7326d7054422da747d80255182c2ae20bd))
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
## [1.2.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.3...@northlight/ui@1.2.4) (2023-02-23)
|
|
1271
|
+
|
|
1272
|
+
**Note:** Version bump only for package @northlight/ui
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
## [1.2.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.1...@northlight/ui@1.2.3) (2023-02-23)
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
### Bug Fixes
|
|
1282
|
+
|
|
1283
|
+
* **framework:** added deps to useEffect, renamed variables ([646d448](https://github.com/mediatool/northlight/commit/646d448689df40f76d60b77fff0cd6c53a703588)), closes [/github.com/mediatool/northlight/pull/3#event-8545068750](https://github.com//github.com/mediatool/northlight/pull/3/issues/event-8545068750)
|
|
1284
|
+
* **framework:** fit-content on field comp instrinstic w ([bf67401](https://github.com/mediatool/northlight/commit/bf67401692c7fee2b6775e58225d2dc872e9e622))
|
|
1285
|
+
* **framework:** fix z-index in Slide ([8f60723](https://github.com/mediatool/northlight/commit/8f607232a89be861e8ffd8fbdf4c910ae869887c))
|
|
1286
|
+
* **framework:** make label prop optional on field ([2737487](https://github.com/mediatool/northlight/commit/2737487fb7490a4cbe5b80ed049eec52c27db62e))
|
|
1287
|
+
* **framework:** overflow group responsive issue ([52add7e](https://github.com/mediatool/northlight/commit/52add7e5ebf36164e56d09c821b408cce8f2b6a8))
|
|
1288
|
+
* **framework:** random avatar color ([4e403d1](https://github.com/mediatool/northlight/commit/4e403d1642325458aa76ae86bf91197ea8f3af7e))
|
|
1289
|
+
* **framework:** remove faulty illustration ([0a7892c](https://github.com/mediatool/northlight/commit/0a7892c3294d7d7699106cb982053c0f6c8801ea))
|
|
1290
|
+
* **framework:** Tott theme uhm? -> Dark theme ([670bcb3](https://github.com/mediatool/northlight/commit/670bcb387866790079623f9a502b4ec87d40bbe2))
|
|
1291
|
+
* **framework:** use Mediatool date strings on props to components instead of dateValues ([f6424d3](https://github.com/mediatool/northlight/commit/f6424d3e86ccde6ec9996eca0177090fcdddceab))
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
## [1.2.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.1...@northlight/ui@1.2.2) (2023-02-23)
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
### Bug Fixes
|
|
1301
|
+
|
|
1302
|
+
* **framework:** added deps to useEffect, renamed variables ([646d448](https://github.com/mediatool/northlight/commit/646d448689df40f76d60b77fff0cd6c53a703588)), closes [/github.com/mediatool/northlight/pull/3#event-8545068750](https://github.com//github.com/mediatool/northlight/pull/3/issues/event-8545068750)
|
|
1303
|
+
* **framework:** fit-content on field comp instrinstic w ([bf67401](https://github.com/mediatool/northlight/commit/bf67401692c7fee2b6775e58225d2dc872e9e622))
|
|
1304
|
+
* **framework:** fix z-index in Slide ([8f60723](https://github.com/mediatool/northlight/commit/8f607232a89be861e8ffd8fbdf4c910ae869887c))
|
|
1305
|
+
* **framework:** make label prop optional on field ([2737487](https://github.com/mediatool/northlight/commit/2737487fb7490a4cbe5b80ed049eec52c27db62e))
|
|
1306
|
+
* **framework:** overflow group responsive issue ([52add7e](https://github.com/mediatool/northlight/commit/52add7e5ebf36164e56d09c821b408cce8f2b6a8))
|
|
1307
|
+
* **framework:** random avatar color ([4e403d1](https://github.com/mediatool/northlight/commit/4e403d1642325458aa76ae86bf91197ea8f3af7e))
|
|
1308
|
+
* **framework:** remove faulty illustration ([0a7892c](https://github.com/mediatool/northlight/commit/0a7892c3294d7d7699106cb982053c0f6c8801ea))
|
|
1309
|
+
* **framework:** Tott theme uhm? -> Dark theme ([670bcb3](https://github.com/mediatool/northlight/commit/670bcb387866790079623f9a502b4ec87d40bbe2))
|
|
1310
|
+
* **framework:** use Mediatool date strings on props to components instead of dateValues ([f6424d3](https://github.com/mediatool/northlight/commit/f6424d3e86ccde6ec9996eca0177090fcdddceab))
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
## [1.2.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.0...@northlight/ui@1.2.1) (2023-02-17)
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
### Bug Fixes
|
|
1320
|
+
|
|
1321
|
+
* **framework:** changed number of decimals to 13 instead of 18 for number input ([3d030b8](https://github.com/mediatool/northlight/commit/3d030b8f4034be639b781cdbd0c32d721cb4396d))
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
# [1.2.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.1.0...@northlight/ui@1.2.0) (2023-02-17)
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
### Features
|
|
1331
|
+
|
|
1332
|
+
* **framework:** avatar-group ([89e530a](https://github.com/mediatool/northlight/commit/89e530ad12a3eb5dcd6d99c9598d0d4e124ef101))
|
|
1333
|
+
* **framework:** overflow-group ([7bda0d7](https://github.com/mediatool/northlight/commit/7bda0d7ea087566efe1ade62c1727434c51dc3f3))
|
|
1334
|
+
* **framework:** tag-group ([030b1d1](https://github.com/mediatool/northlight/commit/030b1d14237665999ac8753566dc42d80ac85b8c))
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
# [1.1.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.4...@northlight/ui@1.1.0) (2023-02-13)
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
### Bug Fixes
|
|
1344
|
+
|
|
1345
|
+
* **ui:** fix immediate submit ([ffa83de](https://github.com/mediatool/northlight/commit/ffa83de3407a6f83614653173b5a292bd5a5b3cd))
|
|
1346
|
+
* **ui:** remove default inline padding ([0a9dc09](https://github.com/mediatool/northlight/commit/0a9dc0983e3e25e32258512e6a57e4c8bc385f65))
|
|
1347
|
+
* **ui:** update normal cell styling ([94a20e8](https://github.com/mediatool/northlight/commit/94a20e812f67405da4c899990087b69dffe1b694))
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
### Features
|
|
1351
|
+
|
|
1352
|
+
* **ui:** filled variant ([3b91a4b](https://github.com/mediatool/northlight/commit/3b91a4b26a72a3c2ff15229413270b2df87a475d))
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
## [1.0.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.2...@northlight/ui@1.0.4) (2023-02-08)
|
|
1359
|
+
|
|
1360
|
+
**Note:** Version bump only for package @northlight/ui
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
## [1.0.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.2...@northlight/ui@1.0.2) (2023-02-08)
|
|
1367
|
+
|
|
1368
|
+
**Note:** Version bump only for package @northlight/ui
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
## [1.0.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.1...@northlight/ui@1.0.2) (2023-02-08)
|
|
1375
|
+
|
|
1376
|
+
**Note:** Version bump only for package @northlight/ui
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
## [2.23.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.23.1...@mediatool/ui@2.23.2) (2023-02-07)
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
### Bug Fixes
|
|
1386
|
+
|
|
1387
|
+
* **ui:** adding second methods argument to onSubmit callback ([acda3d9](https://github.com/mediatool/mediatool/commit/acda3d9cb78e28c5eaf6fd025859b5c3e3901b36))
|
|
1388
|
+
* **ui:** advanced-parse-float ([af397f7](https://github.com/mediatool/mediatool/commit/af397f7d9f8ae963dd27ee453739bc4cefd92bd5))
|
|
1389
|
+
* **ui:** remove default percentage input limited range ([95dc304](https://github.com/mediatool/mediatool/commit/95dc304a4ef8a890048e06b14764c6b8666ccd30))
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
## [2.23.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.23.0...@mediatool/ui@2.23.1) (2023-02-01)
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
### Bug Fixes
|
|
1399
|
+
|
|
1400
|
+
* **ui:** set initial value to display with percentage factor for number input field ([70537b5](https://github.com/mediatool/mediatool/commit/70537b556e03110d2da26f3fd31c02f0f64a4aa7))
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
# [2.23.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.22.0...@mediatool/ui@2.23.0) (2023-01-31)
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
### Bug Fixes
|
|
1410
|
+
|
|
1411
|
+
* **ui:** export advancedParseFloat, displayValue ([0e4724d](https://github.com/mediatool/mediatool/commit/0e4724d5ef9f1b5225b5ba065c553c2c73df760b))
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
### Features
|
|
1415
|
+
|
|
1416
|
+
* **ui:** implement input group wrapper ([4458443](https://github.com/mediatool/mediatool/commit/44584433da779f44e8bebafd42c50f86a2a23bf3))
|
|
1417
|
+
* **ui:** input group wrapper ([0fbd700](https://github.com/mediatool/mediatool/commit/0fbd70024c7874304d1065f28c468bfdd45883e5))
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
# [2.22.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.12...@mediatool/ui@2.22.0) (2023-01-29)
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
### Features
|
|
1427
|
+
|
|
1428
|
+
* **ui:** Percentage Input ([07d911f](https://github.com/mediatool/mediatool/commit/07d911f1bac3a88f17941a9fe1409b3ba072e443))
|
|
1429
|
+
* **ui:** support for custom tags/options and icon select ([ac448ab](https://github.com/mediatool/mediatool/commit/ac448abe2e2ff5aa2eb15ca0cfcafcb934728371))
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
## [2.21.12](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.11...@mediatool/ui@2.21.12) (2023-01-25)
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
### Bug Fixes
|
|
1439
|
+
|
|
1440
|
+
* **ui:** reTrigger validation onSubmit ([fa129ed](https://github.com/mediatool/mediatool/commit/fa129ed7678af071ccfc427be65962aa497994cc))
|
|
1441
|
+
* **ui:** typography customizability ([06323f8](https://github.com/mediatool/mediatool/commit/06323f8c42cfbb6c6ab33672b5737f7f9fc9110d))
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
## [2.21.11](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.10...@mediatool/ui@2.21.11) (2023-01-24)
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
### Bug Fixes
|
|
1451
|
+
|
|
1452
|
+
* **ui:** search bar adjustments ([c17c656](https://github.com/mediatool/mediatool/commit/c17c656ae20c25e5c49faebed465889c3a85ef49))
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
## [2.21.10](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.9...@mediatool/ui@2.21.10) (2023-01-19)
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
### Bug Fixes
|
|
1462
|
+
|
|
1463
|
+
* **ui:** set empty image to null ([fb985c9](https://github.com/mediatool/mediatool/commit/fb985c927441e5c37ab448a61ff4374ba0c5a88b))
|
|
1464
|
+
* **ui:** sync up useClipboard hook with value prop ([7481a7e](https://github.com/mediatool/mediatool/commit/7481a7e87d977b2e3d4ef08e6b030a021b9ac611))
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
## [2.21.9](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.8...@mediatool/ui@2.21.9) (2023-01-17)
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
### Bug Fixes
|
|
1474
|
+
|
|
1475
|
+
* **ui:** forwar ref on fast grid ([5f14c4c](https://github.com/mediatool/mediatool/commit/5f14c4cba14abbe784927c7327de0e5e4dbf9908))
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
## [2.21.8](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.7...@mediatool/ui@2.21.8) (2023-01-17)
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
### Bug Fixes
|
|
1485
|
+
|
|
1486
|
+
* **ui:** generalize fast grid with rest ([09ff145](https://github.com/mediatool/mediatool/commit/09ff1451fe607c47fbf0ea96bcdb7086396b1435))
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
## [2.21.7](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.6...@mediatool/ui@2.21.7) (2023-01-10)
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
### Bug Fixes
|
|
1496
|
+
|
|
1497
|
+
* **ui:** date picker yyyy stuck fix ([ec1f650](https://github.com/mediatool/mediatool/commit/ec1f650137d714a05bccdcf3f22ff4fcf48f6eac))
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
## [2.21.6](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.5...@mediatool/ui@2.21.6) (2023-01-03)
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
### Bug Fixes
|
|
1507
|
+
|
|
1508
|
+
* **ui:** carousel items alignment prop ([8cd300f](https://github.com/mediatool/mediatool/commit/8cd300f0a3bab1e11997728c1b0ea84c3eefa8d2))
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
## [2.21.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.4...@mediatool/ui@2.21.5) (2023-01-01)
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
### Bug Fixes
|
|
1518
|
+
|
|
1519
|
+
* **ui:** Date range picker field adjustments ([61e9d3e](https://github.com/mediatool/mediatool/commit/61e9d3e32a1d0eb8e109fe2b0be6f620153af459))
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
## [2.21.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.3...@mediatool/ui@2.21.4) (2022-12-29)
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
### Bug Fixes
|
|
1529
|
+
|
|
1530
|
+
* **ui:** trimFormValues reference ([34f2e25](https://github.com/mediatool/mediatool/commit/34f2e259145cdef558ea08e62a5c38c87155910a))
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
## [2.21.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.2...@mediatool/ui@2.21.3) (2022-12-29)
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
### Bug Fixes
|
|
1540
|
+
|
|
1541
|
+
* **ui:** inherit max width instead of hardcode ([afd7d12](https://github.com/mediatool/mediatool/commit/afd7d12c37f7228bd8f881774d41e324f4e224ba))
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
## [2.21.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.1...@mediatool/ui@2.21.2) (2022-12-22)
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
### Bug Fixes
|
|
1551
|
+
|
|
1552
|
+
* **ui:** date picker value validation ([ac53176](https://github.com/mediatool/mediatool/commit/ac53176641596426ee773c420535ecad19706bdc))
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
## [2.21.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.0...@mediatool/ui@2.21.1) (2022-12-22)
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
### Bug Fixes
|
|
1562
|
+
|
|
1563
|
+
* **ui:** Added react keys to date range picker quick select ([88d5557](https://github.com/mediatool/mediatool/commit/88d55573d6270710bfd9a2736d40ca6577024b9e))
|
|
1564
|
+
* **ui:** consistent font size for date picker ([858727b](https://github.com/mediatool/mediatool/commit/858727bc1edafcd63ef7d1ab0aa83e05f86d531e))
|
|
1565
|
+
* **ui:** Date Range Picker Field value string validation ([3b1aa16](https://github.com/mediatool/mediatool/commit/3b1aa164a24424ba20e3ed6645d1ac1ca4c7f894))
|
|
1566
|
+
* **ui:** RequiredIndicator only on form lables ([9794126](https://github.com/mediatool/mediatool/commit/97941269e03ee585bee23b8cee2850054db37e75))
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
# [2.21.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.1...@mediatool/ui@2.21.0) (2022-12-21)
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
### Bug Fixes
|
|
1576
|
+
|
|
1577
|
+
* **ui:** Date Range Picker Field value type ([696ba4a](https://github.com/mediatool/mediatool/commit/696ba4a7cb1371d3e0da2be39329ff847569d9ca))
|
|
1578
|
+
* **ui:** PR comments ([24d409a](https://github.com/mediatool/mediatool/commit/24d409a091db802210ce18a526ada42cdc5cd4f6))
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
### Features
|
|
1582
|
+
|
|
1583
|
+
* **ui:** generalize flip button ([9805904](https://github.com/mediatool/mediatool/commit/9805904d7c658db6808b7683eb2672ad8f50ae52))
|
|
1584
|
+
* **ui:** SearchBarField ([2e876ef](https://github.com/mediatool/mediatool/commit/2e876ef29e2191879d21ef703865edb66fd4766e))
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
# [2.20.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.1...@mediatool/ui@2.20.0) (2022-12-21)
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
### Bug Fixes
|
|
1594
|
+
|
|
1595
|
+
* **ui:** Date Range Picker Field value type ([696ba4a](https://github.com/mediatool/mediatool/commit/696ba4a7cb1371d3e0da2be39329ff847569d9ca))
|
|
1596
|
+
* **ui:** PR comments ([24d409a](https://github.com/mediatool/mediatool/commit/24d409a091db802210ce18a526ada42cdc5cd4f6))
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
### Features
|
|
1600
|
+
|
|
1601
|
+
* **ui:** generalize flip button ([9805904](https://github.com/mediatool/mediatool/commit/9805904d7c658db6808b7683eb2672ad8f50ae52))
|
|
1602
|
+
* **ui:** SearchBarField ([2e876ef](https://github.com/mediatool/mediatool/commit/2e876ef29e2191879d21ef703865edb66fd4766e))
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
## [2.19.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.0...@mediatool/ui@2.19.1) (2022-12-20)
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
### Bug Fixes
|
|
1612
|
+
|
|
1613
|
+
* **ui:** Multi file picker fix react key ([f969b87](https://github.com/mediatool/mediatool/commit/f969b87fa55332e97f38876aa54c48cd3ba8c0f7))
|
|
1614
|
+
* **ui:** remove checkmark icon ([946d03b](https://github.com/mediatool/mediatool/commit/946d03b139acaddd8d5ffeed541ec2eaf8c099dd))
|
|
1615
|
+
* **ui:** trimFormValues unrelated types ([bef5b1a](https://github.com/mediatool/mediatool/commit/bef5b1a86b05d0be5fea7c7686cc96d5040024af))
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
# [2.19.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.18.0...@mediatool/ui@2.19.0) (2022-12-20)
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
### Bug Fixes
|
|
1625
|
+
|
|
1626
|
+
* **ui:** PR comments ([d224ddb](https://github.com/mediatool/mediatool/commit/d224ddbe4f5d5da1f4b722fb76932a353d8dc0e7))
|
|
1627
|
+
* **ui:** split up file ([d32ce48](https://github.com/mediatool/mediatool/commit/d32ce480e7462f884dafa5ca03896cd6c2f72ec9))
|
|
1628
|
+
* **ui:** use-select-callbacks onRemove callback ([c534799](https://github.com/mediatool/mediatool/commit/c5347997f7bce96c68dda6305bae4af89cae59c8))
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
### Features
|
|
1632
|
+
|
|
1633
|
+
* **ui:** cott search bar ([39e6b36](https://github.com/mediatool/mediatool/commit/39e6b364b90989f93a1a0a621226b51270b65b8a))
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
# [2.18.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.17.0...@mediatool/ui@2.18.0) (2022-12-19)
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
### Bug Fixes
|
|
1643
|
+
|
|
1644
|
+
* **ui:** getContrastColor ([e283c53](https://github.com/mediatool/mediatool/commit/e283c53bc3ac1fc0c33b4c86da0336aa82b4ca84))
|
|
1645
|
+
* **ui:** Illya PR comments ([969543a](https://github.com/mediatool/mediatool/commit/969543a8ce4ec65c37e3c2d45274b35d9fd14a04))
|
|
1646
|
+
* **ui:** isolated logic into hook ([785a4e7](https://github.com/mediatool/mediatool/commit/785a4e7961f00d1f3cd0cb0b1b6128b1cd223334))
|
|
1647
|
+
* **ui:** moving files ([ab8c85f](https://github.com/mediatool/mediatool/commit/ab8c85f71cc27d30221ff9b209b5cf92e1ae7764))
|
|
1648
|
+
* **ui:** PR comments ([37f2231](https://github.com/mediatool/mediatool/commit/37f2231f4f142cb5e3df60b571c2623884366658))
|
|
1649
|
+
* **ui:** PR comments types ([c2e41ee](https://github.com/mediatool/mediatool/commit/c2e41ee85314abf4c884f5367cf25138fb027aae))
|
|
1650
|
+
* **ui:** ref and default tag ([5d25ac4](https://github.com/mediatool/mediatool/commit/5d25ac4a4c55cc6da3745a63ff52266bf7928d02))
|
|
1651
|
+
* **ui:** types ([b513df7](https://github.com/mediatool/mediatool/commit/b513df7fb1bfe42aa15c4f42b72ec8ba68e28898))
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
### Features
|
|
1655
|
+
|
|
1656
|
+
* **ui:** added util arrayWithLength ([1dbb683](https://github.com/mediatool/mediatool/commit/1dbb68311a8ac6c6ff515e2ed2adda84747a9ac4))
|
|
1657
|
+
* **ui:** Date Range picker ([7d6f5fd](https://github.com/mediatool/mediatool/commit/7d6f5fd66021610ad1aa158907c8a866c2a9a251))
|
|
1658
|
+
* **ui:** quick navigational date picker buttons ([b6c4e67](https://github.com/mediatool/mediatool/commit/b6c4e67876fb3fd100292273d0066904f11cdef0))
|
|
1659
|
+
* **ui:** search bar component ([f781cb2](https://github.com/mediatool/mediatool/commit/f781cb2665b22fc685a97d043bb66011c0e3dd11))
|
|
1660
|
+
* **ui:** types and theming ([c42dc1a](https://github.com/mediatool/mediatool/commit/c42dc1a17b6267d8f6a4385dde857c4c4267b0bb))
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
# [2.17.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.16.1...@mediatool/ui@2.17.0) (2022-12-16)
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
### Bug Fixes
|
|
1670
|
+
|
|
1671
|
+
* **ui/framework:** Fix modal header styling ([f9fe780](https://github.com/mediatool/mediatool/commit/f9fe78087bb4cb8c739d85612e621b5a9e25a066))
|
|
1672
|
+
* **ui/framework:** Trimming all form inputs on submit ([ce261be](https://github.com/mediatool/mediatool/commit/ce261be23b57697dadfbdc16e6c04d5235d81868))
|
|
1673
|
+
* **ui:** PR review comments ([31d805a](https://github.com/mediatool/mediatool/commit/31d805a62f695b660cf77e99f93c22427ad0cefb))
|
|
1674
|
+
* **ui:** rebase, update packages ([ea019e9](https://github.com/mediatool/mediatool/commit/ea019e9d2fade6322e80773075b44cf19436f303))
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
### Features
|
|
1678
|
+
|
|
1679
|
+
* **ui:** file picker field components ([a5e7d7f](https://github.com/mediatool/mediatool/commit/a5e7d7fb1a5807d8f6f861e90454d92df26f6382))
|
|
1680
|
+
* **ui:** file-picker types ([5d05fe7](https://github.com/mediatool/mediatool/commit/5d05fe7bb144777dab7d22e7da3fc8363c0d6a00))
|
|
1681
|
+
* **ui:** file-picker utils ([2f63edb](https://github.com/mediatool/mediatool/commit/2f63edbda34f75163b14c21a5e606814bfd68fc9))
|
|
1682
|
+
* **ui:** FilePicker ([b016cdf](https://github.com/mediatool/mediatool/commit/b016cdf32467dd4157fe2bbb2ecf6ba1edaddd8a))
|
|
1683
|
+
* **ui:** helper components ([3387e55](https://github.com/mediatool/mediatool/commit/3387e55b127fbd238cd7e199972c30d152fe2ca5))
|
|
1684
|
+
* **ui:** multiFilePicker ([901ed8e](https://github.com/mediatool/mediatool/commit/901ed8e399bd5530cce18e50121ddb6432c6b0b3))
|
|
1685
|
+
* **ui:** styling ([8debad3](https://github.com/mediatool/mediatool/commit/8debad3035b9bee97222331bbb56120e938b4773))
|
|
1686
|
+
* **ui:** unit test utils ([72b762b](https://github.com/mediatool/mediatool/commit/72b762b0a42fe00d942a129abd9f30225fa2125a))
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
## [2.16.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.16.0...@mediatool/ui@2.16.1) (2022-12-15)
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
### Bug Fixes
|
|
1696
|
+
|
|
1697
|
+
* **ui/framework:** Align modal header font styles ([062bdfd](https://github.com/mediatool/mediatool/commit/062bdfd4d56a10871e3e590fac15429beab573a7))
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
# [2.16.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.2...@mediatool/ui@2.16.0) (2022-12-14)
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
### Bug Fixes
|
|
1707
|
+
|
|
1708
|
+
* **ui:** bump and remove unit test ([fee0106](https://github.com/mediatool/mediatool/commit/fee0106d532d1d63bef6fe4a9c1d0ce0fff3f8d0))
|
|
1709
|
+
* **ui:** fix inaccurate type ([a66d6e1](https://github.com/mediatool/mediatool/commit/a66d6e1ba7b871a6df73d3bd7ec3eed9182862ab))
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
### Features
|
|
1713
|
+
|
|
1714
|
+
* **ui:** toolbox ([fe05d33](https://github.com/mediatool/mediatool/commit/fe05d33af785e43b74661de69f54336c4618900c))
|
|
1715
|
+
* **ui:** toolbox-footer ([d7634b5](https://github.com/mediatool/mediatool/commit/d7634b5b74463b1a5bede48be85aa6c80c0a29f9))
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
# [2.15.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.2...@mediatool/ui@2.15.0) (2022-12-14)
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
### Bug Fixes
|
|
1725
|
+
|
|
1726
|
+
* **ui:** bump and remove unit test ([fee0106](https://github.com/mediatool/mediatool/commit/fee0106d532d1d63bef6fe4a9c1d0ce0fff3f8d0))
|
|
1727
|
+
* **ui:** fix inaccurate type ([6a02631](https://github.com/mediatool/mediatool/commit/6a0263182d844a0d22af4bd501869d6fcbe5694a))
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
### Features
|
|
1731
|
+
|
|
1732
|
+
* **ui:** toolbox ([fe05d33](https://github.com/mediatool/mediatool/commit/fe05d33af785e43b74661de69f54336c4618900c))
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
## [2.14.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.1...@mediatool/ui@2.14.2) (2022-12-08)
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
### Bug Fixes
|
|
1742
|
+
|
|
1743
|
+
* **ui:** export webapp theme as theme ([7edff5c](https://github.com/mediatool/mediatool/commit/7edff5c778e091e2fbc1ac4c039c060d3d70eb33))
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
## [2.14.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.0...@mediatool/ui@2.14.1) (2022-12-07)
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
### Bug Fixes
|
|
1753
|
+
|
|
1754
|
+
* **ui:** select tag right color ([7a01f3e](https://github.com/mediatool/mediatool/commit/7a01f3e545719a2aa8a6d7eb483ecae7bab2cf26))
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
# [2.14.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.2...@mediatool/ui@2.14.0) (2022-12-07)
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
### Features
|
|
1764
|
+
|
|
1765
|
+
* **ui:** add theme switcher and fix broken components ([80eefdc](https://github.com/mediatool/mediatool/commit/80eefdccf92577e7cd25552e3c7dbe71e8014c6a))
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
## [2.13.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.1...@mediatool/ui@2.13.2) (2022-12-06)
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
### Bug Fixes
|
|
1775
|
+
|
|
1776
|
+
* **ui:** adapt getContrastColor for multiple themes ([491a2db](https://github.com/mediatool/mediatool/commit/491a2db371fb1082ffa962e53fab8d6b2bb410b9))
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
## [2.13.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.0...@mediatool/ui@2.13.1) (2022-11-30)
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
### Reverts
|
|
1786
|
+
|
|
1787
|
+
* Revert "Publish" ([b7d859a](https://github.com/mediatool/mediatool/commit/b7d859a5b483812e24cf42770632cd47292e92d0))
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
# [2.12.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.11.0...@mediatool/ui@2.12.0) (2022-11-28)
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
### Bug Fixes
|
|
1797
|
+
|
|
1798
|
+
* **ui/framework:** transitions exit time event handling ([ad4025f](https://github.com/mediatool/mediatool/commit/ad4025fa18c7e99b617149f6164bfd6c44e9e361))
|
|
1799
|
+
* **ui:** adjust parent box of fade animation to always take up 100% ([cde6398](https://github.com/mediatool/mediatool/commit/cde6398b5af8e739154a9b6c8ea0ed74cfb742bb))
|
|
1800
|
+
* **ui:** parse theme into hex ([dc2c988](https://github.com/mediatool/mediatool/commit/dc2c98814c90c6ad87010d148feafe1015d54388))
|
|
1801
|
+
* **ui:** refactor and export all component types ([6eb224e](https://github.com/mediatool/mediatool/commit/6eb224ed723de8caafc36b3b6b69ae132febc76e))
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
### Features
|
|
1805
|
+
|
|
1806
|
+
* **ui/framework:** add tokens visualizer ([2330f33](https://github.com/mediatool/mediatool/commit/2330f3371d26d9f9e237ba639b02cce56c657b16))
|
|
1807
|
+
* **ui:** progress bar ([9a4517a](https://github.com/mediatool/mediatool/commit/9a4517a838d014b3f8ed1892bddbdf7429fb5926))
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
# [2.11.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.10.1...@mediatool/ui@2.11.0) (2022-11-22)
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
### Bug Fixes
|
|
1817
|
+
|
|
1818
|
+
* **ui/framework:** showing where to put the locket ([334ffd5](https://github.com/mediatool/mediatool/commit/334ffd55087ccc969e63505ba92cd9d3c49b8c79))
|
|
1819
|
+
* **ui:** Fix select field for group input ([7592247](https://github.com/mediatool/mediatool/commit/75922472afb5b4f680ea12ab12042cc1ac52946c))
|
|
1820
|
+
* **ui:** update childrenAsArray to Children.toArray in flip-button-group ([f473803](https://github.com/mediatool/mediatool/commit/f473803f13571f2b1b026ea069d223752567c0ed))
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
### Features
|
|
1824
|
+
|
|
1825
|
+
* **ui:** components ([e8ca6a8](https://github.com/mediatool/mediatool/commit/e8ca6a8632c0159d2b7311e5cb722336e0326671))
|
|
1826
|
+
* **ui:** utils ([1d99cbf](https://github.com/mediatool/mediatool/commit/1d99cbf2a24268f6eb449969b458505f261fba72))
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
### Reverts
|
|
1830
|
+
|
|
1831
|
+
* Revert "Publish" ([bd2c3f7](https://github.com/mediatool/mediatool/commit/bd2c3f7f96932099010dd7dbe46b5bd041a563ef))
|
|
1832
|
+
* Revert "Publish" ([9338714](https://github.com/mediatool/mediatool/commit/93387143d9f1e9fd3341318f7673e7791b79743d))
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
## [2.10.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.10.0...@mediatool/ui@2.10.1) (2022-11-21)
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
### Bug Fixes
|
|
1842
|
+
|
|
1843
|
+
* **ui:** ellipsis text in editable ([4c9da83](https://github.com/mediatool/mediatool/commit/4c9da8391ad09c0545d564fadc0d827a0aee63b1))
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
# [2.10.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.9.1...@mediatool/ui@2.10.0) (2022-11-21)
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
### Features
|
|
1853
|
+
|
|
1854
|
+
* **ui:** add card component from chakra ([5ecbb40](https://github.com/mediatool/mediatool/commit/5ecbb40612c8522d6bbf96f7fe0b83bf6b0b092a))
|
|
1855
|
+
* **ui:** added EditableText component ([36d42a6](https://github.com/mediatool/mediatool/commit/36d42a690dc90983c0dd91cf9ead6157e4f41a4c))
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
## [2.9.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.9.0...@mediatool/ui@2.9.1) (2022-11-17)
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
### Bug Fixes
|
|
1865
|
+
|
|
1866
|
+
* **ui:** Added is clearable prop for the DatePicker component ([dfedaaf](https://github.com/mediatool/mediatool/commit/dfedaaf094e93b2a12c25bfedbd582fff247838f))
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
# [2.9.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.5...@mediatool/ui@2.9.0) (2022-11-16)
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
### Bug Fixes
|
|
1876
|
+
|
|
1877
|
+
* **ui:** fix date-picker doc page ([060dad9](https://github.com/mediatool/mediatool/commit/060dad9b4d02d1e142f61c4b049ee338c78f108d))
|
|
1878
|
+
|
|
1879
|
+
|
|
1880
|
+
### Features
|
|
1881
|
+
|
|
1882
|
+
* **ui:** added webapp skin to theme overrides ([294cbed](https://github.com/mediatool/mediatool/commit/294cbed9eceb06c450d6ecc260ff7c3310ef06a3))
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
## [2.8.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.4...@mediatool/ui@2.8.5) (2022-11-16)
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
### Bug Fixes
|
|
1892
|
+
|
|
1893
|
+
* **ui:** event not passed down to callback ([8882c87](https://github.com/mediatool/mediatool/commit/8882c87f4ff6fe15e8d9e46454d30c9641a1839a))
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
## [2.8.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.3...@mediatool/ui@2.8.4) (2022-11-15)
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
### Bug Fixes
|
|
1903
|
+
|
|
1904
|
+
* **ui/framework:** clean up lowlife code ([a76a274](https://github.com/mediatool/mediatool/commit/a76a27412090a9803816515e03a4cc1ea2883bde))
|
|
1905
|
+
* **ui:** date-picker formatting reggex ([d2d0fed](https://github.com/mediatool/mediatool/commit/d2d0fedd2662774d7dfbc2044840f39ee3fca632))
|
|
1906
|
+
* **ui:** fixed ratio and clickable avatar ([fe35ba5](https://github.com/mediatool/mediatool/commit/fe35ba5f9f7b03f3ee62b926e612acf24bcef6a2))
|
|
1907
|
+
* **ui:** onChange callback ([43c2f40](https://github.com/mediatool/mediatool/commit/43c2f4049a68297f2aa7d9ff4872887512a11668))
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
|
|
1912
|
+
|
|
1913
|
+
## [2.8.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.2...@mediatool/ui@2.8.3) (2022-11-14)
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
### Bug Fixes
|
|
1917
|
+
|
|
1918
|
+
* **ui/framework:** add proper exported types ([f9663f9](https://github.com/mediatool/mediatool/commit/f9663f981ddd8721e7ed578a12da214d19dac6e1))
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
## [2.8.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.1...@mediatool/ui@2.8.2) (2022-11-14)
|
|
1925
|
+
|
|
1926
|
+
**Note:** Version bump only for package @mediatool/ui
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
|
|
1931
|
+
|
|
1932
|
+
## [2.8.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.0...@mediatool/ui@2.8.1) (2022-11-14)
|
|
1933
|
+
|
|
1934
|
+
**Note:** Version bump only for package @mediatool/ui
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
# [2.8.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.7.0...@mediatool/ui@2.8.0) (2022-11-14)
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
### Bug Fixes
|
|
1944
|
+
|
|
1945
|
+
* **ui:** styling ([b09a8c1](https://github.com/mediatool/mediatool/commit/b09a8c152e374f95fd2315e4d0eac34c2ff23430))
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
### Features
|
|
1949
|
+
|
|
1950
|
+
* **ui:** onMovedItem callback ([4388c7d](https://github.com/mediatool/mediatool/commit/4388c7d7c619573449124300e879d636036315dc))
|
|
1951
|
+
* **ui:** useSetValueRefreshed ([d68ccf4](https://github.com/mediatool/mediatool/commit/d68ccf4aa88d92c577f80cc2ed9bd6a1df0637b4))
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
# [2.7.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.6.1...@mediatool/ui@2.7.0) (2022-11-10)
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
### Bug Fixes
|
|
1961
|
+
|
|
1962
|
+
* **ui:** disable onKeyDown in case inEditMode ([57c2875](https://github.com/mediatool/mediatool/commit/57c2875377d768523d400b97765b8d0f4430731d))
|
|
1963
|
+
* **ui:** remove default margin on labels ([25107bd](https://github.com/mediatool/mediatool/commit/25107bdfdd299f59ce65e62f4195b0b6235548d4))
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
### Features
|
|
1967
|
+
|
|
1968
|
+
* **ui/framework:** added labels ([e8ddd8a](https://github.com/mediatool/mediatool/commit/e8ddd8a9ccf743b4f0cd08bf070069f41c10ec19))
|
|
1969
|
+
* **ui:** dragHandle ([6975bc9](https://github.com/mediatool/mediatool/commit/6975bc9205fe5ac8a9d99217edaca8d62d40d013))
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
## [2.6.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.6.0...@mediatool/ui@2.6.1) (2022-11-09)
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
### Bug Fixes
|
|
1979
|
+
|
|
1980
|
+
* **ui/framework:** make ghost button actually ghost ([337bd94](https://github.com/mediatool/mediatool/commit/337bd94409f4b3d1a4839cb2f09e82ecfa82b47b))
|
|
1981
|
+
* **ui:** select option focus ([b17a9b0](https://github.com/mediatool/mediatool/commit/b17a9b034d6eb3229e02f2745f94b8c44b900c0e))
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
# [2.6.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.5.0...@mediatool/ui@2.6.0) (2022-11-09)
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
### Bug Fixes
|
|
1991
|
+
|
|
1992
|
+
* **ui/framework:** remove old validation ([64cf9a2](https://github.com/mediatool/mediatool/commit/64cf9a2a338de50e8b101fbd7fdb28b49883bf2f))
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
### Features
|
|
1996
|
+
|
|
1997
|
+
* **ui/framework:** add split pane component ([ea8470b](https://github.com/mediatool/mediatool/commit/ea8470b34bafef61419496c46ced4c563b1dc32d))
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
# [2.5.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.4.0...@mediatool/ui@2.5.0) (2022-11-08)
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
### Bug Fixes
|
|
2007
|
+
|
|
2008
|
+
* **ui/framework:** use our tokens in chakra theme ([17694d9](https://github.com/mediatool/mediatool/commit/17694d914998a3bc6241a2d07bb73bc7d65b7f57))
|
|
2009
|
+
* **ui:** broken select onChange ([782b4f2](https://github.com/mediatool/mediatool/commit/782b4f23cb115a1a72a324fd3b5857e680b9f50d))
|
|
2010
|
+
* **ui:** Field component now supports nested validation ([728bab1](https://github.com/mediatool/mediatool/commit/728bab1b7ea52ec4869ee1d6969292144835ae4c))
|
|
2011
|
+
* **ui:** setup after rebase ([36aa693](https://github.com/mediatool/mediatool/commit/36aa693e02719798af4f52a89ec0ce2b7ca713f0))
|
|
2012
|
+
* **ui:** shouldConvert prop ([323d377](https://github.com/mediatool/mediatool/commit/323d377af586454f8cb408c4f6299d09cf6d0e2e))
|
|
2013
|
+
* **ui:** type value ([9415f00](https://github.com/mediatool/mediatool/commit/9415f009ef661cbbceb575e72d5962adda8deb66))
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
### Features
|
|
2017
|
+
|
|
2018
|
+
* **ui:** add huge modal ([75a9026](https://github.com/mediatool/mediatool/commit/75a9026fa9e3ca99fd8ec0dfc9d7341de355dd59))
|
|
2019
|
+
* **ui:** Avatar component ([dcbe443](https://github.com/mediatool/mediatool/commit/dcbe443bce285883ea0d34cc1431f1fbbc16f528))
|
|
2020
|
+
* **ui:** flip button component ([db96c1c](https://github.com/mediatool/mediatool/commit/db96c1cf595fca7d818f4f3e69ed9f035fef85c6))
|
|
2021
|
+
* **ui:** flip button tokens ([5c5c03b](https://github.com/mediatool/mediatool/commit/5c5c03bce1b021de4128963d55e4ea1126308532))
|
|
2022
|
+
* **ui:** Split up avatar into avatar button ([41acde8](https://github.com/mediatool/mediatool/commit/41acde861a26e9c1e9ab6807e31bbdd471b3262b))
|
|
2023
|
+
* **ui:** unit test for avatar ([11a0cb6](https://github.com/mediatool/mediatool/commit/11a0cb681eacd9ca00dfd941b3bc6b32110d24ac))
|
|
2024
|
+
* **ui:** unit test getFieldError ([9542fb8](https://github.com/mediatool/mediatool/commit/9542fb8f88f1d1e08ec346d6dace641aba29ce3a))
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
# [2.4.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.3.0...@mediatool/ui@2.4.0) (2022-11-03)
|
|
2031
|
+
|
|
2032
|
+
|
|
2033
|
+
### Bug Fixes
|
|
2034
|
+
|
|
2035
|
+
* **ui:** sortable item dbl click prevent onPointerDown event ([4d577cc](https://github.com/mediatool/mediatool/commit/4d577cc81b7c953351adeae170dcaed5daeeed60))
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
### Features
|
|
2039
|
+
|
|
2040
|
+
* **ui/framework:** make sortable list generic ([edcf28d](https://github.com/mediatool/mediatool/commit/edcf28d922d76b3faa86a3390da77457175ab78c))
|
|
2041
|
+
* **ui:** onAdd, onRemove callbacks ([e893a3e](https://github.com/mediatool/mediatool/commit/e893a3e2a8f226fe203719feb3ac55462abbc16d))
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
# [2.3.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.3...@mediatool/ui@2.3.0) (2022-11-02)
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
### Bug Fixes
|
|
2051
|
+
|
|
2052
|
+
* **ui:** PR review changes ([44c6ae4](https://github.com/mediatool/mediatool/commit/44c6ae4f5fed7f3a94b743a44f3ba717305ddfd3))
|
|
2053
|
+
|
|
2054
|
+
|
|
2055
|
+
### Features
|
|
2056
|
+
|
|
2057
|
+
* **ui:** added formatting to date-picker ([30aa082](https://github.com/mediatool/mediatool/commit/30aa082e32f8a148fec8794fac844cb7c39428f5))
|
|
2058
|
+
* **ui:** Drag n' drop components ([1fe2183](https://github.com/mediatool/mediatool/commit/1fe21830f1b7ffc973436a237b99064e42acfc5c))
|
|
2059
|
+
* **ui:** multi sort ([4189d7b](https://github.com/mediatool/mediatool/commit/4189d7b443fd60d408e57eced8409cedc5d6f3d0))
|
|
2060
|
+
* **ui:** sortable list ([6f0f415](https://github.com/mediatool/mediatool/commit/6f0f415e700e1c01e291fbd14515b719f19063f5))
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
## [2.2.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.2...@mediatool/ui@2.2.3) (2022-11-01)
|
|
2067
|
+
|
|
2068
|
+
**Note:** Version bump only for package @mediatool/ui
|
|
2069
|
+
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
## [2.2.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.1...@mediatool/ui@2.2.2) (2022-10-31)
|
|
2075
|
+
|
|
2076
|
+
|
|
2077
|
+
### Bug Fixes
|
|
2078
|
+
|
|
2079
|
+
* **ui:** sorted side-menu ([ac7a49d](https://github.com/mediatool/mediatool/commit/ac7a49d16b143330b83ee1cec2a74df92be07f2f))
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
## [2.2.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.0...@mediatool/ui@2.2.1) (2022-10-28)
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
### Bug Fixes
|
|
2089
|
+
|
|
2090
|
+
* **ui/framework:** update form labels ([4d6055d](https://github.com/mediatool/mediatool/commit/4d6055da3313c6775071f2c73754ed2b8f46ad3b))
|
|
2091
|
+
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
# [2.2.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.1.0...@mediatool/ui@2.2.0) (2022-10-26)
|
|
2097
|
+
|
|
2098
|
+
|
|
2099
|
+
### Bug Fixes
|
|
2100
|
+
|
|
2101
|
+
* **ui:** fix radio field unit test isChecked and isInvalid ([4260a2e](https://github.com/mediatool/mediatool/commit/4260a2e93b45114b51a2b388095cb23615fd7469))
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
### Features
|
|
2105
|
+
|
|
2106
|
+
* **ui/framework:** add typography components ([f6797d4](https://github.com/mediatool/mediatool/commit/f6797d45d4e86315c96e70df1eca683d2bdff48b))
|
|
2107
|
+
* **ui/framework:** export highlight ([9936960](https://github.com/mediatool/mediatool/commit/9936960099d8a9facf9cf5ad0e3ef85e5a8de204))
|
|
2108
|
+
* **ui:** ClickableWrapper component ([bf517af](https://github.com/mediatool/mediatool/commit/bf517af3d4874d0c2ebecc2674ded43c38e17ea5))
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
# [2.1.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.3...@mediatool/ui@2.1.0) (2022-10-19)
|
|
2115
|
+
|
|
2116
|
+
|
|
2117
|
+
### Bug Fixes
|
|
2118
|
+
|
|
2119
|
+
* **ui:** added default check if color is empty string ([539340a](https://github.com/mediatool/mediatool/commit/539340a144353ff0ca1d5c4cb9a1912b91f9a34d))
|
|
2120
|
+
* **ui:** date-picker-fix-final-final ([2d714a6](https://github.com/mediatool/mediatool/commit/2d714a6471ec1d57edf17e247d63897adf58e6f0))
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
### Features
|
|
2124
|
+
|
|
2125
|
+
* **ui:** color picker field ([4b5ac70](https://github.com/mediatool/mediatool/commit/4b5ac70cafca1eafc226762e863f89188268582d))
|
|
2126
|
+
|
|
2127
|
+
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
|
|
2131
|
+
## [2.0.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.2...@mediatool/ui@2.0.3) (2022-10-18)
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
### Bug Fixes
|
|
2135
|
+
|
|
2136
|
+
* **ui:** don't trigger validation for entire form onChange ([bd1f67a](https://github.com/mediatool/mediatool/commit/bd1f67a1997a38d0177b52c8d5394f3fac2102de))
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
|
|
2141
|
+
|
|
2142
|
+
## [2.0.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.1...@mediatool/ui@2.0.2) (2022-10-18)
|
|
2143
|
+
|
|
2144
|
+
|
|
2145
|
+
### Bug Fixes
|
|
2146
|
+
|
|
2147
|
+
* **ui:** date picker range validation message if max or min undefined ([77bc3cc](https://github.com/mediatool/mediatool/commit/77bc3ccf815d455b58ac0d9fb2c012cbea2ca110))
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
|
|
2151
|
+
|
|
2152
|
+
|
|
2153
|
+
## [2.0.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.0...@mediatool/ui@2.0.1) (2022-10-18)
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
### Bug Fixes
|
|
2157
|
+
|
|
2158
|
+
* **ui:** Added date picker validation for when user inputs value outside valid interval ([3bd22bb](https://github.com/mediatool/mediatool/commit/3bd22bb670a848d3e5ce6be3cdab374b163eab17))
|
|
2159
|
+
* **ui:** rename enableReInitialize to enableReinitialize ([122069f](https://github.com/mediatool/mediatool/commit/122069f200ada99176ea6417f50a2a9568eb1827))
|
|
2160
|
+
|
|
2161
|
+
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
# [2.0.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.2...@mediatool/ui@2.0.0) (2022-10-17)
|
|
2166
|
+
|
|
2167
|
+
|
|
2168
|
+
### Bug Fixes
|
|
2169
|
+
|
|
2170
|
+
* **ui:** manually set ui version ([95fe72c](https://github.com/mediatool/mediatool/commit/95fe72c5a1413cab17ec2ec79ac7448cad9c870b))
|
|
2171
|
+
* **ui:** renamed org logo to organization logo ([33ed0e7](https://github.com/mediatool/mediatool/commit/33ed0e71d635a766ec36ae621d602e1f0801b78c))
|
|
2172
|
+
|
|
2173
|
+
|
|
2174
|
+
* feat(ui)!: Migrate Formik to React Hook Form ([1378b0c](https://github.com/mediatool/mediatool/commit/1378b0cb671eebed4221524b53d58a19d6f2cfbd))
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
### Features
|
|
2178
|
+
|
|
2179
|
+
* **ui:** Blinker UI Component ([5afe9d3](https://github.com/mediatool/mediatool/commit/5afe9d3f9e189a7ac632dc8a5a583cba86b0a117))
|
|
2180
|
+
* **ui:** fast-grid, test-pages, docs-pages, extra stuff ([6f8b4db](https://github.com/mediatool/mediatool/commit/6f8b4db64d0b813492ef4f0bc9a3e2b46302d46b))
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
### BREAKING CHANGES
|
|
2184
|
+
|
|
2185
|
+
* This breaks compatibility with previous formik formsj
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
## [1.10.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.1...@mediatool/ui@1.10.2) (2022-10-12)
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
### Bug Fixes
|
|
2195
|
+
|
|
2196
|
+
* **ui/framework:** update value of color picker from the outside ([cb0ffb7](https://github.com/mediatool/mediatool/commit/cb0ffb740b554240ff5be8a66f52e91649dbee7b))
|
|
2197
|
+
|
|
2198
|
+
|
|
2199
|
+
### Reverts
|
|
2200
|
+
|
|
2201
|
+
* Revert "Publish" ([0090cc4](https://github.com/mediatool/mediatool/commit/0090cc467e643df80e88866620b08ddd4ce5ad4c))
|
|
2202
|
+
|
|
2203
|
+
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
|
|
2207
|
+
## [1.10.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.0...@mediatool/ui@1.10.1) (2022-10-06)
|
|
2208
|
+
|
|
2209
|
+
|
|
2210
|
+
### Bug Fixes
|
|
2211
|
+
|
|
2212
|
+
* **ui/framework:** display isInvalid while input is focused ([75529ed](https://github.com/mediatool/mediatool/commit/75529ed0840a89bafc128aff4c36aa8771f99115))
|
|
2213
|
+
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
# [1.10.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.9.1...@mediatool/ui@1.10.0) (2022-10-05)
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
### Bug Fixes
|
|
2222
|
+
|
|
2223
|
+
* **ui/framework:** style steps and add docs ([cff333d](https://github.com/mediatool/mediatool/commit/cff333d3db958d501a382e52a18cd65f65f877f7))
|
|
2224
|
+
|
|
2225
|
+
|
|
2226
|
+
### Features
|
|
2227
|
+
|
|
2228
|
+
* **ui:** Color Picker UI Component ([302101c](https://github.com/mediatool/mediatool/commit/302101c3b61974d93f60d2f287add9f6aab753fd))
|
|
2229
|
+
* **ui:** Improved utility getContrastColor ([b07754c](https://github.com/mediatool/mediatool/commit/b07754c083706cb47d07deafdc8153a9177a0743))
|
|
2230
|
+
* **ui:** unit test color picker ([e5965ad](https://github.com/mediatool/mediatool/commit/e5965adbabb786895b3996c27b88b5e866b5a314))
|
|
2231
|
+
* **ui:** unit test getShades ([d5d6f73](https://github.com/mediatool/mediatool/commit/d5d6f73033292b00c60cfe3dd0ab3c26059413d6))
|
|
2232
|
+
|
|
2233
|
+
|
|
2234
|
+
### Reverts
|
|
2235
|
+
|
|
2236
|
+
* Revert "Publish" ([37b584b](https://github.com/mediatool/mediatool/commit/37b584b61dccc22d472f5c0a2539fca498433c1e))
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
## [1.9.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.9.0...@mediatool/ui@1.9.1) (2022-10-05)
|
|
2243
|
+
|
|
2244
|
+
**Note:** Version bump only for package @mediatool/ui
|
|
2245
|
+
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
# [1.9.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.3...@mediatool/ui@1.9.0) (2022-09-30)
|
|
2251
|
+
|
|
2252
|
+
|
|
2253
|
+
### Features
|
|
2254
|
+
|
|
2255
|
+
* **ui/framework:** add clipboard input ([8dc6bd1](https://github.com/mediatool/mediatool/commit/8dc6bd1a1bf61912a2288c62fae43192139e8802))
|
|
2256
|
+
* **ui/framework:** add theme for icon ([36aed6f](https://github.com/mediatool/mediatool/commit/36aed6f3841f2e90fa2f6f137aa3e78c7a8a91c5))
|
|
2257
|
+
* **ui/framework:** icons in icon button scale on button size ([5d55669](https://github.com/mediatool/mediatool/commit/5d556690a71f6c78e532623ea617873e8dcba1ae))
|
|
2258
|
+
* **ui/framework:** theme tooltip ([a7f787c](https://github.com/mediatool/mediatool/commit/a7f787c8d4d99b45abdc067a0d26c13fb50726bb))
|
|
2259
|
+
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
|
|
2263
|
+
|
|
2264
|
+
## [1.8.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.2...@mediatool/ui@1.8.3) (2022-09-22)
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
### Bug Fixes
|
|
2268
|
+
|
|
2269
|
+
* **ui/framework:** align step component ([357de8d](https://github.com/mediatool/mediatool/commit/357de8d7686ca25d905ba705c0f28c4152a2620d))
|
|
2270
|
+
* **ui/framework:** changed avatar tokens ([a33d23d](https://github.com/mediatool/mediatool/commit/a33d23d3bcb9f3922b49faf502f7ec505ece92c8))
|
|
2271
|
+
* **ui/framework:** fix palette page ([c93611c](https://github.com/mediatool/mediatool/commit/c93611ca73a252b38b2f2af13fb508696b83c837))
|
|
2272
|
+
* **ui/framework:** separate alert from toast ([76e9aa0](https://github.com/mediatool/mediatool/commit/76e9aa036ef59332bab495e99a85dd40e4118e59))
|
|
2273
|
+
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
## [1.8.2](/compare/@mediatool/ui@1.8.1...@mediatool/ui@1.8.2) (2022-09-20)
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
### Bug Fixes
|
|
2282
|
+
|
|
2283
|
+
* **ui/framework:** export circle component 7cde8fc
|
|
2284
|
+
* **ui:** change HStack to VStack in step component 685f4ca
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
### Reverts
|
|
2288
|
+
|
|
2289
|
+
* Revert "Publish" 84566fc
|
|
2290
|
+
* Revert "Publish" 55c85f5
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
|
|
2296
|
+
## [1.8.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.0...@mediatool/ui@1.8.1) (2022-09-19)
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
### Bug Fixes
|
|
2300
|
+
|
|
2301
|
+
* **ui/framework:** small changes in modal theme ([986971c](https://github.com/mediatool/mediatool/commit/986971cca8262ff36740972811736c34a646ac95))
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
# [1.8.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.7.0...@mediatool/ui@1.8.0) (2022-09-14)
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
### Bug Fixes
|
|
2311
|
+
|
|
2312
|
+
* **ui/framework:** export step ([7bb6f59](https://github.com/mediatool/mediatool/commit/7bb6f5904c4a122cde5207ba3f92f8e8a5c11e3b))
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
### Features
|
|
2316
|
+
|
|
2317
|
+
* **ui/framework:** export steps components ([c0a79eb](https://github.com/mediatool/mediatool/commit/c0a79eb6cae2c737404635c0ada8d40e95d40aab))
|
|
2318
|
+
* **ui/framework:** style addon on input ([393e109](https://github.com/mediatool/mediatool/commit/393e109079ae982c57c0caeaea8504b42368cede))
|
|
2319
|
+
* **ui/framework:** style sof-rounded tabs ([4f07a69](https://github.com/mediatool/mediatool/commit/4f07a69fd9c026deac1075ccc88a3039f399f52b))
|
|
2320
|
+
* **ui:** stress testing ([8465fef](https://github.com/mediatool/mediatool/commit/8465fef2432190824ec9b99f43b137d3745d48e4))
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
# [1.7.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.5...@mediatool/ui@1.7.0) (2022-09-13)
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
### Bug Fixes
|
|
2330
|
+
|
|
2331
|
+
* **ui/framework:** forward ref to icon ([a72fb46](https://github.com/mediatool/mediatool/commit/a72fb461523457002365351edaddd90352939b12))
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
### Features
|
|
2335
|
+
|
|
2336
|
+
* **ui:** Unit test for modal ([359d4bb](https://github.com/mediatool/mediatool/commit/359d4bbc8e60cc1fff426b3b84a8710acfd90648))
|
|
2337
|
+
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
## [1.6.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.4...@mediatool/ui@1.6.5) (2022-09-13)
|
|
2343
|
+
|
|
2344
|
+
**Note:** Version bump only for package @mediatool/ui
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
## [1.6.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.3...@mediatool/ui@1.6.4) (2022-09-13)
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
### Bug Fixes
|
|
2354
|
+
|
|
2355
|
+
* **ui/framework:** fix loading on select ([721abd4](https://github.com/mediatool/mediatool/commit/721abd404b8875f55d410d5fa548d4714db9bb0c))
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
## [1.6.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.2...@mediatool/ui@1.6.3) (2022-09-13)
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
### Bug Fixes
|
|
2365
|
+
|
|
2366
|
+
* **ui/framework:** add tag color support on select ([662c050](https://github.com/mediatool/mediatool/commit/662c050caee1ecd76dc0bdf7dda5c4b3da4c80cc))
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
## [1.6.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.1...@mediatool/ui@1.6.2) (2022-09-07)
|
|
2373
|
+
|
|
2374
|
+
|
|
2375
|
+
### Bug Fixes
|
|
2376
|
+
|
|
2377
|
+
* **ui/framework:** rewrite orglogo component ([b48360c](https://github.com/mediatool/mediatool/commit/b48360ca5edd4bd36f14ba60c17a6c8e5c688f05))
|
|
2378
|
+
|
|
2379
|
+
|
|
2380
|
+
|
|
2381
|
+
|
|
2382
|
+
|
|
2383
|
+
## [1.6.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.0...@mediatool/ui@1.6.1) (2022-09-07)
|
|
2384
|
+
|
|
2385
|
+
|
|
2386
|
+
### Bug Fixes
|
|
2387
|
+
|
|
2388
|
+
* **ui/framework:** add min width to number input ([83d2741](https://github.com/mediatool/mediatool/commit/83d27417a6bbdb9c006d262009f17f4d9d18a930))
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
|
|
2392
|
+
|
|
2393
|
+
|
|
2394
|
+
# [1.6.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.5.0...@mediatool/ui@1.6.0) (2022-09-06)
|
|
2395
|
+
|
|
2396
|
+
|
|
2397
|
+
### Bug Fixes
|
|
2398
|
+
|
|
2399
|
+
* **ui/framework:** fix square org logo border radius ([989bfbc](https://github.com/mediatool/mediatool/commit/989bfbcd02d78f228070d651a286746b96191b44))
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
### Features
|
|
2403
|
+
|
|
2404
|
+
* **ui/framework:** add modal ([d99f79a](https://github.com/mediatool/mediatool/commit/d99f79af5b431db920e60d11581ee1c3fb28fc19))
|
|
2405
|
+
* **ui/framework:** style close button ([31ff8fe](https://github.com/mediatool/mediatool/commit/31ff8fe67097432ee2015f3071360361492261f8))
|
|
2406
|
+
|
|
2407
|
+
|
|
2408
|
+
### Reverts
|
|
2409
|
+
|
|
2410
|
+
* Revert "Publish" ([4decb6c](https://github.com/mediatool/mediatool/commit/4decb6cb7cd7d437615796ab8a6129e36f20487d))
|
|
2411
|
+
|
|
2412
|
+
|
|
2413
|
+
|
|
2414
|
+
|
|
2415
|
+
|
|
2416
|
+
# [1.5.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.4.1...@mediatool/ui@1.5.0) (2022-09-01)
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
### Bug Fixes
|
|
2420
|
+
|
|
2421
|
+
* **ui/framework:** replace old icons with the new once ([260e226](https://github.com/mediatool/mediatool/commit/260e226b1a11bbb8518d025cf79f9b8243c3b849))
|
|
2422
|
+
|
|
2423
|
+
|
|
2424
|
+
### Features
|
|
2425
|
+
|
|
2426
|
+
* **ui/framework:** add wcag ring helper ([b602836](https://github.com/mediatool/mediatool/commit/b6028365436602a4788e9acb7ce776517fbe8c9f))
|
|
2427
|
+
* **ui/framework:** modify icon component and display all icons in docs ([423cd96](https://github.com/mediatool/mediatool/commit/423cd96efd3bcfe38a8d0072dd3790c9656cefdd))
|
|
2428
|
+
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
|
|
2432
|
+
|
|
2433
|
+
## [1.4.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.4.0...@mediatool/ui@1.4.1) (2022-09-01)
|
|
2434
|
+
|
|
2435
|
+
|
|
2436
|
+
### Bug Fixes
|
|
2437
|
+
|
|
2438
|
+
* **ui/framework:** fix sizing for avatar ([b45b2ab](https://github.com/mediatool/mediatool/commit/b45b2abebfb6b2e5f615b15b6713b3be3f27ee64))
|
|
2439
|
+
|
|
2440
|
+
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
# [1.4.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.3.1...@mediatool/ui@1.4.0) (2022-08-31)
|
|
2445
|
+
|
|
2446
|
+
|
|
2447
|
+
### Features
|
|
2448
|
+
|
|
2449
|
+
* **ui/framework:** OrgLogo Component ([65998af](https://github.com/mediatool/mediatool/commit/65998af3ab13389a78ff086d1b71a1aa37db943f))
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
## [1.3.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.3.0...@mediatool/ui@1.3.1) (2022-08-29)
|
|
2456
|
+
|
|
2457
|
+
**Note:** Version bump only for package @mediatool/ui
|
|
2458
|
+
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
# [1.3.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.2.1...@mediatool/ui@1.3.0) (2022-08-26)
|
|
2464
|
+
|
|
2465
|
+
|
|
2466
|
+
### Features
|
|
2467
|
+
|
|
2468
|
+
* **framework:** spinner component ([edd9a5e](https://github.com/mediatool/mediatool/commit/edd9a5efaf8edb862b094e86f32016d56bffc725))
|
|
2469
|
+
* **ui/framework:** async-error component ([e5d98aa](https://github.com/mediatool/mediatool/commit/e5d98aa1e3e391ac55c9eb146131ba501148af39))
|
|
2470
|
+
|
|
2471
|
+
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
|
|
2475
|
+
## [1.2.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.2.0...@mediatool/ui@1.2.1) (2022-08-25)
|
|
2476
|
+
|
|
2477
|
+
**Note:** Version bump only for package @mediatool/ui
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
# 1.2.0 (2022-08-24)
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
### Bug Fixes
|
|
2487
|
+
|
|
2488
|
+
* **ui/framework:** Add missing dependency ([38a27a3](https://github.com/mediatool/mediatool/commit/38a27a3f9cdba008ef55aa21a0ec08ab14c74de6))
|
|
2489
|
+
* **ui/framework:** Bundling chakra together with own components ([cfa7325](https://github.com/mediatool/mediatool/commit/cfa7325608017f003b819d34697a7ce7726e01cd))
|
|
2490
|
+
* **ui/framework:** Call onChange when preset is selected. ([3d87e55](https://github.com/mediatool/mediatool/commit/3d87e5556317cf060b20639d24beee7a0bef9850))
|
|
2491
|
+
* **ui/framework:** Correctly whiten current color on hover ([60a1bec](https://github.com/mediatool/mediatool/commit/60a1bec1bbeb7f2474adad3b26f8fc2f9c1f148f))
|
|
2492
|
+
* **ui/framework:** depend on react in the right way ([16ab95f](https://github.com/mediatool/mediatool/commit/16ab95fef1edfe1aed98741d057c90c918b929cf))
|
|
2493
|
+
* **ui/framework:** Do not bundle chakra ([da3fb5c](https://github.com/mediatool/mediatool/commit/da3fb5c37bd166de38e38b6e3dc33680e629c0e6))
|
|
2494
|
+
* **ui/framework:** Fix a bug where day state got computed incorrectly ([3326a53](https://github.com/mediatool/mediatool/commit/3326a53481d5689abda98db6c6cfdb743d20e2c5))
|
|
2495
|
+
* **ui/framework:** Fixed vite error when auto complete import ([f8d3992](https://github.com/mediatool/mediatool/commit/f8d399273c41fb5c4cca70b1a36a9f06bcefa837))
|
|
2496
|
+
* **ui/framework:** lint errors ([984cdc4](https://github.com/mediatool/mediatool/commit/984cdc42071058677f94d76f922180fbd1909182))
|
|
2497
|
+
* **ui/framework:** Remove exports of props ([605aa69](https://github.com/mediatool/mediatool/commit/605aa6936986e762a077a0930b53a93054f9944d))
|
|
2498
|
+
* **ui/framework:** Revert back to old way ([5ac082c](https://github.com/mediatool/mediatool/commit/5ac082c5c031dff5b5f6d0210cd72770f4b3c667))
|
|
2499
|
+
* **ui/framework:** Use lighten instead of transparentize ([d2d36e8](https://github.com/mediatool/mediatool/commit/d2d36e817188e18043ec263d8ea5454fd4e47e3a))
|
|
2500
|
+
* **ui:** add focus border to link and buttons ([643b68b](https://github.com/mediatool/mediatool/commit/643b68bd131763a97bfe801cfcf051060cf8edb2))
|
|
2501
|
+
* **ui:** add ghost button ([5a523d0](https://github.com/mediatool/mediatool/commit/5a523d0f11c323b79dcdb3cf40620ec257de7b28))
|
|
2502
|
+
* **ui:** add main to package json ([276260d](https://github.com/mediatool/mediatool/commit/276260d94e393f6b7ef74c5cb4cca6a3e8dbc50c))
|
|
2503
|
+
* **ui:** add outline to radio ([8b82859](https://github.com/mediatool/mediatool/commit/8b828590914a0c01fabbd028f7d4f9bdd2db4598))
|
|
2504
|
+
* **ui:** add package json export ([824aa00](https://github.com/mediatool/mediatool/commit/824aa00e765afb6070688fd6b6a76852043a5308))
|
|
2505
|
+
* **ui:** fix console problem with palette ([aa81ddb](https://github.com/mediatool/mediatool/commit/aa81ddbb2c931f953b43b6f3519163e3581704e0))
|
|
2506
|
+
* **ui:** fix date pickers styling issues ([518cb91](https://github.com/mediatool/mediatool/commit/518cb911d402b02fc69cc33dd4c77a30364bf3cb))
|
|
2507
|
+
* **ui:** fix datepicker type error ([a1c2dd3](https://github.com/mediatool/mediatool/commit/a1c2dd3859466aef2cc75108d76e1ba2642048e3))
|
|
2508
|
+
* **ui:** fix small problems in build and add json-rollup plugin ([615d992](https://github.com/mediatool/mediatool/commit/615d992cf8372bee207514c3ff5f470e6ddf2452))
|
|
2509
|
+
* **ui:** fix yarn lock file ([676d64a](https://github.com/mediatool/mediatool/commit/676d64a2aecdddaba719b73239dee3d2c25d2c32))
|
|
2510
|
+
* **ui:** fixed docs link to chakra website ([b121977](https://github.com/mediatool/mediatool/commit/b1219775d0335423f9d2e34dc5552ba526c9545b))
|
|
2511
|
+
* **ui:** fixing eslint errors ([f354262](https://github.com/mediatool/mediatool/commit/f354262af629a08043a139348c8458bf9cdf25b6))
|
|
2512
|
+
* **ui:** forward ref to button in order to use tooltip ([9932da8](https://github.com/mediatool/mediatool/commit/9932da8caf06ee5895bc3d59713b2f6c753488ac))
|
|
2513
|
+
* **ui:** linting unit test text field ([673bc45](https://github.com/mediatool/mediatool/commit/673bc454e7bea0984551dbab9dd58baa35555fc4))
|
|
2514
|
+
* **ui:** make components more accessible using rem ([f92f740](https://github.com/mediatool/mediatool/commit/f92f740a61f7d6579010bb8d09ba51c3cd900c85))
|
|
2515
|
+
* **ui:** make unit test pass ([a4ed8f3](https://github.com/mediatool/mediatool/commit/a4ed8f38b0454e130bc69af8d78ea29fdd5c8f49))
|
|
2516
|
+
* **ui:** make unit tests pass ([df351ff](https://github.com/mediatool/mediatool/commit/df351ff27b3924e4c9c73756cab4235f84084a4c))
|
|
2517
|
+
* **ui:** Making tests pass ([f2a71fe](https://github.com/mediatool/mediatool/commit/f2a71feca567cc1836fa234e49275fb0e214b6df))
|
|
2518
|
+
* **ui:** move create trigger to the sidebar ([1c9eb40](https://github.com/mediatool/mediatool/commit/1c9eb40e486f0eee4b585924d7f5b60e7cabef44))
|
|
2519
|
+
* **ui:** navbar item ([af2c33f](https://github.com/mediatool/mediatool/commit/af2c33f5adf3d3f10d09bf6dd49c384c4472048b))
|
|
2520
|
+
* **ui:** new gray palette and rearrange form page ([c2e591b](https://github.com/mediatool/mediatool/commit/c2e591bcdbba0b4ca38d54a1eb027b347b2a8ef6))
|
|
2521
|
+
* **ui:** removing tildas ([f4737cd](https://github.com/mediatool/mediatool/commit/f4737cd867d95f301bf1353b2c11e5738b0e6927))
|
|
2522
|
+
* **ui:** rename files and small cosmetic changes ([f05e8a0](https://github.com/mediatool/mediatool/commit/f05e8a046ab3721ccf194e969c6c52d1b4b84dbc))
|
|
2523
|
+
* **ui:** rewrite textfield.tsx using as ([0f366d2](https://github.com/mediatool/mediatool/commit/0f366d2585d0889f827d0be1b367f866624a671f))
|
|
2524
|
+
* **ui:** Rewriting textfield component ([acdd653](https://github.com/mediatool/mediatool/commit/acdd6536828a39fff007dc67d05ec70e5b60bbb5))
|
|
2525
|
+
* **ui:** Set width of form to prevent overflow ([6a74177](https://github.com/mediatool/mediatool/commit/6a74177ac62d8b70be3015ffd30b5149fdc0b8a5))
|
|
2526
|
+
* **ui:** sorting alphabetically ([a11a7ae](https://github.com/mediatool/mediatool/commit/a11a7ae1c6bf1be9a20bba71ecb13ed607ac697d))
|
|
2527
|
+
* **ui:** transform borderWidth tokens to numbers ([b73665a](https://github.com/mediatool/mediatool/commit/b73665a184886b8fcdd125858f07c26d048a8ea4))
|
|
2528
|
+
* **ui:** type in palette color ([c5073cb](https://github.com/mediatool/mediatool/commit/c5073cbfff823e011153a66d43db12c1c82e8548))
|
|
2529
|
+
* **ui:** types of <TextField> ([712aceb](https://github.com/mediatool/mediatool/commit/712aceb03b0a3b02e2937462d2d5f7f7f8261c21))
|
|
2530
|
+
* **ui:** Typescript error with masked text input ([0e27272](https://github.com/mediatool/mediatool/commit/0e27272040f574169039c6e090cf967aa066211e))
|
|
2531
|
+
* **ui:** WAI accessibility ([26dfc13](https://github.com/mediatool/mediatool/commit/26dfc13c9efc354e58bd567999e19f1f5c23422a))
|
|
2532
|
+
|
|
2533
|
+
|
|
2534
|
+
### Features
|
|
2535
|
+
|
|
2536
|
+
* add calendar and datepicker ([801440b](https://github.com/mediatool/mediatool/commit/801440b776f256b3531bba6a6d8e2b89cd09cb3d))
|
|
2537
|
+
* add packages and calendar provider ([5a64b89](https://github.com/mediatool/mediatool/commit/5a64b8911ca01ef494df32feee56e004e3096b88))
|
|
2538
|
+
* **tokens:** add token folder ([5d77471](https://github.com/mediatool/mediatool/commit/5d77471de618455093c5bab46f1b0c9aae2dc7dd))
|
|
2539
|
+
* **ui/framework:** Bump version ([077e4aa](https://github.com/mediatool/mediatool/commit/077e4aaa7a5e354d1af2c18262d2929e9d911f6a))
|
|
2540
|
+
* **ui/framework:** Date range picker ([fad72ae](https://github.com/mediatool/mediatool/commit/fad72ae3d1a8b5147e8bda97d858efc83ae069c0))
|
|
2541
|
+
* **ui/framework:** Explicit font sizes on text ([1af33f3](https://github.com/mediatool/mediatool/commit/1af33f39c3645dd27eeba62896ce8dcfaef47106))
|
|
2542
|
+
* **ui/framework:** Icons and card component ([2cbe9f5](https://github.com/mediatool/mediatool/commit/2cbe9f5c6c3f60176665733bba63d4fb3a7a95b1))
|
|
2543
|
+
* **ui/framework:** Improve icon component ([54ee188](https://github.com/mediatool/mediatool/commit/54ee1888719185d56768b2b6ddc7c19d8a3694f7))
|
|
2544
|
+
* **ui/framework:** Incorporate mantine hooks ([534f657](https://github.com/mediatool/mediatool/commit/534f657527c8e9b1297e013f14b2b02d94c05dcd))
|
|
2545
|
+
* **ui/framework:** Initial Formik abstraction ([6fbb77c](https://github.com/mediatool/mediatool/commit/6fbb77c5caafa7d5ff307b42797318bff2f6dc34))
|
|
2546
|
+
* **ui/framework:** Move layout util components to framework ([3883ebc](https://github.com/mediatool/mediatool/commit/3883ebc5161fa877b319c319e998f2c79af7e994))
|
|
2547
|
+
* **ui/framework:** Move sandbox to framework ([5d4e93a](https://github.com/mediatool/mediatool/commit/5d4e93ab39a42ad5bef110fa1f4d0ea8e17ef83f))
|
|
2548
|
+
* **ui/framework:** Palette and sandbox ([b57f913](https://github.com/mediatool/mediatool/commit/b57f9138531182f98ffba4164a4f74588ac1af81))
|
|
2549
|
+
* **ui/framework:** Re-export Chakra components ([f4b6337](https://github.com/mediatool/mediatool/commit/f4b633715292e36a30f068e6b0ced934773efee1))
|
|
2550
|
+
* **ui/framework:** Re-think structure ([8609256](https://github.com/mediatool/mediatool/commit/8609256ba9e99e9406ed5bc08e35e7d0df29ec49))
|
|
2551
|
+
* **ui/framework:** Sidebar in demo and icon changes ([15578b4](https://github.com/mediatool/mediatool/commit/15578b4e6b9fda4b56e6a2a365b3f8da21a4ee35))
|
|
2552
|
+
* **ui/framework:** Single & multi date picker ([124b40e](https://github.com/mediatool/mediatool/commit/124b40eaa1e7b2b2fa058dfc0e4443496eb230f0))
|
|
2553
|
+
* **ui/framework:** Styled breadcrumbs ([e7d3e05](https://github.com/mediatool/mediatool/commit/e7d3e05b00c919499b8ab73df4dc86c7b4446eeb))
|
|
2554
|
+
* **ui/framework:** TextField abstractions ([ac24020](https://github.com/mediatool/mediatool/commit/ac24020c78e9111e3afc113a0a43e8d5ab650598))
|
|
2555
|
+
* **ui/framework:** Themify button and complete palette ([342ff03](https://github.com/mediatool/mediatool/commit/342ff03e027c021a7e698ff609a42f8a2efe02c1))
|
|
2556
|
+
* **ui/framework:** Topbar and sample breadcrumbs ([1a350e4](https://github.com/mediatool/mediatool/commit/1a350e422043491ed17125df3d8d38bef0167d8d))
|
|
2557
|
+
* **ui:** add app skeleton ([03c7554](https://github.com/mediatool/mediatool/commit/03c755454c9c746f41f522bca9695302f2278edc))
|
|
2558
|
+
* **ui:** add createTrigger component ([7346318](https://github.com/mediatool/mediatool/commit/7346318a779a7e27a454061166aa66160cb4f5fa))
|
|
2559
|
+
* **ui:** add focus-visible ([20a4876](https://github.com/mediatool/mediatool/commit/20a48764f5e3478c112f63b12f342769a1e3b570))
|
|
2560
|
+
* **ui:** add message icon and dummy topbar ([e1cdcc1](https://github.com/mediatool/mediatool/commit/e1cdcc1860cb6a7411ab020c7d4de68b9e046081))
|
|
2561
|
+
* **ui:** add navbarItem component ([fbfc4f3](https://github.com/mediatool/mediatool/commit/fbfc4f39cbac6251c79dfee0b09634fcbc2faaa4))
|
|
2562
|
+
* **ui:** add new icons for navigation ([c911bc3](https://github.com/mediatool/mediatool/commit/c911bc3aa5540a007bee2a7b5b0ca7a315237184))
|
|
2563
|
+
* **ui:** add new tokens, split global from theme ([c29f4bd](https://github.com/mediatool/mediatool/commit/c29f4bd7413616f4bbaf8674a90200af946d9a6a))
|
|
2564
|
+
* **ui:** add select and multiselect ([277893f](https://github.com/mediatool/mediatool/commit/277893fccfc40f7e20fadecf41e3a513373274e0))
|
|
2565
|
+
* **ui:** add status block component ([c6c4f86](https://github.com/mediatool/mediatool/commit/c6c4f86086bf6cf477dd48fab429b13f7b3a7f67))
|
|
2566
|
+
* **ui:** add status pin component ([e899f52](https://github.com/mediatool/mediatool/commit/e899f527aa2996a4cfe176a780e98cb2f2d19aa2))
|
|
2567
|
+
* **ui:** add style dictionary and tokens ([63f2eca](https://github.com/mediatool/mediatool/commit/63f2ecac7cf58dfdda2538f4bfa8be66e220dffe))
|
|
2568
|
+
* **ui:** add styling to inputs ([fd904c0](https://github.com/mediatool/mediatool/commit/fd904c0e72468e41ba755caf55e871894db4eb10))
|
|
2569
|
+
* **ui:** add subtle tag variant ([ec8ad85](https://github.com/mediatool/mediatool/commit/ec8ad85be9ab16ad369a92a6e2ab1b1aacb93746))
|
|
2570
|
+
* **ui:** added form label and font size tokens ([b1d686e](https://github.com/mediatool/mediatool/commit/b1d686efd1b74d00dbff9abe74f77e47a928da94))
|
|
2571
|
+
* **ui:** added more icons ([4d9849d](https://github.com/mediatool/mediatool/commit/4d9849d7ceb008b582f078bee31bed1551f2ffff))
|
|
2572
|
+
* **ui:** added stying to form labels ([baba852](https://github.com/mediatool/mediatool/commit/baba8529c43d6edbe59307bf4bf024c8fdb18ffd))
|
|
2573
|
+
* **ui:** added toast icons and tokens ([34c34d5](https://github.com/mediatool/mediatool/commit/34c34d5954511aaf5190d0775c990a7d20935ad9))
|
|
2574
|
+
* **ui:** build sidebar in demo page ([9a4e7b5](https://github.com/mediatool/mediatool/commit/9a4e7b57fbce75c176c5fdf3db7ed7333655f536))
|
|
2575
|
+
* **ui:** checkbox ([ee2993e](https://github.com/mediatool/mediatool/commit/ee2993e3990c71e5477e3651819421172a1d29f3))
|
|
2576
|
+
* **ui:** colorScheme support for select ([faad666](https://github.com/mediatool/mediatool/commit/faad66633bedf030f3d63838ee06dc656f55c0e4))
|
|
2577
|
+
* **ui:** extend button tokens to icon buttons ([c97a190](https://github.com/mediatool/mediatool/commit/c97a19020a4fa6bd94d515e3fe68a6ec36af1967))
|
|
2578
|
+
* **ui:** implement checkboxField component ([e59c207](https://github.com/mediatool/mediatool/commit/e59c2079d4fec792280c9ea3faa468728e1627e3))
|
|
2579
|
+
* **ui:** implement number input ([c461548](https://github.com/mediatool/mediatool/commit/c461548e17f9a34ca696878b2a3eeffffd1dbbca))
|
|
2580
|
+
* **ui:** implement RadioField component ([41649c4](https://github.com/mediatool/mediatool/commit/41649c449fd454459f30f1605c75b61df650c858))
|
|
2581
|
+
* **ui:** implement select ([3438145](https://github.com/mediatool/mediatool/commit/3438145560fd11d9adfaab8cf9ed5f0feb67dfad))
|
|
2582
|
+
* **ui:** implement switch component ([f40793c](https://github.com/mediatool/mediatool/commit/f40793cf73ba9de0d10d8662e0f2ad3279054cee))
|
|
2583
|
+
* **ui:** implement switchField component ([c83659f](https://github.com/mediatool/mediatool/commit/c83659ff684bc3058bf434e546fd2fa239d6c4a6))
|
|
2584
|
+
* **ui:** implementing textarea field ([8f2fdc3](https://github.com/mediatool/mediatool/commit/8f2fdc3b75a86a686394d8d10930c858a804d2bf))
|
|
2585
|
+
* **ui:** refactor button component to use tokens ([e475d06](https://github.com/mediatool/mediatool/commit/e475d0666602899dd11ea8b704a1cbe268458b5a))
|
|
2586
|
+
* **ui:** setup test enviroment ([a675818](https://github.com/mediatool/mediatool/commit/a675818f78b7c0677783d2a421e094d5745ca190))
|
|
2587
|
+
* **ui:** style basic tag component ([f66589a](https://github.com/mediatool/mediatool/commit/f66589a30bd22193a7bd36a546a7f1ebda5302fc))
|
|
2588
|
+
* **ui:** styled pin-input ([1989eef](https://github.com/mediatool/mediatool/commit/1989eef7cefd33bcab485d07a4a72a0dd370c8ec))
|
|
2589
|
+
* **ui:** styled textarea component ([c174758](https://github.com/mediatool/mediatool/commit/c1747580683423aa1d557221061f2556905d8683))
|
|
2590
|
+
* **ui:** styling for select ([6812641](https://github.com/mediatool/mediatool/commit/68126411733225094442dab80597f5465ef61524))
|
|
2591
|
+
* **ui:** styling for toast and implementation ([974d40a](https://github.com/mediatool/mediatool/commit/974d40a82dc7182c34d40f934fb1f38e3bbef0ce))
|
|
2592
|
+
* **ui:** styling number input ([85d9cf2](https://github.com/mediatool/mediatool/commit/85d9cf2d8d168a5df3578e595357e691c99b7a0a))
|
|
2593
|
+
* **ui:** styling scrollbar ([d7d060e](https://github.com/mediatool/mediatool/commit/d7d060e885688ecead658c1b13147dae26e073ec))
|
|
2594
|
+
* **ui:** unit test checkbox field ([fbe6f3a](https://github.com/mediatool/mediatool/commit/fbe6f3a7a9164a789a5f015ee85ad5b1af3ed1c0))
|
|
2595
|
+
* **ui:** unit test masked text input ([eb7badb](https://github.com/mediatool/mediatool/commit/eb7badb73200947863421387decb14774b786a74))
|
|
2596
|
+
* **ui:** unit test number input field ([e864112](https://github.com/mediatool/mediatool/commit/e864112daac5eaa3832eea8fe01ae9c45ff9d994))
|
|
2597
|
+
* **ui:** unit test radio field component ([dd6e9c9](https://github.com/mediatool/mediatool/commit/dd6e9c92bf24cb342a36f661812bf76b8ffbe36d))
|
|
2598
|
+
* **ui:** unit test select field ([89df168](https://github.com/mediatool/mediatool/commit/89df1681fd61221549c1a56be7dcc1321524564b))
|
|
2599
|
+
* **ui:** unit test switch field ([1119445](https://github.com/mediatool/mediatool/commit/1119445e76dc0fee24cc49a821812a731867ddb4))
|
|
2600
|
+
* **ui:** unit test text field ([ff94178](https://github.com/mediatool/mediatool/commit/ff94178f98f5c271d34d3ff40de2ed1841917659))
|