@amboss/design-system 1.0.0-canary-4 β†’ 1.0.0

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 ADDED
@@ -0,0 +1,1794 @@
1
+ # v1.0.0 (Fri Dec 10 2021)
2
+
3
+ ### Release Notes
4
+
5
+ #### Emotion js rc 1 ([#398](https://github.com/amboss-mededu/amboss-design-system/pull/398))
6
+
7
+ Migrate DS to from scss to emotion.js
8
+
9
+ BREAKING:
10
+ As a consumer of DS - make sure to add ThemeProvider to the top of your react tree.
11
+
12
+ - use of styled components intead of scss
13
+ - new way to work with media queries
14
+ - new templates for cli command
15
+
16
+ #### Text migrate2 ([#397](https://github.com/amboss-mededu/amboss-design-system/pull/397))
17
+
18
+ - migrated Text component
19
+ - added the variant="info" example
20
+ - updated Link component
21
+
22
+ #### LEAR-2253 Migrate Icon + Tabs to Emotion ([#393](https://github.com/amboss-mededu/amboss-design-system/pull/393))
23
+
24
+ * Migrate Icon to Emotion
25
+ * Migrate Tabs to Emotion
26
+
27
+ #### [LEAR-2225] Migrate `Select` + `Button` + `MediaViewerBar` + `FormLabelText` + `CardHeader` + `VirtualScrollList` to Emotion ([#384](https://github.com/amboss-mededu/amboss-design-system/pull/384))
28
+
29
+ - migrate Select to Emotion
30
+
31
+ #### [LEAR-2198] Toggle + FormField + PictogramButton to Emotion ([#372](https://github.com/amboss-mededu/amboss-design-system/pull/372))
32
+
33
+ Put your release notes here
34
+
35
+ #### migrated Inline component ([#371](https://github.com/amboss-mededu/amboss-design-system/pull/371))
36
+
37
+ - migrated Inline component
38
+ - cleaned up Stack styles
39
+
40
+ ---
41
+
42
+ #### πŸ’₯ Breaking Change
43
+
44
+ - fix build and add documentation [#398](https://github.com/amboss-mededu/amboss-design-system/pull/398) ([@clbagrat](https://github.com/clbagrat))
45
+ - Emotion js rc 1 [#398](https://github.com/amboss-mededu/amboss-design-system/pull/398) ([@clbagrat](https://github.com/clbagrat) [@Hadh](https://github.com/Hadh) vmh@amboss.com anm@amboss.com [@frannie-zr](https://github.com/frannie-zr) [@bbt-amboss](https://github.com/bbt-amboss) [@webforte](https://github.com/webforte) [@ElisaMassafra](https://github.com/ElisaMassafra))
46
+
47
+ #### πŸ› Bug Fix
48
+
49
+ - Text migrate2 [#397](https://github.com/amboss-mededu/amboss-design-system/pull/397) (vmh@amboss.com)
50
+ - LEAR-2253 Migrate Icon + Tabs to Emotion [#393](https://github.com/amboss-mededu/amboss-design-system/pull/393) ([@webforte](https://github.com/webforte))
51
+ - [LEAR-2225] Migrate `Select` + `Button` + `MediaViewerBar` + `FormLabelText` + `CardHeader` + `VirtualScrollList` to Emotion [#384](https://github.com/amboss-mededu/amboss-design-system/pull/384) ([@webforte](https://github.com/webforte))
52
+ - [LEAR-2198] Toggle + FormField + PictogramButton to Emotion [#372](https://github.com/amboss-mededu/amboss-design-system/pull/372) ([@webforte](https://github.com/webforte))
53
+ - migrated Inline component [#371](https://github.com/amboss-mededu/amboss-design-system/pull/371) (vmh@amboss.com)
54
+
55
+ #### Authors: 8
56
+
57
+ - [@frannie-zr](https://github.com/frannie-zr)
58
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
59
+ - Anita (anm@amboss.com)
60
+ - Benjamin Bortfeldt-Roß ([@bbt-amboss](https://github.com/bbt-amboss))
61
+ - Bob ([@vladimir-fsh](https://github.com/vladimir-fsh))
62
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
63
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
64
+ - Konstantin ([@webforte](https://github.com/webforte))
65
+
66
+ ---
67
+
68
+ # v0.27.2 (Thu Dec 02 2021)
69
+
70
+ ### Release Notes
71
+
72
+ #### Added info variant to text and icon ([#394](https://github.com/amboss-mededu/amboss-design-system/pull/394))
73
+
74
+ Added info variant to text and to icon
75
+
76
+ ---
77
+
78
+ #### πŸ› Bug Fix
79
+
80
+ - Added info variant to text and icon [#394](https://github.com/amboss-mededu/amboss-design-system/pull/394) ([@ElisaMassafra](https://github.com/ElisaMassafra))
81
+
82
+ #### Authors: 1
83
+
84
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
85
+
86
+ ---
87
+
88
+ # v0.27.1 (Fri Nov 19 2021)
89
+
90
+ ### Release Notes
91
+
92
+ #### Expose event argument to onClick functions on DropdownMenu ([#386](https://github.com/amboss-mededu/amboss-design-system/pull/386))
93
+
94
+ Expose event argument to onClick functions on DropdownMenu
95
+
96
+ ---
97
+
98
+ #### πŸ› Bug Fix
99
+
100
+ - Expose event argument to onClick functions on DropdownMenu [#386](https://github.com/amboss-mededu/amboss-design-system/pull/386) ([@frannie-zr](https://github.com/frannie-zr))
101
+
102
+ #### Authors: 1
103
+
104
+ - [@frannie-zr](https://github.com/frannie-zr)
105
+
106
+ ---
107
+
108
+ # v0.27.0 (Tue Nov 16 2021)
109
+
110
+ ### Release Notes
111
+
112
+ #### [Lear 2191] add update 16px icons ([#381](https://github.com/amboss-mededu/amboss-design-system/pull/381))
113
+
114
+ Adds / Updates many 16px icons
115
+ Adds 24px icons that correspond to the 16px icons if they were missing
116
+ Updates the Tokens-Icons page so that you can actually see the 16px icons to check how they look.
117
+ ![image](https://user-images.githubusercontent.com/13097510/141981900-cc9dcc28-2eb8-4031-8e4c-c38acfab6e6d.png)
118
+
119
+ ---
120
+
121
+ #### πŸš€ Enhancement
122
+
123
+ - [Lear 2191] add update 16px icons [#381](https://github.com/amboss-mededu/amboss-design-system/pull/381) ([@smooth-opperator](https://github.com/smooth-opperator))
124
+
125
+ #### Authors: 1
126
+
127
+ - Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
128
+
129
+ ---
130
+
131
+ # v0.26.10 (Tue Nov 16 2021)
132
+
133
+ ### Release Notes
134
+
135
+ #### Fix space between typo ([#382](https://github.com/amboss-mededu/amboss-design-system/pull/382))
136
+
137
+ Fix Inline component spaceBetween typo in scss
138
+
139
+ ---
140
+
141
+ #### πŸ› Bug Fix
142
+
143
+ - Fix space between typo [#382](https://github.com/amboss-mededu/amboss-design-system/pull/382) ([@LimChorngUan](https://github.com/LimChorngUan))
144
+
145
+ #### Authors: 1
146
+
147
+ - [@LimChorngUan](https://github.com/LimChorngUan)
148
+
149
+ ---
150
+
151
+ # v0.26.9 (Tue Nov 16 2021)
152
+
153
+ ### Release Notes
154
+
155
+ #### [LEAR-2178] Add small variant of Toggle ([#362](https://github.com/amboss-mededu/amboss-design-system/pull/362))
156
+
157
+ - Adds a small variant by introducing the size prop to Toggle with updated documentation
158
+
159
+ ---
160
+
161
+ #### πŸ› Bug Fix
162
+
163
+ - [LEAR-2178] Add small variant of Toggle [#362](https://github.com/amboss-mededu/amboss-design-system/pull/362) ([@webforte](https://github.com/webforte))
164
+
165
+ #### Authors: 1
166
+
167
+ - Konstantin ([@webforte](https://github.com/webforte))
168
+
169
+ ---
170
+
171
+ # v0.26.8 (Thu Nov 11 2021)
172
+
173
+ ### Release Notes
174
+
175
+ #### [LEAR-2206] Fix infinite loop inside Select ([#374](https://github.com/amboss-mededu/amboss-design-system/pull/374))
176
+
177
+ This removes a useEffect dependency in order not to endlessly fire the
178
+ callback. This may be a temporary solution in order to prevent UI
179
+ freezes in production.
180
+
181
+ Put your release notes here
182
+
183
+ ---
184
+
185
+ #### πŸ› Bug Fix
186
+
187
+ - [LEAR-2206] Fix infinite loop inside Select [#374](https://github.com/amboss-mededu/amboss-design-system/pull/374) ([@webforte](https://github.com/webforte))
188
+
189
+ #### Authors: 1
190
+
191
+ - Konstantin ([@webforte](https://github.com/webforte))
192
+
193
+ ---
194
+
195
+ # v0.26.7 (Mon Nov 08 2021)
196
+
197
+ ### Release Notes
198
+
199
+ #### Add alert-triangle icon ([#365](https://github.com/amboss-mededu/amboss-design-system/pull/365))
200
+
201
+ Add alert-triangle icon
202
+
203
+ ---
204
+
205
+ #### πŸ› Bug Fix
206
+
207
+ - Add alert-triangle icon [#365](https://github.com/amboss-mededu/amboss-design-system/pull/365) ([@jaseeva](https://github.com/jaseeva))
208
+
209
+ #### Authors: 1
210
+
211
+ - Julia ([@jaseeva](https://github.com/jaseeva))
212
+
213
+ ---
214
+
215
+ # v0.26.6 (Mon Nov 08 2021)
216
+
217
+ ### Release Notes
218
+
219
+ #### [LEAR-2127] Improve vertical centering inside MediaViewerBar ([#361](https://github.com/amboss-mededu/amboss-design-system/pull/361))
220
+
221
+ - his resolves the issue where items in MediaViewerBar would not exactly vertically align. It's solved by adding a wrap around item with display set to flex.
222
+ - make button variants style safe for dimmed sub theme
223
+
224
+ ---
225
+
226
+ #### πŸ› Bug Fix
227
+
228
+ - [LEAR-2127] Improve vertical centering inside MediaViewerBar [#361](https://github.com/amboss-mededu/amboss-design-system/pull/361) ([@webforte](https://github.com/webforte))
229
+
230
+ #### Authors: 1
231
+
232
+ - Konstantin ([@webforte](https://github.com/webforte))
233
+
234
+ ---
235
+
236
+ # v0.26.5 (Fri Oct 29 2021)
237
+
238
+ #### πŸ› Bug Fix
239
+
240
+ - Fixed select bug that triggers endless onchange events [#360](https://github.com/amboss-mededu/amboss-design-system/pull/360) ([@ElisaMassafra](https://github.com/ElisaMassafra))
241
+
242
+ #### Authors: 1
243
+
244
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
245
+
246
+ ---
247
+
248
+ # v0.26.4 (Thu Oct 28 2021)
249
+
250
+ ### Release Notes
251
+
252
+ #### Fixed select bug and fixed autocomplete ([#358](https://github.com/amboss-mededu/amboss-design-system/pull/358))
253
+
254
+ Fixed a bug in the select where if the initial passed value changed, the hidden select wasn't updating
255
+ Fixed autocomplete on the right field in the select
256
+
257
+ ---
258
+
259
+ #### πŸ› Bug Fix
260
+
261
+ - Fixed select bug and fixed autocomplete [#358](https://github.com/amboss-mededu/amboss-design-system/pull/358) ([@ElisaMassafra](https://github.com/ElisaMassafra))
262
+
263
+ #### Authors: 1
264
+
265
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
266
+
267
+ ---
268
+
269
+ # v0.26.3 (Thu Oct 28 2021)
270
+
271
+ ### Release Notes
272
+
273
+ #### [LEAR-2154] activate multi theme for Header ([#355](https://github.com/amboss-mededu/amboss-design-system/pull/355))
274
+
275
+ This removes the disabling of multiTheme setting in Header stories file.
276
+
277
+ ---
278
+
279
+ #### πŸ› Bug Fix
280
+
281
+ - [LEAR-2154] activate multi theme for Header [#355](https://github.com/amboss-mededu/amboss-design-system/pull/355) ([@webforte](https://github.com/webforte))
282
+
283
+ #### Authors: 1
284
+
285
+ - Konstantin ([@webforte](https://github.com/webforte))
286
+
287
+ ---
288
+
289
+ # v0.26.2 (Tue Oct 26 2021)
290
+
291
+ ### Release Notes
292
+
293
+ #### [SRCH-1205] Add article, education, search, folder, x icons ([#353](https://github.com/amboss-mededu/amboss-design-system/pull/353))
294
+
295
+ Put your release notes here
296
+
297
+ ---
298
+
299
+ #### πŸ› Bug Fix
300
+
301
+ - [SRCH-1205] Add article, education, search, folder, x icons [#353](https://github.com/amboss-mededu/amboss-design-system/pull/353) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
302
+
303
+ #### Authors: 2
304
+
305
+ - [@anitamikas](https://github.com/anitamikas)
306
+ - Anita (anm@amboss.com)
307
+
308
+ ---
309
+
310
+ # v0.26.1 (Fri Oct 22 2021)
311
+
312
+ ### Release Notes
313
+
314
+ #### Add warning variant and text transfrom ([#350](https://github.com/amboss-mededu/amboss-design-system/pull/350))
315
+
316
+ Changes for Text:
317
+ - Add text transform
318
+ - Add warning variant
319
+
320
+ ---
321
+
322
+ #### πŸ› Bug Fix
323
+
324
+ - Add warning variant and text transfrom [#350](https://github.com/amboss-mededu/amboss-design-system/pull/350) ([@LimChorngUan](https://github.com/LimChorngUan))
325
+
326
+ #### Authors: 1
327
+
328
+ - [@LimChorngUan](https://github.com/LimChorngUan)
329
+
330
+ ---
331
+
332
+ # v0.26.0 (Wed Oct 20 2021)
333
+
334
+ ### Release Notes
335
+
336
+ #### [SRCH-1195] Add new course Icon to the Design System ([#349](https://github.com/amboss-mededu/amboss-design-system/pull/349))
337
+
338
+ Put your release notes here
339
+
340
+ #### Container Component ([#348](https://github.com/amboss-mededu/amboss-design-system/pull/348))
341
+
342
+ - Adding text to `Divider` component
343
+ - Introducing `Container` component
344
+
345
+ ---
346
+
347
+ #### πŸš€ Enhancement
348
+
349
+ - Container Component [#348](https://github.com/amboss-mededu/amboss-design-system/pull/348) ([@Hadh](https://github.com/Hadh) [@clbagrat](https://github.com/clbagrat))
350
+
351
+ #### πŸ› Bug Fix
352
+
353
+ - [SRCH-1195] Add new course Icon to the Design System [#349](https://github.com/amboss-mededu/amboss-design-system/pull/349) (jenkins@miamed.de [@anitamikas](https://github.com/anitamikas))
354
+
355
+ #### Authors: 4
356
+
357
+ - [@anitamikas](https://github.com/anitamikas)
358
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
359
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
360
+ - Jenkins (jenkins@miamed.de)
361
+
362
+ ---
363
+
364
+ # v0.25.19 (Fri Oct 15 2021)
365
+
366
+ ### Release Notes
367
+
368
+ #### Add disabled prop to DropdownMenu ([#343](https://github.com/amboss-mededu/amboss-design-system/pull/343))
369
+
370
+ Add disabled prop to DropdownMenu
371
+
372
+ ---
373
+
374
+ #### πŸ› Bug Fix
375
+
376
+ - Add disabled prop to DropdownMenu [#343](https://github.com/amboss-mededu/amboss-design-system/pull/343) ([@LimChorngUan](https://github.com/LimChorngUan))
377
+
378
+ #### Authors: 1
379
+
380
+ - [@LimChorngUan](https://github.com/LimChorngUan)
381
+
382
+ ---
383
+
384
+ # v0.25.18 (Fri Oct 15 2021)
385
+
386
+ ### Release Notes
387
+
388
+ #### LEAR-2062 add a progress bar component ([#325](https://github.com/amboss-mededu/amboss-design-system/pull/325))
389
+
390
+ Add two different progress bar components to the design system.
391
+ 1. `ProgressBar` which is a simple progress bar with a max value and a progress value
392
+ 2. `SegmentedProgressBar` which might have several progress segments (`success`, `alert` and `error`)
393
+
394
+ ---
395
+
396
+ #### πŸ› Bug Fix
397
+
398
+ - LEAR-2062 add a progress bar component [#325](https://github.com/amboss-mededu/amboss-design-system/pull/325) ([@bbt-amboss](https://github.com/bbt-amboss))
399
+
400
+ #### Authors: 1
401
+
402
+ - Benjamin Bortfeldt-Roß ([@bbt-amboss](https://github.com/bbt-amboss))
403
+
404
+ ---
405
+
406
+ # v0.25.17 (Tue Oct 12 2021)
407
+
408
+ #### πŸ› Bug Fix
409
+
410
+ - Add icons [#339](https://github.com/amboss-mededu/amboss-design-system/pull/339) ([@frannie-zr](https://github.com/frannie-zr))
411
+
412
+ #### Authors: 1
413
+
414
+ - [@frannie-zr](https://github.com/frannie-zr)
415
+
416
+ ---
417
+
418
+ # v0.25.16 (Fri Oct 08 2021)
419
+
420
+ ### Release Notes
421
+
422
+ #### COR-1313 ([#337](https://github.com/amboss-mededu/amboss-design-system/pull/337))
423
+
424
+ - Moved badges listing to a separate file
425
+ - Added correct badge to all component
426
+ - Added tooltips to display descriptions about the indicated badge
427
+
428
+ ---
429
+
430
+ #### πŸ› Bug Fix
431
+
432
+ - commit package-lock.json [#338](https://github.com/amboss-mededu/amboss-design-system/pull/338) ([@Hadh](https://github.com/Hadh))
433
+
434
+ #### πŸ“ Documentation
435
+
436
+ - COR-1313 [#337](https://github.com/amboss-mededu/amboss-design-system/pull/337) ([@Hadh](https://github.com/Hadh))
437
+
438
+ #### Authors: 1
439
+
440
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
441
+
442
+ ---
443
+
444
+ # v0.25.15 (Tue Oct 05 2021)
445
+
446
+ ### Release Notes
447
+
448
+ #### Added autocomplete option to select ([#332](https://github.com/amboss-mededu/amboss-design-system/pull/332))
449
+
450
+ Added autocomplete option to form select
451
+
452
+ ---
453
+
454
+ #### πŸ› Bug Fix
455
+
456
+ - Added autocomplete option to select [#332](https://github.com/amboss-mededu/amboss-design-system/pull/332) ([@ElisaMassafra](https://github.com/ElisaMassafra))
457
+
458
+ #### Authors: 1
459
+
460
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
461
+
462
+ ---
463
+
464
+ # v0.25.14 (Thu Sep 30 2021)
465
+
466
+ ### Release Notes
467
+
468
+ #### [DS-Icon] add play-filled icon to assets ([#330](https://github.com/amboss-mededu/amboss-design-system/pull/330))
469
+
470
+ add play-filled icon in 24px and 16px
471
+
472
+ ---
473
+
474
+ #### πŸ› Bug Fix
475
+
476
+ - [DS-Icon] add play-filled icon to assets [#330](https://github.com/amboss-mededu/amboss-design-system/pull/330) ([@Svemakawe](https://github.com/Svemakawe))
477
+
478
+ #### Authors: 1
479
+
480
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
481
+
482
+ ---
483
+
484
+ # v0.25.13 (Thu Sep 30 2021)
485
+
486
+ ### Release Notes
487
+
488
+ #### Possibility to pass id for Header elements ([#329](https://github.com/amboss-mededu/amboss-design-system/pull/329))
489
+
490
+ Added possibility to pass id for Header elements
491
+
492
+ ---
493
+
494
+ #### πŸ› Bug Fix
495
+
496
+ - Possibility to pass id for Header elements [#329](https://github.com/amboss-mededu/amboss-design-system/pull/329) ([@jaseeva](https://github.com/jaseeva))
497
+
498
+ #### Authors: 1
499
+
500
+ - Julia ([@jaseeva](https://github.com/jaseeva))
501
+
502
+ ---
503
+
504
+ # v0.25.12 (Wed Sep 29 2021)
505
+
506
+ #### πŸ› Bug Fix
507
+
508
+ - Export MediaViewerBar [#328](https://github.com/amboss-mededu/amboss-design-system/pull/328) ([@LimChorngUan](https://github.com/LimChorngUan))
509
+
510
+ #### Authors: 1
511
+
512
+ - [@LimChorngUan](https://github.com/LimChorngUan)
513
+
514
+ ---
515
+
516
+ # v0.25.11 (Wed Sep 29 2021)
517
+
518
+ ### Release Notes
519
+
520
+ #### Add inline icon option ([#326](https://github.com/amboss-mededu/amboss-design-system/pull/326))
521
+
522
+ Icon can be used as an inline element
523
+
524
+ ---
525
+
526
+ #### πŸ› Bug Fix
527
+
528
+ - Add inline icon option [#326](https://github.com/amboss-mededu/amboss-design-system/pull/326) ([@jaseeva](https://github.com/jaseeva))
529
+
530
+ #### Authors: 1
531
+
532
+ - Julia ([@jaseeva](https://github.com/jaseeva))
533
+
534
+ ---
535
+
536
+ # v0.25.10 (Thu Sep 23 2021)
537
+
538
+ ### Release Notes
539
+
540
+ #### [DS-empty-bug] adjust margin of stack- and inline-items ([#322](https://github.com/amboss-mededu/amboss-design-system/pull/322))
541
+
542
+ - set margin-top of stack-items to 0 if nodes are empty
543
+ - set margin-top and margin-left of inline-items to 0 if nodes are empty
544
+ - set width, margin and padding of columns with empty nodes inside to 0.
545
+
546
+ ---
547
+
548
+ #### πŸ› Bug Fix
549
+
550
+ - [DS-empty-bug] adjust margin of stack- and inline-items [#322](https://github.com/amboss-mededu/amboss-design-system/pull/322) ([@Svemakawe](https://github.com/Svemakawe))
551
+
552
+ #### Authors: 1
553
+
554
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
555
+
556
+ ---
557
+
558
+ # v0.25.9 (Tue Sep 21 2021)
559
+
560
+ #### πŸ› Bug Fix
561
+
562
+ - Export PictogramButton [#321](https://github.com/amboss-mededu/amboss-design-system/pull/321) ([@frannie-zr](https://github.com/frannie-zr))
563
+
564
+ #### Authors: 1
565
+
566
+ - [@frannie-zr](https://github.com/frannie-zr)
567
+
568
+ ---
569
+
570
+ # v0.25.8 (Mon Sep 20 2021)
571
+
572
+ ### Release Notes
573
+
574
+ #### [SRCH-1121] Correct position of the labels in SearchResult ([#320](https://github.com/amboss-mededu/amboss-design-system/pull/320))
575
+
576
+ Put your release notes here
577
+
578
+ ---
579
+
580
+ #### πŸ› Bug Fix
581
+
582
+ - [SRCH-1121] Correct position of the labels in SearchResult [#320](https://github.com/amboss-mededu/amboss-design-system/pull/320) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
583
+ - replace storybook logo [#318](https://github.com/amboss-mededu/amboss-design-system/pull/318) ([@clbagrat](https://github.com/clbagrat))
584
+
585
+ #### Authors: 3
586
+
587
+ - [@anitamikas](https://github.com/anitamikas)
588
+ - Anita (anm@amboss.com)
589
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
590
+
591
+ ---
592
+
593
+ # v0.25.7 (Sun Sep 19 2021)
594
+
595
+ #### ⚠️ Pushed to `main`
596
+
597
+ - add support for p tags in styled text ([@bbt-amboss](https://github.com/bbt-amboss))
598
+
599
+ #### Authors: 1
600
+
601
+ - Benjamin Bortfeldt-Roß ([@bbt-amboss](https://github.com/bbt-amboss))
602
+
603
+ ---
604
+
605
+ # v0.25.6 (Fri Sep 17 2021)
606
+
607
+ #### πŸ› Bug Fix
608
+
609
+ - add fill size option for column [#317](https://github.com/amboss-mededu/amboss-design-system/pull/317) ([@clbagrat](https://github.com/clbagrat))
610
+
611
+ #### Authors: 1
612
+
613
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
614
+
615
+ ---
616
+
617
+ # v0.25.5 (Thu Sep 16 2021)
618
+
619
+ ### Release Notes
620
+
621
+ #### Docs reformat ([#311](https://github.com/amboss-mededu/amboss-design-system/pull/311))
622
+
623
+ New format of docs.
624
+ Now they are on a same level as stories.
625
+ No docs tab anymore.
626
+
627
+ ---
628
+
629
+ #### πŸ› Bug Fix
630
+
631
+ - update Select component [#316](https://github.com/amboss-mededu/amboss-design-system/pull/316) ([@clbagrat](https://github.com/clbagrat))
632
+
633
+ #### 🏠 Internal
634
+
635
+ - enhance component cli tool [#310](https://github.com/amboss-mededu/amboss-design-system/pull/310) ([@clbagrat](https://github.com/clbagrat))
636
+ - Docs reformat [#311](https://github.com/amboss-mededu/amboss-design-system/pull/311) ([@clbagrat](https://github.com/clbagrat))
637
+
638
+ #### πŸ“ Documentation
639
+
640
+ - order stories based on name, not file format [#315](https://github.com/amboss-mededu/amboss-design-system/pull/315) ([@clbagrat](https://github.com/clbagrat))
641
+
642
+ #### Authors: 1
643
+
644
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
645
+
646
+ ---
647
+
648
+ # v0.25.4 (Fri Sep 10 2021)
649
+
650
+ ### Release Notes
651
+
652
+ #### [LEAR-2057] Loading Button ([#308](https://github.com/amboss-mededu/amboss-design-system/pull/308))
653
+
654
+ - Add `loading` prop to Button. If `loading` is set to true, a loader spinner overlay is shown on the button, the button is disabled as well and the children inherit transparent colour.
655
+ - Add disabled token
656
+
657
+ ---
658
+
659
+ #### πŸ› Bug Fix
660
+
661
+ - [LEAR-2057] Loading Button [#308](https://github.com/amboss-mededu/amboss-design-system/pull/308) ([@LimChorngUan](https://github.com/LimChorngUan))
662
+
663
+ #### Authors: 1
664
+
665
+ - [@LimChorngUan](https://github.com/LimChorngUan)
666
+
667
+ ---
668
+
669
+ # v0.25.3 (Fri Sep 10 2021)
670
+
671
+ ### Release Notes
672
+
673
+ #### fix server prefix to support dependabot branch names ([#309](https://github.com/amboss-mededu/amboss-design-system/pull/309))
674
+
675
+ Put your release notes here
676
+
677
+ ---
678
+
679
+ #### πŸ› Bug Fix
680
+
681
+ - fix server prefix to support dependabot branch names [#309](https://github.com/amboss-mededu/amboss-design-system/pull/309) ([@OlfaKaroui](https://github.com/OlfaKaroui))
682
+
683
+ #### Authors: 1
684
+
685
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
686
+
687
+ ---
688
+
689
+ # v0.25.2 (Fri Sep 10 2021)
690
+
691
+ ### Release Notes
692
+
693
+ #### [SRCH-1095] Fix wrapping issue in SearchResult on small screens ([#302](https://github.com/amboss-mededu/amboss-design-system/pull/302))
694
+
695
+ Put your release notes here
696
+
697
+ ---
698
+
699
+ #### πŸ› Bug Fix
700
+
701
+ - [SRCH-1095] Fix wrapping issue in SearchResult on small screens [#302](https://github.com/amboss-mededu/amboss-design-system/pull/302) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
702
+
703
+ #### Authors: 2
704
+
705
+ - [@anitamikas](https://github.com/anitamikas)
706
+ - Anita (anm@amboss.com)
707
+
708
+ ---
709
+
710
+ # v0.25.1 (Thu Sep 09 2021)
711
+
712
+ ### Release Notes
713
+
714
+ #### use DS_CHROMATIC_TOKEN instead of hardcode ([#304](https://github.com/amboss-mededu/amboss-design-system/pull/304))
715
+
716
+
717
+
718
+ ---
719
+
720
+ #### πŸ› Bug Fix
721
+
722
+ - remove custom styles for focus [#307](https://github.com/amboss-mededu/amboss-design-system/pull/307) ([@clbagrat](https://github.com/clbagrat))
723
+
724
+ #### 🏠 Internal
725
+
726
+ - use DS_CHROMATIC_TOKEN instead of hardcode [#304](https://github.com/amboss-mededu/amboss-design-system/pull/304) ([@clbagrat](https://github.com/clbagrat))
727
+
728
+ #### Authors: 1
729
+
730
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
731
+
732
+ ---
733
+
734
+ # v0.25.0 (Tue Aug 31 2021)
735
+
736
+ ### Release Notes
737
+
738
+ #### [LEAR-1963] Add <MediaViewerBar /> and <PictogramButton /> component ([#298](https://github.com/amboss-mededu/amboss-design-system/pull/298))
739
+
740
+ Design: https://www.figma.com/file/u10E09iuSp9NVFXRjWQwbb/Improvements-2021Q3?node-id=369%3A145
741
+
742
+ For further info please refer to [LEAR-1963](https://miamed.atlassian.net/browse/LEAR-1963).
743
+
744
+ ![image](https://user-images.githubusercontent.com/5497140/131498009-702c43b6-eee1-456e-9328-173ed8f17427.png)
745
+ ![image](https://user-images.githubusercontent.com/5497140/131498055-d55d30d7-829f-4b78-8522-485f9cd79bc9.png)
746
+
747
+ ---
748
+
749
+ #### πŸš€ Enhancement
750
+
751
+ - [LEAR-1963] Add <MediaViewerBar /> and <PictogramButton /> component [#298](https://github.com/amboss-mededu/amboss-design-system/pull/298) ([@webforte](https://github.com/webforte))
752
+
753
+ #### Authors: 1
754
+
755
+ - Konstantin ([@webforte](https://github.com/webforte))
756
+
757
+ ---
758
+
759
+ # v0.24.4 (Mon Aug 30 2021)
760
+
761
+ ### Release Notes
762
+
763
+ #### Introduce hyphens property to Text component ([#301](https://github.com/amboss-mededu/amboss-design-system/pull/301))
764
+
765
+ Added hyphens property to the Text Component.
766
+
767
+ ---
768
+
769
+ #### πŸ› Bug Fix
770
+
771
+ - Introduce hyphens property to Text component [#301](https://github.com/amboss-mededu/amboss-design-system/pull/301) ([@clbagrat](https://github.com/clbagrat) anm@amboss.com [@anitamikas](https://github.com/anitamikas))
772
+
773
+ #### Authors: 3
774
+
775
+ - [@anitamikas](https://github.com/anitamikas)
776
+ - Anita (anm@amboss.com)
777
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
778
+
779
+ ---
780
+
781
+ # v0.24.3 (Wed Aug 25 2021)
782
+
783
+ ### Release Notes
784
+
785
+ #### [SRCH-1072] Changed the color of icons in Search Result ([#299](https://github.com/amboss-mededu/amboss-design-system/pull/299))
786
+
787
+ Changed the color of icons, reduced the number of lines in results and
788
+ in secondary targets. The changes were requested by the design team.
789
+
790
+ ---
791
+
792
+ #### πŸ› Bug Fix
793
+
794
+ - [SRCH-1072] Changed the color of icons in Search Result [#299](https://github.com/amboss-mededu/amboss-design-system/pull/299) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
795
+
796
+ #### Authors: 2
797
+
798
+ - [@anitamikas](https://github.com/anitamikas)
799
+ - Anita (anm@amboss.com)
800
+
801
+ ---
802
+
803
+ # v0.24.2 (Wed Aug 18 2021)
804
+
805
+ ### Release Notes
806
+
807
+ #### add trash icon ([#293](https://github.com/amboss-mededu/amboss-design-system/pull/293))
808
+
809
+ add trash-2 icon from Feathericons to the DS
810
+
811
+ ---
812
+
813
+ #### πŸ› Bug Fix
814
+
815
+ - add trash icon [#293](https://github.com/amboss-mededu/amboss-design-system/pull/293) ([@abud4646](https://github.com/abud4646))
816
+
817
+ #### Authors: 1
818
+
819
+ - Abdulrahman Davutoglu ([@abud4646](https://github.com/abud4646))
820
+
821
+ ---
822
+
823
+ # v0.24.1 (Thu Aug 12 2021)
824
+
825
+ ### Release Notes
826
+
827
+ #### LEAR-1968 Update dropdown ([#288](https://github.com/amboss-mededu/amboss-design-system/pull/288))
828
+
829
+ Dropdown menu update:
830
+ - menu item accepts separator
831
+ - menu item accepts icon
832
+ - menu item can be emphasized
833
+ - reduce dropdown border radius
834
+ - remove margin between menu items
835
+ - left aligned menu item
836
+ - add min-width
837
+
838
+ Button update:
839
+ - add privateProps alignItems and rightIconVariant
840
+
841
+ ---
842
+
843
+ #### πŸ› Bug Fix
844
+
845
+ - LEAR-1968 Update dropdown [#288](https://github.com/amboss-mededu/amboss-design-system/pull/288) ([@LimChorngUan](https://github.com/LimChorngUan))
846
+
847
+ #### Authors: 1
848
+
849
+ - [@LimChorngUan](https://github.com/LimChorngUan)
850
+
851
+ ---
852
+
853
+ # v0.24.0 (Thu Aug 12 2021)
854
+
855
+ ### Release Notes
856
+
857
+ #### [LEAR-1959] create 16x16 icons set ([#291](https://github.com/amboss-mededu/amboss-design-system/pull/291))
858
+
859
+ Add a 16x16px icon set as part of the assets, small icons usages will now use the 16x16 icon files.
860
+
861
+ ---
862
+
863
+ #### πŸš€ Enhancement
864
+
865
+ - [LEAR-1959] create 16x16 icons set [#291](https://github.com/amboss-mededu/amboss-design-system/pull/291) ([@EdgarBurelo](https://github.com/EdgarBurelo))
866
+
867
+ #### Authors: 1
868
+
869
+ - Edgar Burelo ([@EdgarBurelo](https://github.com/EdgarBurelo))
870
+
871
+ ---
872
+
873
+ # v0.23.5 (Wed Aug 11 2021)
874
+
875
+ ### Release Notes
876
+
877
+ #### Add corner-down-right icon ([#289](https://github.com/amboss-mededu/amboss-design-system/pull/289))
878
+
879
+ Put your release notes here
880
+
881
+ #### Fix slack changelog ([#287](https://github.com/amboss-mededu/amboss-design-system/pull/287))
882
+
883
+ echo changelog from slack-changlog.sh
884
+
885
+ ---
886
+
887
+ #### πŸ› Bug Fix
888
+
889
+ - Add corner-down-right icon [#289](https://github.com/amboss-mededu/amboss-design-system/pull/289) ([@OlfaKaroui](https://github.com/OlfaKaroui))
890
+
891
+ #### 🏠 Internal
892
+
893
+ - Fix slack changelog [#287](https://github.com/amboss-mededu/amboss-design-system/pull/287) ([@clbagrat](https://github.com/clbagrat))
894
+
895
+ #### Authors: 2
896
+
897
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
898
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
899
+
900
+ ---
901
+
902
+ # v0.23.4 (Tue Aug 10 2021)
903
+
904
+ ### Release Notes
905
+
906
+ #### prevent platform-native styling of button ([#286](https://github.com/amboss-mededu/amboss-design-system/pull/286))
907
+
908
+ first try to fix in branch [_ds-fix-button-appearance-style_](https://github.com/amboss-mededu/amboss-design-system/pull/285)
909
+ Put your release notes here
910
+
911
+ ---
912
+
913
+ #### πŸ› Bug Fix
914
+
915
+ - prevent platform-native styling of button [#286](https://github.com/amboss-mededu/amboss-design-system/pull/286) ([@Svemakawe](https://github.com/Svemakawe))
916
+
917
+ #### Authors: 1
918
+
919
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
920
+
921
+ ---
922
+
923
+ # v0.23.3 (Mon Aug 09 2021)
924
+
925
+ #### πŸ› Bug Fix
926
+
927
+ - fix applied appearance styles for button [#285](https://github.com/amboss-mededu/amboss-design-system/pull/285) ([@Svemakawe](https://github.com/Svemakawe))
928
+
929
+ #### Authors: 1
930
+
931
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
932
+
933
+ ---
934
+
935
+ # v0.23.2 (Mon Aug 09 2021)
936
+
937
+ ### Release Notes
938
+
939
+ #### Add placeholder to TextArea ([#284](https://github.com/amboss-mededu/amboss-design-system/pull/284))
940
+
941
+ Put your release notes here
942
+
943
+ ---
944
+
945
+ #### πŸ› Bug Fix
946
+
947
+ - Add placeholder to TextArea [#284](https://github.com/amboss-mededu/amboss-design-system/pull/284) ([@OlfaKaroui](https://github.com/OlfaKaroui))
948
+
949
+ #### Authors: 1
950
+
951
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
952
+
953
+ ---
954
+
955
+ # v0.23.1 (Fri Aug 06 2021)
956
+
957
+ ### Release Notes
958
+
959
+ #### Update assets.json ([#276](https://github.com/amboss-mededu/amboss-design-system/pull/276))
960
+
961
+ Add book and user feather icons
962
+
963
+ #### fix changelog ([#281](https://github.com/amboss-mededu/amboss-design-system/pull/281))
964
+
965
+ fix changelog posts to slack
966
+
967
+ ---
968
+
969
+ #### πŸ› Bug Fix
970
+
971
+ - Update assets.json [#276](https://github.com/amboss-mededu/amboss-design-system/pull/276) ([@AlexJeffcott](https://github.com/AlexJeffcott))
972
+
973
+ #### 🏠 Internal
974
+
975
+ - fix changelog [#281](https://github.com/amboss-mededu/amboss-design-system/pull/281) ([@clbagrat](https://github.com/clbagrat))
976
+
977
+ #### Authors: 2
978
+
979
+ - [@AlexJeffcott](https://github.com/AlexJeffcott)
980
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
981
+
982
+ ---
983
+
984
+ # v0.23.0 (Wed Aug 04 2021)
985
+
986
+ ### Release Notes
987
+
988
+ #### Add dropdown to <Card/> ([#279](https://github.com/amboss-mededu/amboss-design-system/pull/279))
989
+
990
+ - add all side spacing to Box
991
+ - fix dropdown markup for ie11
992
+ - deprecate subtitle and button in <Card />
993
+
994
+ ---
995
+
996
+ #### πŸš€ Enhancement
997
+
998
+ - Add dropdown to <Card/> [#279](https://github.com/amboss-mededu/amboss-design-system/pull/279) ([@clbagrat](https://github.com/clbagrat))
999
+
1000
+ #### Authors: 1
1001
+
1002
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1003
+
1004
+ ---
1005
+
1006
+ # v0.22.5 (Thu Jul 29 2021)
1007
+
1008
+ ### Release Notes
1009
+
1010
+ #### Fixed missing viewbox in icons ([#278](https://github.com/amboss-mededu/amboss-design-system/pull/278))
1011
+
1012
+ Added viewbox for icons:
1013
+ face-happy
1014
+ face-neutral
1015
+ face-sad
1016
+
1017
+ ---
1018
+
1019
+ #### πŸ› Bug Fix
1020
+
1021
+ - Fixed missing viewbox in icons [#278](https://github.com/amboss-mededu/amboss-design-system/pull/278) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1022
+
1023
+ #### Authors: 1
1024
+
1025
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1026
+
1027
+ ---
1028
+
1029
+ # v0.22.4 (Thu Jul 29 2021)
1030
+
1031
+ ### Release Notes
1032
+
1033
+ #### Fix select tests ([#277](https://github.com/amboss-mededu/amboss-design-system/pull/277))
1034
+
1035
+ fix tests for select
1036
+
1037
+ #### Fixed select on Enter and close select on click ([#274](https://github.com/amboss-mededu/amboss-design-system/pull/274))
1038
+
1039
+ - Fixed select bug when hitting Enter after typing
1040
+ - Fixed select not closing when clicking on the chevronif it was open
1041
+ - Removed textarea value as child and made it as defaultValue as per the React way
1042
+
1043
+ ---
1044
+
1045
+ #### πŸ› Bug Fix
1046
+
1047
+ - Fix select tests [#277](https://github.com/amboss-mededu/amboss-design-system/pull/277) ([@ElisaMassafra](https://github.com/ElisaMassafra) [@clbagrat](https://github.com/clbagrat))
1048
+ - Fixed select on Enter and close select on click [#274](https://github.com/amboss-mededu/amboss-design-system/pull/274) ([@ElisaMassafra](https://github.com/ElisaMassafra) [@clbagrat](https://github.com/clbagrat))
1049
+
1050
+ #### Authors: 2
1051
+
1052
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1053
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1054
+
1055
+ ---
1056
+
1057
+ # v0.22.3 (Thu Jul 29 2021)
1058
+
1059
+ ### Release Notes
1060
+
1061
+ #### Added new icons and icon warning variant ([#275](https://github.com/amboss-mededu/amboss-design-system/pull/275))
1062
+
1063
+ Added new icons (face-sad, face-neutral, face-happy)
1064
+ Added new icon variant `warning`
1065
+
1066
+ ---
1067
+
1068
+ #### πŸ› Bug Fix
1069
+
1070
+ - Added new icons and icon warning variant [#275](https://github.com/amboss-mededu/amboss-design-system/pull/275) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1071
+
1072
+ #### Authors: 1
1073
+
1074
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1075
+
1076
+ ---
1077
+
1078
+ # v0.22.2 (Wed Jul 28 2021)
1079
+
1080
+ ### Release Notes
1081
+
1082
+ #### [SRCH-1002] Add subtitle to `SearchResult` ([#272](https://github.com/amboss-mededu/amboss-design-system/pull/272))
1083
+
1084
+ Put your release notes here
1085
+
1086
+ ---
1087
+
1088
+ #### πŸ› Bug Fix
1089
+
1090
+ - [SRCH-1002] Add subtitle to `SearchResult` [#272](https://github.com/amboss-mededu/amboss-design-system/pull/272) ([@webforte](https://github.com/webforte))
1091
+
1092
+ #### Authors: 1
1093
+
1094
+ - Konstantin ([@webforte](https://github.com/webforte))
1095
+
1096
+ ---
1097
+
1098
+ # v0.22.1 (Tue Jul 27 2021)
1099
+
1100
+ ### Release Notes
1101
+
1102
+ #### Exported textarea ([#273](https://github.com/amboss-mededu/amboss-design-system/pull/273))
1103
+
1104
+ Added export for textarea
1105
+
1106
+ ---
1107
+
1108
+ #### πŸ› Bug Fix
1109
+
1110
+ - Exported textarea [#273](https://github.com/amboss-mededu/amboss-design-system/pull/273) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1111
+
1112
+ #### Authors: 1
1113
+
1114
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1115
+
1116
+ ---
1117
+
1118
+ # v0.22.0 (Tue Jul 27 2021)
1119
+
1120
+ ### Release Notes
1121
+
1122
+ #### Added textarea ([#271](https://github.com/amboss-mededu/amboss-design-system/pull/271))
1123
+
1124
+ Added Form/Textarea component
1125
+
1126
+ ---
1127
+
1128
+ #### πŸš€ Enhancement
1129
+
1130
+ - Added textarea [#271](https://github.com/amboss-mededu/amboss-design-system/pull/271) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1131
+
1132
+ #### Authors: 1
1133
+
1134
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1135
+
1136
+ ---
1137
+
1138
+ # v0.21.9 (Tue Jul 27 2021)
1139
+
1140
+ ### Release Notes
1141
+
1142
+ #### change breakpoint values ([#269](https://github.com/amboss-mededu/amboss-design-system/pull/269))
1143
+
1144
+ new breakpoint values
1145
+
1146
+ #### update style-dictionary ([#268](https://github.com/amboss-mededu/amboss-design-system/pull/268))
1147
+
1148
+ update style-dictionary version to 3.1
1149
+
1150
+ ---
1151
+
1152
+ #### πŸ› Bug Fix
1153
+
1154
+ - change breakpoint values [#269](https://github.com/amboss-mededu/amboss-design-system/pull/269) ([@clbagrat](https://github.com/clbagrat))
1155
+
1156
+ #### 🏠 Internal
1157
+
1158
+ - update style-dictionary [#268](https://github.com/amboss-mededu/amboss-design-system/pull/268) ([@clbagrat](https://github.com/clbagrat))
1159
+
1160
+ #### Authors: 1
1161
+
1162
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1163
+
1164
+ ---
1165
+
1166
+ # v0.21.8 (Mon Jul 26 2021)
1167
+
1168
+ ### Release Notes
1169
+
1170
+ #### [SRCH-984] Increase space between `SearchResult`s secondary targets ([#264](https://github.com/amboss-mededu/amboss-design-system/pull/264))
1171
+
1172
+ - Increase space between `SearchResult`s secondary targets
1173
+ - Fix docs for `SearchResult`
1174
+
1175
+ ---
1176
+
1177
+ #### πŸ› Bug Fix
1178
+
1179
+ - [SRCH-984] Increase space between `SearchResult`s secondary targets [#264](https://github.com/amboss-mededu/amboss-design-system/pull/264) ([@webforte](https://github.com/webforte))
1180
+
1181
+ #### Authors: 1
1182
+
1183
+ - Konstantin ([@webforte](https://github.com/webforte))
1184
+
1185
+ ---
1186
+
1187
+ # v0.21.7 (Tue Jul 20 2021)
1188
+
1189
+ ### Release Notes
1190
+
1191
+ #### Cor 1377 tertiary button ([#262](https://github.com/amboss-mededu/amboss-design-system/pull/262))
1192
+
1193
+ Make padding of tertiary button smaller
1194
+ Make text to be uppercase in tertiary button
1195
+
1196
+ ---
1197
+
1198
+ #### πŸ› Bug Fix
1199
+
1200
+ - Cor 1377 tertiary button [#262](https://github.com/amboss-mededu/amboss-design-system/pull/262) ([@clbagrat](https://github.com/clbagrat))
1201
+
1202
+ #### Authors: 1
1203
+
1204
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1205
+
1206
+ ---
1207
+
1208
+ # v0.21.6 (Mon Jul 19 2021)
1209
+
1210
+ ### Release Notes
1211
+
1212
+ #### [DS-update-input-field] fontsize and placeholder ([#263](https://github.com/amboss-mededu/amboss-design-system/pull/263))
1213
+
1214
+ increase fontsize of input field to size m (16px) and add placeholder color aligned with DS [specs](https://www.figma.com/file/hOFohX53XlGN3cEX9o8vFZ/Amboss-Design-Language?node-id=262%3A23)
1215
+ <img width="652" alt="Screenshot 2021-07-19 at 08 05 27" src="https://user-images.githubusercontent.com/43936890/126111305-92412c1f-0548-493f-9122-9672538eea2f.png">
1216
+
1217
+ ---
1218
+
1219
+ #### πŸ› Bug Fix
1220
+
1221
+ - [DS-update-input-field] fontsize and placeholder [#263](https://github.com/amboss-mededu/amboss-design-system/pull/263) ([@Svemakawe](https://github.com/Svemakawe))
1222
+
1223
+ #### Authors: 1
1224
+
1225
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
1226
+
1227
+ ---
1228
+
1229
+ # v0.21.5 (Wed Jul 14 2021)
1230
+
1231
+ ### Release Notes
1232
+
1233
+ #### [SRCH-940] Use`SearchResult`s test id for its primary target ([#261](https://github.com/amboss-mededu/amboss-design-system/pull/261))
1234
+
1235
+ Use`SearchResult`s test id for its primary target
1236
+
1237
+ ---
1238
+
1239
+ #### πŸ› Bug Fix
1240
+
1241
+ - [SRCH-940] Use`SearchResult`s test id for its primary target [#261](https://github.com/amboss-mededu/amboss-design-system/pull/261) ([@webforte](https://github.com/webforte))
1242
+
1243
+ #### Authors: 1
1244
+
1245
+ - Konstantin ([@webforte](https://github.com/webforte))
1246
+
1247
+ ---
1248
+
1249
+ # v0.21.4 (Tue Jul 13 2021)
1250
+
1251
+ ### Release Notes
1252
+
1253
+ #### Fixed toggle width bug and other style adaptations ([#259](https://github.com/amboss-mededu/amboss-design-system/pull/259))
1254
+
1255
+ - Fixed toggle width
1256
+ - Made disabled form field slightly more opaque
1257
+ - Fixed label/label hint alignment in form field
1258
+ - Made shadow for select dropdown a bit more visible as it was blending with the background
1259
+
1260
+ Put your release notes here
1261
+
1262
+ #### mark used colors and sizes ([#257](https://github.com/amboss-mededu/amboss-design-system/pull/257))
1263
+
1264
+ Now used colors and sizes are marked with checkmark
1265
+
1266
+ ---
1267
+
1268
+ #### πŸ› Bug Fix
1269
+
1270
+ - Fixed toggle width bug and other style adaptations [#259](https://github.com/amboss-mededu/amboss-design-system/pull/259) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1271
+
1272
+ #### πŸ“ Documentation
1273
+
1274
+ - mark used colors and sizes [#257](https://github.com/amboss-mededu/amboss-design-system/pull/257) ([@clbagrat](https://github.com/clbagrat))
1275
+
1276
+ #### Authors: 2
1277
+
1278
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1279
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1280
+
1281
+ ---
1282
+
1283
+ # v0.21.3 (Mon Jul 05 2021)
1284
+
1285
+ ### Release Notes
1286
+
1287
+ #### Add overflow hidden to DropdownMenu container ([#254](https://github.com/amboss-mededu/amboss-design-system/pull/254))
1288
+
1289
+ DropdownMenu container overflow hidden
1290
+
1291
+ ---
1292
+
1293
+ #### πŸ› Bug Fix
1294
+
1295
+ - Add overflow hidden to DropdownMenu container [#254](https://github.com/amboss-mededu/amboss-design-system/pull/254) ([@LimChorngUan](https://github.com/LimChorngUan))
1296
+
1297
+ #### Authors: 1
1298
+
1299
+ - [@LimChorngUan](https://github.com/LimChorngUan)
1300
+
1301
+ ---
1302
+
1303
+ # v0.21.2 (Mon Jul 05 2021)
1304
+
1305
+ ### Release Notes
1306
+
1307
+ #### fix changing select to default value ([#253](https://github.com/amboss-mededu/amboss-design-system/pull/253))
1308
+
1309
+ fix changing select to default value
1310
+
1311
+ ---
1312
+
1313
+ #### πŸ› Bug Fix
1314
+
1315
+ - fix changing select to default value [#253](https://github.com/amboss-mededu/amboss-design-system/pull/253) ([@clbagrat](https://github.com/clbagrat))
1316
+
1317
+ #### Authors: 1
1318
+
1319
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1320
+
1321
+ ---
1322
+
1323
+ # v0.21.1 (Thu Jul 01 2021)
1324
+
1325
+ ### Release Notes
1326
+
1327
+ #### make light-theme as default for sub-themes ([#251](https://github.com/amboss-mededu/amboss-design-system/pull/251))
1328
+
1329
+ fix for sub-themes and make light theme to be default for sub-themes
1330
+
1331
+ #### Composite components documentation ([#250](https://github.com/amboss-mededu/amboss-design-system/pull/250))
1332
+
1333
+ Composite components documentation
1334
+
1335
+ ---
1336
+
1337
+ #### πŸ› Bug Fix
1338
+
1339
+ - make light-theme as default for sub-themes [#251](https://github.com/amboss-mededu/amboss-design-system/pull/251) ([@clbagrat](https://github.com/clbagrat))
1340
+
1341
+ #### πŸ“ Documentation
1342
+
1343
+ - Composite components documentation [#250](https://github.com/amboss-mededu/amboss-design-system/pull/250) ([@clbagrat](https://github.com/clbagrat))
1344
+
1345
+ #### Authors: 1
1346
+
1347
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1348
+
1349
+ ---
1350
+
1351
+ # v0.21.0 (Tue Jun 29 2021)
1352
+
1353
+ ### Release Notes
1354
+
1355
+ #### Add icon tag ([#249](https://github.com/amboss-mededu/amboss-design-system/pull/249))
1356
+
1357
+ Add new icon tag for Package to Subscription conversion
1358
+
1359
+ ---
1360
+
1361
+ #### πŸš€ Enhancement
1362
+
1363
+ - Add icon tag [#249](https://github.com/amboss-mededu/amboss-design-system/pull/249) ([@keno-reloaded](https://github.com/keno-reloaded))
1364
+
1365
+ #### Authors: 1
1366
+
1367
+ - Eugenio ([@keno-reloaded](https://github.com/keno-reloaded))
1368
+
1369
+ ---
1370
+
1371
+ # v0.20.4 (Tue Jun 29 2021)
1372
+
1373
+ ### Release Notes
1374
+
1375
+ #### export SubThemeProvider in index.ts ([#248](https://github.com/amboss-mededu/amboss-design-system/pull/248))
1376
+
1377
+ export SubThemeProvider in index.ts
1378
+
1379
+ ---
1380
+
1381
+ #### πŸ› Bug Fix
1382
+
1383
+ - export SubThemeProvider in index.ts [#248](https://github.com/amboss-mededu/amboss-design-system/pull/248) ([@abud4646](https://github.com/abud4646))
1384
+
1385
+ #### Authors: 1
1386
+
1387
+ - Abdulrahman Davutoglu ([@abud4646](https://github.com/abud4646))
1388
+
1389
+ ---
1390
+
1391
+ # v0.20.3 (Tue Jun 29 2021)
1392
+
1393
+ #### πŸ› Bug Fix
1394
+
1395
+ - fix for changing select value from outside [#247](https://github.com/amboss-mededu/amboss-design-system/pull/247) ([@clbagrat](https://github.com/clbagrat))
1396
+
1397
+ #### Authors: 1
1398
+
1399
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1400
+
1401
+ ---
1402
+
1403
+ # v0.20.2 (Tue Jun 29 2021)
1404
+
1405
+ #### πŸ› Bug Fix
1406
+
1407
+ - Updated zindex for select dropdown [#246](https://github.com/amboss-mededu/amboss-design-system/pull/246) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1408
+
1409
+ #### Authors: 1
1410
+
1411
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1412
+
1413
+ ---
1414
+
1415
+ # v0.20.1 (Tue Jun 29 2021)
1416
+
1417
+ ### Release Notes
1418
+
1419
+ #### Added select to export file ([#245](https://github.com/amboss-mededu/amboss-design-system/pull/245))
1420
+
1421
+ Export select component
1422
+
1423
+ ---
1424
+
1425
+ #### πŸ› Bug Fix
1426
+
1427
+ - Added select to export file [#245](https://github.com/amboss-mededu/amboss-design-system/pull/245) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1428
+
1429
+ #### Authors: 1
1430
+
1431
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1432
+
1433
+ ---
1434
+
1435
+ # v0.20.0 (Mon Jun 28 2021)
1436
+
1437
+ #### πŸš€ Enhancement
1438
+
1439
+ - Added RadioButton [#211](https://github.com/amboss-mededu/amboss-design-system/pull/211) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1440
+
1441
+ #### Authors: 1
1442
+
1443
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1444
+
1445
+ ---
1446
+
1447
+ # v0.19.1 (Mon Jun 28 2021)
1448
+
1449
+ #### πŸ› Bug Fix
1450
+
1451
+ - select component and virtual scroll [#216](https://github.com/amboss-mededu/amboss-design-system/pull/216) ([@clbagrat](https://github.com/clbagrat))
1452
+
1453
+ #### Authors: 1
1454
+
1455
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1456
+
1457
+ ---
1458
+
1459
+ # v0.19.0 (Mon Jun 28 2021)
1460
+
1461
+ #### πŸš€ Enhancement
1462
+
1463
+ - introduce new system - SubThemes [#239](https://github.com/amboss-mededu/amboss-design-system/pull/239) ([@clbagrat](https://github.com/clbagrat))
1464
+
1465
+ #### Authors: 1
1466
+
1467
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1468
+
1469
+ ---
1470
+
1471
+ # v0.18.5 (Wed Jun 23 2021)
1472
+
1473
+ ### Release Notes
1474
+
1475
+ #### Add search list icon ([#242](https://github.com/amboss-mededu/amboss-design-system/pull/242))
1476
+
1477
+ Add search list icon
1478
+
1479
+ ---
1480
+
1481
+ #### πŸ› Bug Fix
1482
+
1483
+ - Add search list icon [#242](https://github.com/amboss-mededu/amboss-design-system/pull/242) ([@jaseeva](https://github.com/jaseeva))
1484
+
1485
+ #### Authors: 1
1486
+
1487
+ - Julia ([@jaseeva](https://github.com/jaseeva))
1488
+
1489
+ ---
1490
+
1491
+ # v0.18.4 (Wed Jun 23 2021)
1492
+
1493
+ ### Release Notes
1494
+
1495
+ #### center children of button ([#240](https://github.com/amboss-mededu/amboss-design-system/pull/240))
1496
+
1497
+ children of button need to be centered especially for fullWidth Buttons
1498
+
1499
+ ---
1500
+
1501
+ #### πŸ› Bug Fix
1502
+
1503
+ - center children of button [#240](https://github.com/amboss-mededu/amboss-design-system/pull/240) ([@Svemakawe](https://github.com/Svemakawe))
1504
+
1505
+ #### Authors: 1
1506
+
1507
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
1508
+
1509
+ ---
1510
+
1511
+ # v0.18.3 (Wed Jun 16 2021)
1512
+
1513
+ #### πŸ› Bug Fix
1514
+
1515
+ - Export DropdownMenu [#238](https://github.com/amboss-mededu/amboss-design-system/pull/238) ([@LimChorngUan](https://github.com/LimChorngUan))
1516
+
1517
+ #### Authors: 1
1518
+
1519
+ - [@LimChorngUan](https://github.com/LimChorngUan)
1520
+
1521
+ ---
1522
+
1523
+ # v0.18.2 (Tue Jun 15 2021)
1524
+
1525
+ #### πŸ› Bug Fix
1526
+
1527
+ - [COR-1261] Add `data-e2e-test-id` prop to every component [#231](https://github.com/amboss-mededu/amboss-design-system/pull/231) ([@webforte](https://github.com/webforte))
1528
+
1529
+ #### Authors: 1
1530
+
1531
+ - Konstantin ([@webforte](https://github.com/webforte))
1532
+
1533
+ ---
1534
+
1535
+ # v0.18.1 (Thu Jun 10 2021)
1536
+
1537
+ ### Release Notes
1538
+
1539
+ #### debug changelog ([#232](https://github.com/amboss-mededu/amboss-design-system/pull/232))
1540
+
1541
+ Put your release notes here
1542
+
1543
+ ---
1544
+
1545
+ #### πŸ› Bug Fix
1546
+
1547
+ - debug changelog [#232](https://github.com/amboss-mededu/amboss-design-system/pull/232) ([@OlfaKaroui](https://github.com/OlfaKaroui))
1548
+
1549
+ #### Authors: 1
1550
+
1551
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
1552
+
1553
+ ---
1554
+
1555
+ # v0.18.0 (Wed Jun 09 2021)
1556
+
1557
+ ### Release Notes
1558
+
1559
+ #### Fix changelog ([#230](https://github.com/amboss-mededu/amboss-design-system/pull/230))
1560
+
1561
+ Put your release notes here
1562
+
1563
+ ---
1564
+
1565
+ #### πŸš€ Enhancement
1566
+
1567
+ - Fix changelog [#230](https://github.com/amboss-mededu/amboss-design-system/pull/230) (jenkins@miamed.de [@OlfaKaroui](https://github.com/OlfaKaroui))
1568
+
1569
+ #### Authors: 2
1570
+
1571
+ - Jenkins (jenkins@miamed.de)
1572
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
1573
+
1574
+ ---
1575
+
1576
+ # v0.17.5 (Wed Jun 09 2021)
1577
+
1578
+ #### ⚠️ Pushed to `main`
1579
+
1580
+ - Revert "fix corrupted package-lock.json" ([@OlfaKaroui](https://github.com/OlfaKaroui))
1581
+ - fix corrupted package-lock.json ([@OlfaKaroui](https://github.com/OlfaKaroui))
1582
+
1583
+ #### Authors: 1
1584
+
1585
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
1586
+
1587
+ ---
1588
+
1589
+ # v0.17.4 (Thu Jun 03 2021)
1590
+
1591
+ ### Release Notes
1592
+
1593
+ #### Fixed styles ([#215](https://github.com/amboss-mededu/amboss-design-system/pull/215))
1594
+
1595
+ - Fixed style for link as button
1596
+ - Added text variants to Icon (error and light-primary were missing)
1597
+
1598
+ Put your release notes here
1599
+
1600
+ ---
1601
+
1602
+ #### πŸ› Bug Fix
1603
+
1604
+ - Fixed styles [#215](https://github.com/amboss-mededu/amboss-design-system/pull/215) ([@ElisaMassafra](https://github.com/ElisaMassafra))
1605
+
1606
+ #### Authors: 1
1607
+
1608
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
1609
+
1610
+ ---
1611
+
1612
+ # v0.17.3 (Wed Jun 02 2021)
1613
+
1614
+ #### πŸ› Bug Fix
1615
+
1616
+ - [SRCH-867] Add e2e test id to `Box` [#220](https://github.com/amboss-mededu/amboss-design-system/pull/220) ([@webforte](https://github.com/webforte))
1617
+
1618
+ #### Authors: 1
1619
+
1620
+ - Konstantin ([@webforte](https://github.com/webforte))
1621
+
1622
+ ---
1623
+
1624
+ # v0.17.2 (Wed Jun 02 2021)
1625
+
1626
+ ### Release Notes
1627
+
1628
+ #### [SRCH-867] Add e2e test id to `SearchResult` ([#219](https://github.com/amboss-mededu/amboss-design-system/pull/219))
1629
+
1630
+ - This commit adds support for e2e test ids to the main target
1631
+ and the secondary targets of `SearchResult`.
1632
+ - apply prettier formatting
1633
+
1634
+ ---
1635
+
1636
+ #### πŸ› Bug Fix
1637
+
1638
+ - apply prettier formatting [#219](https://github.com/amboss-mededu/amboss-design-system/pull/219) ([@webforte](https://github.com/webforte))
1639
+ - [SRCH-867] Add e2e test id to `SearchResult` [#219](https://github.com/amboss-mededu/amboss-design-system/pull/219) ([@webforte](https://github.com/webforte))
1640
+
1641
+ #### Authors: 1
1642
+
1643
+ - Konstantin ([@webforte](https://github.com/webforte))
1644
+
1645
+ ---
1646
+
1647
+ # v0.17.1 (Tue Jun 01 2021)
1648
+
1649
+ #### πŸ› Bug Fix
1650
+
1651
+ - [SRCH-864] add e2e id prop to `Header` component [#217](https://github.com/amboss-mededu/amboss-design-system/pull/217) ([@webforte](https://github.com/webforte))
1652
+
1653
+ #### Authors: 1
1654
+
1655
+ - Konstantin ([@webforte](https://github.com/webforte))
1656
+
1657
+ ---
1658
+
1659
+ # v0.17.0 (Mon May 31 2021)
1660
+
1661
+ #### πŸš€ Enhancement
1662
+
1663
+ - Add DropdownMenu [#157](https://github.com/amboss-mededu/amboss-design-system/pull/157) ([@LimChorngUan](https://github.com/LimChorngUan))
1664
+
1665
+ #### Authors: 1
1666
+
1667
+ - [@LimChorngUan](https://github.com/LimChorngUan)
1668
+
1669
+ ---
1670
+
1671
+ # v0.16.0 (Mon May 31 2021)
1672
+
1673
+ #### πŸš€ Enhancement
1674
+
1675
+ - Add custom Header component [#198](https://github.com/amboss-mededu/amboss-design-system/pull/198) ([@jaseeva](https://github.com/jaseeva))
1676
+
1677
+ #### Authors: 1
1678
+
1679
+ - Julia ([@jaseeva](https://github.com/jaseeva))
1680
+
1681
+ ---
1682
+
1683
+ # v0.15.4 (Fri May 28 2021)
1684
+
1685
+ #### πŸ› Bug Fix
1686
+
1687
+ - Add thumbs-up (feedback) icon [#214](https://github.com/amboss-mededu/amboss-design-system/pull/214) ([@AlexJeffcott](https://github.com/AlexJeffcott))
1688
+
1689
+ #### Authors: 1
1690
+
1691
+ - [@AlexJeffcott](https://github.com/AlexJeffcott)
1692
+
1693
+ ---
1694
+
1695
+ # v0.15.3 (Fri May 28 2021)
1696
+
1697
+ #### πŸ› Bug Fix
1698
+
1699
+ - Add gray theme for Badge component [#200](https://github.com/amboss-mededu/amboss-design-system/pull/200) ([@jaseeva](https://github.com/jaseeva))
1700
+
1701
+ #### Authors: 1
1702
+
1703
+ - Julia ([@jaseeva](https://github.com/jaseeva))
1704
+
1705
+ ---
1706
+
1707
+ # v0.15.2 (Fri May 28 2021)
1708
+
1709
+ #### πŸ› Bug Fix
1710
+
1711
+ - Add new icons [#201](https://github.com/amboss-mededu/amboss-design-system/pull/201) ([@jaseeva](https://github.com/jaseeva))
1712
+
1713
+ #### 🏠 Internal
1714
+
1715
+ - make privateProps always hidden from storybook [#213](https://github.com/amboss-mededu/amboss-design-system/pull/213) ([@clbagrat](https://github.com/clbagrat))
1716
+
1717
+ #### πŸ“ Documentation
1718
+
1719
+ - Add link to design system docs in the Readme [#212](https://github.com/amboss-mededu/amboss-design-system/pull/212) ([@scheb](https://github.com/scheb))
1720
+
1721
+ #### Authors: 3
1722
+
1723
+ - Christian Scheb ([@scheb](https://github.com/scheb))
1724
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1725
+ - Julia ([@jaseeva](https://github.com/jaseeva))
1726
+
1727
+ ---
1728
+
1729
+ # v0.14.1 (Wed May 26 2021)
1730
+
1731
+ #### ⚠️ Pushed to `main`
1732
+
1733
+ - Merge branch 'main' of https://github.com/amboss-mededu/amboss-design-system into main ([@OlfaKaroui](https://github.com/OlfaKaroui))
1734
+ - [skip-ci] fix package.json version ([@OlfaKaroui](https://github.com/OlfaKaroui))
1735
+
1736
+ #### Authors: 1
1737
+
1738
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
1739
+
1740
+ ---
1741
+
1742
+ # v0.13.0 (Fri May 07 2021)
1743
+
1744
+ ### Release Notes
1745
+
1746
+ #### add light color variant to text and link ([#185](https://github.com/amboss-mededu/amboss-design-system/pull/185))
1747
+
1748
+ Adding a light color for text and links, in order to use those elements in notifications with solid background-color.
1749
+
1750
+ light-primary variant for Links:
1751
+ <img width="1020" alt="Screenshot 2021-05-06 at 14 25 20" src="https://user-images.githubusercontent.com/43936890/117298230-6abc5200-ae77-11eb-9b52-937761fe1e8e.png">
1752
+
1753
+
1754
+ light-primary variant for Text:
1755
+ <img width="1028" alt="Screenshot 2021-05-06 at 14 25 05" src="https://user-images.githubusercontent.com/43936890/117298219-65f79e00-ae77-11eb-9f91-ccb3126b5fd8.png">
1756
+
1757
+ ---
1758
+
1759
+ #### πŸš€ Enhancement
1760
+
1761
+ - add light color variant to text and link [#185](https://github.com/amboss-mededu/amboss-design-system/pull/185) ([@Svemakawe](https://github.com/Svemakawe))
1762
+
1763
+ #### 🏠 Internal
1764
+
1765
+ - fix changelog [#191](https://github.com/amboss-mededu/amboss-design-system/pull/191) ([@clbagrat](https://github.com/clbagrat))
1766
+
1767
+ #### Authors: 2
1768
+
1769
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
1770
+ - Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
1771
+
1772
+ ---
1773
+
1774
+ # v0.12.11 (Thu May 06 2021)
1775
+
1776
+
1777
+
1778
+ ---
1779
+
1780
+ # v0.12.11 (Thu May 06 2021)
1781
+
1782
+
1783
+
1784
+ ---
1785
+
1786
+ # v0.12.9 (Thu May 06 2021)
1787
+
1788
+ #### ⚠️ Pushed to `main`
1789
+
1790
+ - 0.12.9 ([@clbagrat](https://github.com/clbagrat))
1791
+
1792
+ #### Authors: 1
1793
+
1794
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))