@vcita/design-system 1.3.8 → 1.3.9

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