@vcita/design-system 0.6.19 → 0.6.21

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,218 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ### Unreleased changes
8
+
9
+ ### 0.6.21 (2022-05-16)
10
+ - VcRadioGroup - create
11
+ - VcRadio - create
12
+ - VcTooltip - add slots and fallback icon as an activator
13
+
14
+
15
+ ### 0.6.20 (2022-05-16)
16
+ - VcStepperContent fix height
17
+ - VcInputPopover - add toggle to header
18
+
19
+ ### 0.6.19 (2022-05-10)
20
+ - VcSegmentedControl added
21
+
22
+ ### 0.6.18 (2022-05-02)
23
+ - VcListbox - add validator
24
+
25
+ ### 0.6.17 (2022-04-27)
26
+ - VcListbox - improve CSS
27
+
28
+ ### 0.6.16 (2022-04-27)
29
+ - VcListbox - add a search bar option
30
+
31
+ ### 0.6.15 (2022-04-25)
32
+ - VcTooltip - opacity 100%
33
+ - VcDropzone - fix active styles
34
+ - VcSelectField - add error-messages, add tooltip nudge
35
+ - VcTextField - add tooltip nudge
36
+ - VcLink - add click action
37
+ - VcSwitch - fix clickable icons
38
+ - VcSearchBar
39
+
40
+ ### 0.6.14 (2022-03-21)
41
+ - VcDropzone - component added
42
+ - VcTextField - add prefix and error-messages
43
+ - VcConfirmModal - fix for rtl button position
44
+
45
+ ### 0.6.13 (2022-03-14)
46
+ - Updated localization files
47
+
48
+ ### 0.6.12 (2022-03-14)
49
+ - VcSelectField - fix border colors for some variations
50
+
51
+ ### 0.6.11 (2022-03-13)
52
+ - VcListbox - small fix for distinguishing data qa on the list
53
+
54
+ ### 0.6.10 (2022-03-06)
55
+ - VcModalContainer - fix for overflow-x scroll
56
+
57
+ ### 0.6.9 (2022-03-02)
58
+ - VcButton - fix for button flavor
59
+
60
+ ### 0.6.8 (2022-03-02)
61
+ - VcTextArea - add fixed-height state
62
+ - VcPopover - fix corners radius
63
+ - VcUpsellBlock - background overflow bug fix
64
+ - VcLink - add target as prop
65
+ - VcModalContainer - add xl size
66
+
67
+ ### 0.6.7 (2022-03-01)
68
+ - VcButton - fix for color flavor
69
+
70
+ ### 0.6.6 (2022-03-01)
71
+ - VcAvatar - support the 0 color id
72
+ - VcBanner - fix background to be branded
73
+
74
+ ### 0.6.4 (2022-02-28)
75
+ - VcButton - add flavor prop
76
+ - VcBanner - Change component design
77
+
78
+ ### 0.6.3 (2022-02-23)
79
+ - VcListbox - performance improve
80
+
81
+ ### 0.6.2 (2022-02-22)
82
+ - VcListbox - minor fix
83
+
84
+ ### 0.6.1 (2022-02-21)
85
+ - VcTextField - add tooltip, placeholder
86
+ - VcUpsellBlock - css fixes
87
+
88
+ ### 0.6.0 (2022-02-20)
89
+ - VcModalHeader - add no close button new style
90
+ - VcPopover - add white background color
91
+ - VcActionList - fix icon size
92
+ - VcListbox - fix clicking not responding on the edges of the labels
93
+ - VcListbox - use v-list-item-group to get the full "checked" array
94
+ - VcListbox - tooltip option for a disabled item
95
+ - VcUpsellBlock
96
+
97
+ ### 0.5.0 (2022-02-15)
98
+ - VcButton - add outlined and prepend default icon.
99
+ - VcBottomSheet
100
+ - VcInputBottomSheet
101
+ - VcModalHeader - add close button option
102
+ - VcLink - add cursor pointer
103
+ - VcModalHeader - add description
104
+ - VcPopover
105
+ - VcInputPopover
106
+ - VcBadge - update parameters, add test, enrich the story book
107
+ - VcWizard fix content height
108
+ - VcExpansionCard fix color
109
+
110
+
111
+ ### 0.4.0 (2022-02-08)
112
+ - Added VcBadge component
113
+ - fix icon name in VcActionList
114
+ - add parameters to VcTextArea
115
+ - add button the ability to be link
116
+ - VcLink - add secondary
117
+ - VcLink - add prepend icon
118
+ - VcLink - change text context to label
119
+ - SvgIcons - rename chevron_left to chevron_right
120
+ - SvgIcons - add trash, copy, chevron_left
121
+
122
+ ### 0.3.17 (2022-02-06)
123
+ - VcLink - add secondary
124
+ - VcLink - add prepend icon
125
+ - VcLink - change text context to label
126
+ - SvgIcons - rename chevron_left to chevron_right
127
+ - SvgIcons - add trash, copy, chevron_left
128
+
129
+ ### 0.3.16 (2022-01-31)
130
+ - Center image in VcImage
131
+ - bug fix in VcBanner
132
+ - Bug fix in VcImage
133
+ - VcChip
134
+ - fix expansion card content slot to have padding
135
+ - text-area auto grow
136
+
137
+ ### 0.3.15 (2022-01-24)
138
+ - rename wizard event to move forward
139
+ - move breakpoint from mixin to wizard component
140
+ - modify expansion card content slot to have padding
141
+
142
+ ### 0.3.14 (2022-01-24)
143
+ - add the ability to use image path or object in all relevant places
144
+ - add VcImage to facilitate use of different types of images and SVGs
145
+ - add title to wizard stepsBar
146
+
147
+ ### 0.3.12 (2022-01-18)
148
+ - add animation to shadow for hover on card
149
+ - fix border radius on action list
150
+ - fix v-model value in VcListEntity and VcExpansionCard
151
+ - added boolean useOffset prop on VcInputModal, VcNoticeModal, VcConfirmProminentModal
152
+ - VcChecklistItem
153
+ - VcListbox
154
+ - Add option to disable the tooltip on VcTooltip
155
+ - Add option to show the avatar on black & white
156
+ - Add option to remove the avatar border
157
+
158
+ ### 0.2.10 (2022-01-13)
159
+ - small fixes on VcActions
160
+ - add icon option for switch component
161
+ - VcExpansionCard
162
+ - VcListEntity
163
+
164
+ ### 0.2.9 (2022-01-12)
165
+ - update design on list item
166
+ - add loading option for confirm modal
167
+
168
+ ### 0.2.4 (2022-01-05)
169
+ - adding svg images to vue object
170
+ - move VcSvg to global components
171
+
172
+ ### 0.2.3 (2022-01-03)
173
+ - bug fix related to $ds
174
+
175
+ ### 0.2.2 (2022-01-03)
176
+ - VcStepsBar
177
+ - VcMobileWizardProgress
178
+ - VcProgressCircular
179
+ - Separate init of i18n for easier unit testing in consuming project
180
+
181
+ ### 0.2.1 (2021-12-29)
182
+ - adding mastercard and visa to icon
183
+
184
+ ### 0.2.0 (2021-12-29)
185
+ - Adding VcEmptyState
186
+ - Adding VcLink
187
+ - Adding VcFocusArea
188
+ - Migrate the VcListItem component from FG
189
+ - Migrate the VcGroupHeader component from FG
190
+ - Adding VcEmptyState
191
+ - Adding VcLink
192
+ - update for VcButton - added pill (rounded) prop
193
+ - Migrate VcFilterPanel component from FG
194
+ - Migrate VcInfiniteScroll component from FG
195
+ - Add translation utility
196
+ - update VcToast
197
+
198
+ ### 0.1.5 (2021-12-07)
199
+ - update for VcAlert - added inline state
200
+ - update for VcCard - update all design and add test and story
201
+ - simplify the process of adding svg icons
202
+ - Migrate the VcCheckbox component from FG
203
+ - add disabled css for VcButton
204
+
205
+ ## 0.1.4 (2021-11-28)
206
+ - VcConfirmModal - added support for loader in modal buttons
207
+ - VcConfirmModal, VcModalContainer, VcModalWrapper - added support to add or remove the offset class
208
+
209
+ ## 0.1.2 (2021-11-21)
210
+ ### Added components
211
+ - VcActionsList
212
+ - VcBottomActions
213
+ - VcActions - A wrapper for VcActionsList and VcBottomActions that chooses which one to display, depending if it is used in desktop or mobile
214
+ - VcTooltip
215
+ - VcIconWithTooltip
216
+
217
+ ### Added utilities
218
+ - util/colorUtil.js - utility functions commonly used for setting the theme