@vcita/design-system 1.9.6 → 1.9.7

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,639 @@
1
+
2
+ # Change log
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ### Unreleased changes
9
+
10
+ ### v1.9.6(2023-09-19)
11
+ - Add VcOverlay
12
+
13
+ ### v1.9.5(2023-09-19)
14
+ - VcQuickActions - expose the nudge right and left options
15
+
16
+ ### v1.9.4(2023-09-18)
17
+ - Fix bug with VcModalContainer click outside functionality
18
+ - VcQuickActions - replace VcModalContainer with VcDropdown
19
+ - VcGroupedItems - add stories for "selected"
20
+
21
+ ### v1.9.3(2023-09-12)
22
+ - VcQuickActions - panel button is optional
23
+
24
+ ### v1.9.2(2023-09-12)
25
+ - add text color to the theme
26
+ - adapt VcMenuItem to desktop
27
+ - add selected option for item and subitem
28
+ - add flavor for desktop, to control desktop behaviors
29
+ - background should be transparent
30
+ - use theme text color for text and icons
31
+ - add hover and selected styling for dark background
32
+ - VcQuickActions added
33
+ - VcSmallQuickAction added
34
+ - VcLargeQuickAction added
35
+ - VcGroupedItems - add horizontal/vertical layout by prop
36
+ - VcFocusArea - added additional size
37
+
38
+ ### v1.9.1(2023-09-05)
39
+ - address technical issue related to package init
40
+
41
+ ### v1.9.0(2023-09-05)
42
+ - VcSearchLayout added
43
+ - VcGroupedItems - added ability to use one slot name to format all titles or items
44
+ - dsHighlight is added - allows highlighting of a certain phrase
45
+ - VcDetailItem - add icon size
46
+ - VcTabs - fix active tab bug when swiping left/right
47
+ - VcTextField - add "min" & "max" support for type="number"
48
+
49
+ ### v1.8.2(2023-08-27)
50
+ - VcClientItem - Change the order of matter and contact
51
+ - VcTextArea - Add keydown.enter support
52
+ - VcBadge - fix a RTL issue
53
+ - VcCheckbox - fix bug - click on tooltip (mobile) won't change the checkbox state
54
+
55
+ ### v1.8.1(2023-08-23)
56
+ - VcExpansionCard fix wrap
57
+
58
+ ### v1.8.0(2023-08-23)
59
+ - VcSystemAlert added for desktop layout
60
+ - VcCheckbox - isSingleLine prop, for longer label then it's container, the label will be truncated and the full label will be shown in a tooltip
61
+ - VcAccountMenu added
62
+ - VcDivider added
63
+
64
+ ### v1.7.2(2023-08-14)
65
+ - VcSelectField - Fix tooltip
66
+
67
+ ### v1.7.1(2023-07-26)
68
+ - Correct the header design in VcModalContainer and VcModalHeader
69
+ - Handle YML files that are loaded as strings
70
+ - VcMenu and VcDropdown - use without activator
71
+
72
+ ### v1.7.0(2023-07-12)
73
+ - VcSummary - add component
74
+ - VcSelectField - set disabled text color
75
+ - VcPageHeader - added subtitle action
76
+ - VcLink - set url prop as optional
77
+ - SvgIcons - added campaign trigger icons
78
+
79
+ ### v1.6.2(2023-07-10)
80
+ - VcDropdown - add closeOnContentClick prop
81
+ - VcSidepaneHeader - support rtl, back button color, css fixes
82
+ - Export the VcInfiniteScroll component
83
+ - remove loading of material design icons - we want to use svg icons instead
84
+ - VcMenuItem - change the expand icon to svg icon
85
+
86
+ ### v1.6.1(2023-07-06)
87
+ - VcPoweredBy- Change logo location and asset
88
+
89
+ ### v1.6.0(2023-07-04)
90
+ - VcClientItem - add component
91
+ - VcDetailItem - add component
92
+ - VcTimeline - add component
93
+ - VcTimelineRecord - add component
94
+ - Entity Sidepane - add example of usage
95
+ - VcEntityStatus - add component
96
+ - VcServiceItem - add component
97
+ - VcAccordion - add item.button prop
98
+ - VcSidepaneHeader - add component
99
+
100
+ ### v1.5.23(2023-06-18)
101
+ - VcBottomNav - Fix bug - selected tab should get secondary color
102
+ - VcTopMenuBar - Fix bug - tob-bar should get branded text color (instead of white)
103
+
104
+ ### v1.5.22(2023-05-18)
105
+ - VcBottomNav - Avoid pointer events on selected tab
106
+
107
+ ### v1.5.21(2023-05-17)
108
+ - VcTextField - Add append slot
109
+
110
+ ### v1.5.20(2023-05-11)
111
+ - VcBadge - Add optional size, fix error in storybook
112
+ - VcBottomNav - css fix
113
+
114
+ ### v1.5.19(2023-05-04)
115
+ - VcBottomNav - css fix
116
+ - VcTopMenuBar - move event from icon to actionableText title
117
+ - VcCard - add ripple and set default to false
118
+
119
+ ### v1.5.18(2023-04-24)
120
+ - VcInputPopover - add title description
121
+ - VcInputBottomSheet - add title description
122
+
123
+ ### v1.5.17(2023-04-23)
124
+ - VcBottomNav - css fixes - margins & icons color
125
+ - VcMenuItem - css fixes
126
+ - VcMenuItemsGroup - css fixes
127
+
128
+ ### v1.5.16(2023-04-16)
129
+ - VcTooltip - add maxWidth prop
130
+ - VcCheckbox - add tooltip slot
131
+
132
+ ### v1.5.15(2023-04-02)
133
+ - VcBadge - added standalone option and flavor
134
+
135
+ ### v1.5.14(2023-03-30)
136
+ - VcActionList - added custom action title slot
137
+
138
+ ### v1.5.13(2023-03-30)
139
+ - VcTopMenuBar - Fix badge location
140
+ - VcTopMenuBar - Fix logo height
141
+ - VcAlert - add 'app' type
142
+ - VcAlert - add inline action
143
+ - VcActionList - removed conditional rendering from icon
144
+
145
+ ### v1.5.12(2023-03-29)
146
+ - vcMenuItem - add badge option to sub items
147
+
148
+ ### v1.5.11(2023-03-27)
149
+ - VcListEntity - fix width of text
150
+ - VcTopMenuBar - Add badge support to main buttons
151
+ - VcTopMenuBar - fix RTL arrow direction related bug
152
+
153
+ ### v1.5.10(2023-03-21)
154
+ - VcTopMenuBar - fix bug to align items to the start
155
+ - VcTopMenuBar - change height to 59px
156
+ - VcTopMenuBar - change icon to 20px and button to 32px
157
+ - VcProfileIndication - add option to hide the right arrow
158
+
159
+ ### v1.5.9(2023-03-19)
160
+ - VcTopMenuBar - fix bug to close bottom menu when item clicked
161
+ - VcTopMenuBar - fix bug to get branding colors
162
+
163
+ ### v1.5.8(2023-03-19)
164
+ - VcCheckbox - add error state, fix indeterminate state
165
+ - vcBottomNav - allow no selected tabs, fixed issue with label size when dynamic slot present
166
+
167
+ ### v1.5.7(2023-03-07)
168
+ - VcSelectField - fix click outside not working in mobile
169
+
170
+ ### v1.5.6(2023-03-02)
171
+ - VcTopMenuBar - alignment fix
172
+
173
+ ### v1.5.5(2023-03-01)
174
+ - VcPoweredBy - alignment fix
175
+ - VcMenuItemsGroup - added named slots
176
+ - VcTopMenuBar - emitted actions changed
177
+
178
+ ### v1.5.4(2023-02-28)
179
+ - VcTextArea - bug fix
180
+
181
+ ### v1.5.3(2023-02-26)
182
+ - VcProfileIndication
183
+ - VcPoweredBy
184
+ - VcMenuItemsGroup - css bug fix
185
+
186
+ ### v1.5.3(2023-02-26)
187
+ - VcTopMenuBar - top menu bar component for mobile
188
+ - VcLoader - add a linear mode
189
+ - VcLoader - change the default color to 'secondary'
190
+
191
+ ### v1.5.2(2023-02-21)
192
+ - VcGalleryList - to pass binded item
193
+
194
+ ### v1.5.1(2023-02-20)
195
+ - make additional-colors available
196
+ - VcMenuItemsGroup - change location in storybook components hierarchy
197
+
198
+ ### v1.5.0(2023-02-19)
199
+ - VcMenuItemsGroup - added new component
200
+ - VcMenuItem - added data to event & small css additions
201
+
202
+ ### v1.4.2(2023-02-19)
203
+ - manage avatar colors in additional-colors.scss
204
+
205
+ ### v1.4.1(2023-02-15)
206
+ - VcPageHeader - fix bug with 'buttons' slot not showing
207
+
208
+ ### v1.4.0(2023-02-12)
209
+ - VcPageHeader - the save button will not appear by default, add ability to control the button icon
210
+ - VcChip - avatar margin fix
211
+ - VcAccordion - adjust style and add option to gap and grey background
212
+ - VcActionList - data-qa for items added
213
+ - VcBottomNav - add component
214
+ - VcGroupItems - change spaces between group to gap and not margin
215
+ - design fixes
216
+
217
+ ### v1.3.20(2023-01-30)
218
+ - VcPageHeader - edit mode
219
+ - VcPageHeader - subtitle appended link added
220
+ - VcActionList - added append slot within menu
221
+ - VcUpsellBlock - fix bug - support long text on dialog buttons
222
+
223
+ ### v1.3.18(2023-01-25)
224
+ - VcFilterPanel - fix css for rtl
225
+
226
+ ### v1.3.17(2023-01-22)
227
+ - VcPageHeader - ui update for buttonLabel
228
+
229
+ ### v1.3.16(2023-01-19)
230
+ - VcWizard - support bubbling error event in a content step
231
+
232
+ ### v1.3.15(2023-01-16)
233
+ - VcPageHeader - add buttonPrependIcon prop
234
+ - VcMenuItem - added
235
+
236
+ ### v1.3.14(2023-01-10)
237
+ - VcPageHeader - chip added
238
+ - VcPageHeader - button added
239
+
240
+ ### v1.3.13(2023-01-09)
241
+ - VcSelectField - Optionally use icomoon icons
242
+ - VcChipList - variable number of rows, variable item height, optional item 'close'
243
+ - VcChip - optionally displays avatar
244
+ - VcFilterPanel - add header/scrolling content/footer structure
245
+ - VcActionBar - migrate component
246
+ - VcTabs - when in limited height container, header is sticky, and only the content scrolls
247
+ - VcEntityList - add component
248
+ - VcAccordion - add item data to slot
249
+ - VcLayout - add ability to use ref
250
+ - VcDropdown - add white background
251
+
252
+ ### v1.3.12(2023-01-01)
253
+ - VcActionList - offset-y
254
+ - VcSelectField - Optionally prepend icons to labels, click-outside implemented, arrow rotation
255
+
256
+ ### v1.3.11(2022-12-26)
257
+ - VcChip - support for the color blind, by showing the invalid icon for every invalid chip
258
+
259
+ ### v1.3.10(2022-12-18)
260
+ - VcUpsellBlock - fix bug - support long text on the main button
261
+ - VcRadioGroup - fix radio with tooltip with custom content
262
+
263
+ ### v1.3.9(2022-12-12)
264
+ - VcModalHeader - modify close icon in header
265
+ - VcChip - thin design
266
+ - VcAccordion - added new component
267
+ - VcColorPicker - css fix
268
+
269
+ ### v1.3.8(2022-11-27)
270
+ - Resolve click-outside collision with vuetify directive by the same name
271
+
272
+ ### v1.3.7(2022-11-22)
273
+ - VcGalleryItem - brought back selected/disabled functionality
274
+
275
+ ### v1.3.6(2022-11-21)
276
+ - VcGalleryItem - emit previewItem computed property
277
+ - VcGalleryList - pass description property
278
+
279
+ ### v1.3.5(2022-11-21)
280
+ - VcColorPicker - bug fix
281
+ - Dropdown - fix overflow-x bug
282
+ - VcModalHeader - default title will be one line max, longer text will get ellipsis
283
+
284
+ ### v1.3.4(2022-11-17)
285
+ - VcLink - can get any icon
286
+ - VcCheckbox - fix bug with redundant margin
287
+ - VcCheckbox - add white bg to the unselected checkbox
288
+ - VcGalleryItem - design updated
289
+ - VcGalleryList - design updated
290
+ - VcMenu - added
291
+ - VcDropdown - added
292
+ - VcGroupedItems - added
293
+ - VcSideNav - uses VcGroupedItems
294
+ - fix bug in translation mechanism - add fallback to English
295
+ - VcColorPicker - added
296
+
297
+ ### v1.3.3(2022-11-13)
298
+ - VcRadioGroup - add support for horizontal layout
299
+ - VcTooltip - add support for close delay
300
+ - VcBottomActions - emit close event on click outside
301
+ - VcTextField - add autofocus support
302
+ - VcTextField - add keydown.enter support
303
+ - VcFilterPanel - add header variant
304
+ - VcActionList - added header to
305
+
306
+ - ### v1.3.2(2022-11-06)
307
+ - VcGalleryItem - fix ui on small desktop
308
+ - VcChip - added 'selected' state
309
+
310
+ ### v1.3.1(2022-10-30)
311
+ - VcGalleryItem - add 'selected' indication
312
+ - VcGalleryItem - add ability to disable
313
+ - VcRadio and VcRadioGroup - add ability to disable
314
+
315
+ ### v1.3.0(2022-10-25)
316
+ - Adding SideNav layout
317
+ - Adding centered layout
318
+ - Adding VcPageHeader
319
+ - Adding VcBreadcrumbs
320
+ - Ability to disable VcLink
321
+ - modal container can show close button on flavor input
322
+ - upsell dialog fix dimension issue
323
+
324
+ ### v1.2.3 (2022-10-03)
325
+ - VcMiniBanner - added new component
326
+ - VcSearchPicker - removed redundant event emission from pointer
327
+ - VcGalleryItem - added new component
328
+ - VcGalleryList - added new component
329
+
330
+ ### v1.2.2 (2022-09-19)
331
+ - VcTextField - fix alignment
332
+ - VcSideNav
333
+ - VcIcon - fix color prop
334
+
335
+ ### v1.2.1 (2022-09-08)
336
+ - VcDocItem - added fileSize prop, event object added to emit
337
+ - SvgIcons - added viewBox attribute on doc_Sheet
338
+
339
+ ### v1.2.0 (2022-09-08)
340
+ - VcChipList - added new component
341
+ - VcChip - added slot
342
+
343
+ ### v1.1.10 (2022-09-07)
344
+ - VcTabs - fix scrollbar issue
345
+
346
+ ### v1.1.9 (2022-09-07)
347
+ - Adding VcTabs component
348
+
349
+ ### v1.1.8 (2022-09-05)
350
+ - VcInputModal - added closeOnEsc prop, passed to VcModalContainer
351
+ - VcModalContainer - added closeOnEsc prop, passed to VcModalWrapper
352
+ - VcModalWrapper - added closeOnEsc prop, used as condition for esc keydown event
353
+ - VcSearchPicker - use secondary brand hues
354
+ - VcSearchPicker - keep menu open if focusing the text input
355
+
356
+ ### v1.1.7 (2022-09-04)
357
+ - VcDocItem - added svg as an image type
358
+ - VcSearchPicker - caret and pointer color
359
+ - VcSearchPicker - add menu custom class name prop
360
+ - VcSearchPicker - use brand colors
361
+
362
+ ### v1.1.6 (2022-08-28)
363
+ - VcDocItem - added 'xlsx' as a spreadsheet format
364
+ - VcDocItem - added max width
365
+ - VcSearchPicker - add background color to input
366
+
367
+ ### v1.1.5 (2022-08-24)
368
+ - VcDraggableList - remove hover from mobile
369
+
370
+ ### v1.1.4 (2022-08-21)
371
+ - Adding composition and slots examples
372
+ - VcModalFooter - added disabled option to VcButton
373
+
374
+ ### v1.1.3 (2022-08-21)
375
+ - VcDraggableList - add story with slot and fix icon size
376
+
377
+ ### v1.1.2 (2022-08-16)
378
+ - VcModalHeader - add right button icon
379
+ - VcList
380
+ - VcBaseListItem
381
+ - VcMobilePicker - new mobile picker pattern based on VcList
382
+ - VcTextField - add appendIcon and readonly properties + CSS
383
+ - VcInputModal - add showFooter + CSS
384
+ - VcModalContainer - remove the auto height on the VcModalContainerContent class
385
+ - VcDraggableList - added component
386
+ - VcTextField - fix label alignment
387
+ - VcWizard - add dynamic step names and description
388
+ - VcTextField - add google address autocomplete
389
+ - VcAvatar - fix image path prop
390
+
391
+ ### 1.1.1 (2022-08-11)
392
+ - Update translations
393
+
394
+ ### 1.1.0 (2022-08-08)
395
+ - VcDocItem - implemented uploaded and corrupted states
396
+ - VcStepperContent - add link color under the description
397
+ - VcWizard - BREAKING CHANGE: v-model current-step fixes
398
+ - VcSearchPicker - added component
399
+
400
+ ### 1.0.7 (2022-07-26)
401
+ - VcEmptyState - change color for button ghost
402
+
403
+ ### 1.0.6 BREAKING CHANGES (2022-07-24)
404
+ - Split variables.scss into vuetify-variables.scss and variables.scss
405
+ - Consuming project changes required
406
+
407
+ ### 0.6.27 (2022-07-17)
408
+ - VcButton - add ghost mode. fix storybook props inherit
409
+ - VcEmptyState - add ability to choose ghost mode btn
410
+ - VcDocItem - added document formats
411
+ - VcAutoComplete, VcTextArea, VcTextField - remove branding color when not needed
412
+
413
+ ### 0.6.26 (2022-07-03)
414
+ - VcDocItem - component added to ds
415
+ - VcTimeSince
416
+ - VcSwitch - add option to show label before switch
417
+ - Translations with parameters
418
+
419
+ ### 0.6.25 (2022-06-23)
420
+ - VcInputPopover - add click outside will not close the popover support
421
+
422
+ ### 0.6.24 (2022-06-14)
423
+ - VcInputBottomSheet - add switch support
424
+
425
+ ### 0.6.23 (2022-06-13)
426
+ - VcWizard - css fix
427
+
428
+ ### 0.6.22 (2022-05-31)
429
+ - VcRadioGroup - fix tooltip slots
430
+
431
+ ### 0.6.21 (2022-05-16)
432
+ - VcRadioGroup - create
433
+ - VcRadio - create
434
+ - VcTooltip - add slots and fallback icon as an activator
435
+
436
+ ### 0.6.20 (2022-05-16)
437
+ - VcStepperContent fix height
438
+ - VcInputPopover - add toggle to header
439
+
440
+ ### 0.6.19 (2022-05-10)
441
+ - VcSegmentedControl added
442
+
443
+ ### 0.6.18 (2022-05-02)
444
+ - VcListbox - add validator
445
+
446
+ ### 0.6.17 (2022-04-27)
447
+ - VcListbox - improve CSS
448
+
449
+ ### 0.6.16 (2022-04-27)
450
+ - VcListbox - add a search bar option
451
+
452
+ ### 0.6.15 (2022-04-25)
453
+ - VcTooltip - opacity 100%
454
+ - VcDropzone - fix active styles
455
+ - VcSelectField - add error-messages, add tooltip nudge
456
+ - VcTextField - add tooltip nudge
457
+ - VcLink - add click action
458
+ - VcSwitch - fix clickable icons
459
+ - VcSearchBar
460
+
461
+ ### 0.6.14 (2022-03-21)
462
+ - VcDropzone - component added
463
+ - VcTextField - add prefix and error-messages
464
+ - VcConfirmModal - fix for rtl button position
465
+
466
+ ### 0.6.13 (2022-03-14)
467
+ - Updated localization files
468
+
469
+ ### 0.6.12 (2022-03-14)
470
+ - VcSelectField - fix border colors for some variations
471
+
472
+ ### 0.6.11 (2022-03-13)
473
+ - VcListbox - small fix for distinguishing data qa on the list
474
+
475
+ ### 0.6.10 (2022-03-06)
476
+ - VcModalContainer - fix for overflow-x scroll
477
+
478
+ ### 0.6.9 (2022-03-02)
479
+ - VcButton - fix for button flavor
480
+
481
+ ### 0.6.8 (2022-03-02)
482
+ - VcTextArea - add fixed-height state
483
+ - VcPopover - fix corners radius
484
+ - VcUpsellBlock - background overflow bug fix
485
+ - VcLink - add target as prop
486
+ - VcModalContainer - add xl size
487
+
488
+ ### 0.6.7 (2022-03-01)
489
+ - VcButton - fix for color flavor
490
+
491
+ ### 0.6.6 (2022-03-01)
492
+ - VcAvatar - support the 0 color id
493
+ - VcBanner - fix background to be branded
494
+
495
+ ### 0.6.4 (2022-02-28)
496
+ - VcButton - add flavor prop
497
+ - VcBanner - Change component design
498
+
499
+ ### 0.6.3 (2022-02-23)
500
+ - VcListbox - performance improve
501
+
502
+ ### 0.6.2 (2022-02-22)
503
+ - VcListbox - minor fix
504
+
505
+ ### 0.6.1 (2022-02-21)
506
+ - VcTextField - add tooltip, placeholder
507
+ - VcUpsellBlock - css fixes
508
+
509
+ ### 0.6.0 (2022-02-20)
510
+ - VcModalHeader - add no close button new style
511
+ - VcPopover - add white background color
512
+ - VcActionList - fix icon size
513
+ - VcListbox - fix clicking not responding on the edges of the labels
514
+ - VcListbox - use v-list-item-group to get the full "checked" array
515
+ - VcListbox - tooltip option for a disabled item
516
+ - VcUpsellBlock
517
+
518
+ ### 0.5.0 (2022-02-15)
519
+ - VcButton - add outlined and prepend default icon.
520
+ - VcBottomSheet
521
+ - VcInputBottomSheet
522
+ - VcModalHeader - add close button option
523
+ - VcLink - add cursor pointer
524
+ - VcModalHeader - add description
525
+ - VcPopover
526
+ - VcInputPopover
527
+ - VcBadge - update parameters, add test, enrich the story book
528
+ - VcWizard fix content height
529
+ - VcExpansionCard fix color
530
+
531
+
532
+ ### 0.4.0 (2022-02-08)
533
+ - Added VcBadge component
534
+ - fix icon name in VcActionList
535
+ - add parameters to VcTextArea
536
+ - add button the ability to be link
537
+ - VcLink - add secondary
538
+ - VcLink - add prepend icon
539
+ - VcLink - change text context to label
540
+ - SvgIcons - rename chevron_left to chevron_right
541
+ - SvgIcons - add trash, copy, chevron_left
542
+
543
+ ### 0.3.17 (2022-02-06)
544
+ - VcLink - add secondary
545
+ - VcLink - add prepend icon
546
+ - VcLink - change text context to label
547
+ - SvgIcons - rename chevron_left to chevron_right
548
+ - SvgIcons - add trash, copy, chevron_left
549
+
550
+ ### 0.3.16 (2022-01-31)
551
+ - Center image in VcImage
552
+ - bug fix in VcBanner
553
+ - Bug fix in VcImage
554
+ - VcChip
555
+ - fix expansion card content slot to have padding
556
+ - text-area auto grow
557
+
558
+ ### 0.3.15 (2022-01-24)
559
+ - rename wizard event to move forward
560
+ - move breakpoint from mixin to wizard component
561
+ - modify expansion card content slot to have padding
562
+
563
+ ### 0.3.14 (2022-01-24)
564
+ - add the ability to use image path or object in all relevant places
565
+ - add VcImage to facilitate use of different types of images and SVGs
566
+ - add title to wizard stepsBar
567
+
568
+ ### 0.3.12 (2022-01-18)
569
+ - add animation to shadow for hover on card
570
+ - fix border radius on action list
571
+ - fix v-model value in VcListEntity and VcExpansionCard
572
+ - added boolean useOffset prop on VcInputModal, VcNoticeModal, VcConfirmProminentModal
573
+ - VcChecklistItem
574
+ - VcListbox
575
+ - Add option to disable the tooltip on VcTooltip
576
+ - Add option to show the avatar on black & white
577
+ - Add option to remove the avatar border
578
+
579
+ ### 0.2.10 (2022-01-13)
580
+ - small fixes on VcActions
581
+ - add icon option for switch component
582
+ - VcExpansionCard
583
+ - VcListEntity
584
+
585
+ ### 0.2.9 (2022-01-12)
586
+ - update design on list item
587
+ - add loading option for confirm modal
588
+
589
+ ### 0.2.4 (2022-01-05)
590
+ - adding svg images to vue object
591
+ - move VcSvg to global components
592
+
593
+ ### 0.2.3 (2022-01-03)
594
+ - bug fix related to $ds
595
+
596
+ ### 0.2.2 (2022-01-03)
597
+ - VcStepsBar
598
+ - VcMobileWizardProgress
599
+ - VcProgressCircular
600
+ - Separate init of i18n for easier unit testing in consuming project
601
+
602
+ ### 0.2.1 (2021-12-29)
603
+ - adding mastercard and visa to icon
604
+
605
+ ### 0.2.0 (2021-12-29)
606
+ - Adding VcEmptyState
607
+ - Adding VcLink
608
+ - Adding VcFocusArea
609
+ - Migrate the VcListItem component from FG
610
+ - Migrate the VcGroupHeader component from FG
611
+ - Adding VcEmptyState
612
+ - Adding VcLink
613
+ - update for VcButton - added pill (rounded) prop
614
+ - Migrate VcFilterPanel component from FG
615
+ - Migrate VcInfiniteScroll component from FG
616
+ - Add translation utility
617
+ - update VcToast
618
+
619
+ ### 0.1.5 (2021-12-07)
620
+ - update for VcAlert - added inline state
621
+ - update for VcCard - update all design and add test and story
622
+ - simplify the process of adding svg icons
623
+ - Migrate the VcCheckbox component from FG
624
+ - add disabled css for VcButton
625
+
626
+ ## 0.1.4 (2021-11-28)
627
+ - VcConfirmModal - added support for loader in modal buttons
628
+ - VcConfirmModal, VcModalContainer, VcModalWrapper - added support to add or remove the offset class
629
+
630
+ ## 0.1.2 (2021-11-21)
631
+ ### Added components
632
+ - VcActionsList
633
+ - VcBottomActions
634
+ - VcActions - A wrapper for VcActionsList and VcBottomActions that chooses which one to display, depending if it is used in desktop or mobile
635
+ - VcTooltip
636
+ - VcIconWithTooltip
637
+
638
+ ### Added utilities
639
+ - util/colorUtil.js - utility functions commonly used for setting the theme