@vcita/design-system 1.1.7-beta.1 → 1.1.8

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