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