@vcita/design-system 1.1.10 → 1.2.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,309 @@
1
+ # Change log
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
+ ### v1.2.0 (2022-09-08)
10
+ - VcChipList - added new component
11
+ - VcChip - added slot
12
+
13
+ ### v1.1.10 (2022-09-07)
14
+ - VcTabs - fix scrollbar issue
15
+
16
+ ### v1.1.9 (2022-09-07)
17
+ - Adding VcTabs component
18
+
19
+ ### v1.1.8 (2022-09-05)
20
+ - VcInputModal - added closeOnEsc prop, passed to VcModalContainer
21
+ - VcModalContainer - added closeOnEsc prop, passed to VcModalWrapper
22
+ - VcModalWrapper - added closeOnEsc prop, used as condition for esc keydown event
23
+ - VcSearchPicker - use secondary brand hues
24
+ - VcSearchPicker - keep menu open if focusing the text input
25
+
26
+ ### v1.1.7 (2022-09-04)
27
+ - VcDocItem - added svg as an image type
28
+ - VcSearchPicker - caret and pointer color
29
+ - VcSearchPicker - add menu custom class name prop
30
+ - VcSearchPicker - use brand colors
31
+
32
+ ### v1.1.6 (2022-08-28)
33
+ - VcDocItem - added 'xlsx' as a spreadsheet format
34
+ - VcDocItem - added max width
35
+ - VcSearchPicker - add background color to input
36
+
37
+ ### v1.1.5 (2022-08-24)
38
+ - VcDraggableList - remove hover from mobile
39
+
40
+ ### v1.1.4 (2022-08-21)
41
+ - Adding composition and slots examples
42
+ - VcModalFooter - added disabled option to VcButton
43
+
44
+ ### v1.1.3 (2022-08-21)
45
+ - VcDraggableList - add story with slot and fix icon size
46
+
47
+ ### v1.1.2 (2022-08-16)
48
+ - VcModalHeader - add right button icon
49
+ - VcList
50
+ - VcBaseListItem
51
+ - VcMobilePicker - new mobile picker pattern based on VcList
52
+ - VcTextField - add appendIcon and readonly properties + CSS
53
+ - VcInputModal - add showFooter + CSS
54
+ - VcModalContainer - remove the auto height on the VcModalContainerContent class
55
+ - VcDraggableList - added component
56
+ - VcTextField - fix label alignment
57
+ - VcWizard - add dynamic step names and description
58
+ - VcTextField - add google address autocomplete
59
+ - VcAvatar - fix image path prop
60
+
61
+ ### 1.1.1 (2022-08-11)
62
+ - Update translations
63
+
64
+ ### 1.1.0 (2022-08-08)
65
+ - VcDocItem - implemented uploaded and corrupted states
66
+ - VcStepperContent - add link color under the description
67
+ - VcWizard - BREAKING CHANGE: v-model current-step fixes
68
+ - VcSearchPicker - added component
69
+
70
+ ### 1.0.7 (2022-07-26)
71
+ - VcEmptyState - change color for button ghost
72
+
73
+ ### 1.0.6 BREAKING CHANGES (2022-07-24)
74
+ - Split variables.scss into vuetify-variables.scss and variables.scss
75
+ - Consuming project changes required
76
+
77
+ ### 0.6.27 (2022-07-17)
78
+ - VcButton - add ghost mode. fix storybook props inherit
79
+ - VcEmptyState - add ability to choose ghost mode btn
80
+ - VcDocItem - added document formats
81
+ - VcAutoComplete, VcTextArea, VcTextField - remove branding color when not needed
82
+
83
+ ### 0.6.26 (2022-07-03)
84
+ - VcDocItem - component added to ds
85
+ - VcTimeSince
86
+ - VcSwitch - add option to show label before switch
87
+ - Translations with parameters
88
+
89
+ ### 0.6.25 (2022-06-23)
90
+ - VcInputPopover - add click outside will not close the popover support
91
+
92
+ ### 0.6.24 (2022-06-14)
93
+ - VcInputBottomSheet - add switch support
94
+
95
+ ### 0.6.23 (2022-06-13)
96
+ - VcWizard - css fix
97
+
98
+ ### 0.6.22 (2022-05-31)
99
+ - VcRadioGroup - fix tooltip slots
100
+
101
+ ### 0.6.21 (2022-05-16)
102
+ - VcRadioGroup - create
103
+ - VcRadio - create
104
+ - VcTooltip - add slots and fallback icon as an activator
105
+
106
+ ### 0.6.20 (2022-05-16)
107
+ - VcStepperContent fix height
108
+ - VcInputPopover - add toggle to header
109
+
110
+ ### 0.6.19 (2022-05-10)
111
+ - VcSegmentedControl added
112
+
113
+ ### 0.6.18 (2022-05-02)
114
+ - VcListbox - add validator
115
+
116
+ ### 0.6.17 (2022-04-27)
117
+ - VcListbox - improve CSS
118
+
119
+ ### 0.6.16 (2022-04-27)
120
+ - VcListbox - add a search bar option
121
+
122
+ ### 0.6.15 (2022-04-25)
123
+ - VcTooltip - opacity 100%
124
+ - VcDropzone - fix active styles
125
+ - VcSelectField - add error-messages, add tooltip nudge
126
+ - VcTextField - add tooltip nudge
127
+ - VcLink - add click action
128
+ - VcSwitch - fix clickable icons
129
+ - VcSearchBar
130
+
131
+ ### 0.6.14 (2022-03-21)
132
+ - VcDropzone - component added
133
+ - VcTextField - add prefix and error-messages
134
+ - VcConfirmModal - fix for rtl button position
135
+
136
+ ### 0.6.13 (2022-03-14)
137
+ - Updated localization files
138
+
139
+ ### 0.6.12 (2022-03-14)
140
+ - VcSelectField - fix border colors for some variations
141
+
142
+ ### 0.6.11 (2022-03-13)
143
+ - VcListbox - small fix for distinguishing data qa on the list
144
+
145
+ ### 0.6.10 (2022-03-06)
146
+ - VcModalContainer - fix for overflow-x scroll
147
+
148
+ ### 0.6.9 (2022-03-02)
149
+ - VcButton - fix for button flavor
150
+
151
+ ### 0.6.8 (2022-03-02)
152
+ - VcTextArea - add fixed-height state
153
+ - VcPopover - fix corners radius
154
+ - VcUpsellBlock - background overflow bug fix
155
+ - VcLink - add target as prop
156
+ - VcModalContainer - add xl size
157
+
158
+ ### 0.6.7 (2022-03-01)
159
+ - VcButton - fix for color flavor
160
+
161
+ ### 0.6.6 (2022-03-01)
162
+ - VcAvatar - support the 0 color id
163
+ - VcBanner - fix background to be branded
164
+
165
+ ### 0.6.4 (2022-02-28)
166
+ - VcButton - add flavor prop
167
+ - VcBanner - Change component design
168
+
169
+ ### 0.6.3 (2022-02-23)
170
+ - VcListbox - performance improve
171
+
172
+ ### 0.6.2 (2022-02-22)
173
+ - VcListbox - minor fix
174
+
175
+ ### 0.6.1 (2022-02-21)
176
+ - VcTextField - add tooltip, placeholder
177
+ - VcUpsellBlock - css fixes
178
+
179
+ ### 0.6.0 (2022-02-20)
180
+ - VcModalHeader - add no close button new style
181
+ - VcPopover - add white background color
182
+ - VcActionList - fix icon size
183
+ - VcListbox - fix clicking not responding on the edges of the labels
184
+ - VcListbox - use v-list-item-group to get the full "checked" array
185
+ - VcListbox - tooltip option for a disabled item
186
+ - VcUpsellBlock
187
+
188
+ ### 0.5.0 (2022-02-15)
189
+ - VcButton - add outlined and prepend default icon.
190
+ - VcBottomSheet
191
+ - VcInputBottomSheet
192
+ - VcModalHeader - add close button option
193
+ - VcLink - add cursor pointer
194
+ - VcModalHeader - add description
195
+ - VcPopover
196
+ - VcInputPopover
197
+ - VcBadge - update parameters, add test, enrich the story book
198
+ - VcWizard fix content height
199
+ - VcExpansionCard fix color
200
+
201
+
202
+ ### 0.4.0 (2022-02-08)
203
+ - Added VcBadge component
204
+ - fix icon name in VcActionList
205
+ - add parameters to VcTextArea
206
+ - add button the ability to be link
207
+ - VcLink - add secondary
208
+ - VcLink - add prepend icon
209
+ - VcLink - change text context to label
210
+ - SvgIcons - rename chevron_left to chevron_right
211
+ - SvgIcons - add trash, copy, chevron_left
212
+
213
+ ### 0.3.17 (2022-02-06)
214
+ - VcLink - add secondary
215
+ - VcLink - add prepend icon
216
+ - VcLink - change text context to label
217
+ - SvgIcons - rename chevron_left to chevron_right
218
+ - SvgIcons - add trash, copy, chevron_left
219
+
220
+ ### 0.3.16 (2022-01-31)
221
+ - Center image in VcImage
222
+ - bug fix in VcBanner
223
+ - Bug fix in VcImage
224
+ - VcChip
225
+ - fix expansion card content slot to have padding
226
+ - text-area auto grow
227
+
228
+ ### 0.3.15 (2022-01-24)
229
+ - rename wizard event to move forward
230
+ - move breakpoint from mixin to wizard component
231
+ - modify expansion card content slot to have padding
232
+
233
+ ### 0.3.14 (2022-01-24)
234
+ - add the ability to use image path or object in all relevant places
235
+ - add VcImage to facilitate use of different types of images and SVGs
236
+ - add title to wizard stepsBar
237
+
238
+ ### 0.3.12 (2022-01-18)
239
+ - add animation to shadow for hover on card
240
+ - fix border radius on action list
241
+ - fix v-model value in VcListEntity and VcExpansionCard
242
+ - added boolean useOffset prop on VcInputModal, VcNoticeModal, VcConfirmProminentModal
243
+ - VcChecklistItem
244
+ - VcListbox
245
+ - Add option to disable the tooltip on VcTooltip
246
+ - Add option to show the avatar on black & white
247
+ - Add option to remove the avatar border
248
+
249
+ ### 0.2.10 (2022-01-13)
250
+ - small fixes on VcActions
251
+ - add icon option for switch component
252
+ - VcExpansionCard
253
+ - VcListEntity
254
+
255
+ ### 0.2.9 (2022-01-12)
256
+ - update design on list item
257
+ - add loading option for confirm modal
258
+
259
+ ### 0.2.4 (2022-01-05)
260
+ - adding svg images to vue object
261
+ - move VcSvg to global components
262
+
263
+ ### 0.2.3 (2022-01-03)
264
+ - bug fix related to $ds
265
+
266
+ ### 0.2.2 (2022-01-03)
267
+ - VcStepsBar
268
+ - VcMobileWizardProgress
269
+ - VcProgressCircular
270
+ - Separate init of i18n for easier unit testing in consuming project
271
+
272
+ ### 0.2.1 (2021-12-29)
273
+ - adding mastercard and visa to icon
274
+
275
+ ### 0.2.0 (2021-12-29)
276
+ - Adding VcEmptyState
277
+ - Adding VcLink
278
+ - Adding VcFocusArea
279
+ - Migrate the VcListItem component from FG
280
+ - Migrate the VcGroupHeader component from FG
281
+ - Adding VcEmptyState
282
+ - Adding VcLink
283
+ - update for VcButton - added pill (rounded) prop
284
+ - Migrate VcFilterPanel component from FG
285
+ - Migrate VcInfiniteScroll component from FG
286
+ - Add translation utility
287
+ - update VcToast
288
+
289
+ ### 0.1.5 (2021-12-07)
290
+ - update for VcAlert - added inline state
291
+ - update for VcCard - update all design and add test and story
292
+ - simplify the process of adding svg icons
293
+ - Migrate the VcCheckbox component from FG
294
+ - add disabled css for VcButton
295
+
296
+ ## 0.1.4 (2021-11-28)
297
+ - VcConfirmModal - added support for loader in modal buttons
298
+ - VcConfirmModal, VcModalContainer, VcModalWrapper - added support to add or remove the offset class
299
+
300
+ ## 0.1.2 (2021-11-21)
301
+ ### Added components
302
+ - VcActionsList
303
+ - VcBottomActions
304
+ - VcActions - A wrapper for VcActionsList and VcBottomActions that chooses which one to display, depending if it is used in desktop or mobile
305
+ - VcTooltip
306
+ - VcIconWithTooltip
307
+
308
+ ### Added utilities
309
+ - util/colorUtil.js - utility functions commonly used for setting the theme