Releases: Nexmo/volta-vue
Releases · Nexmo/volta-vue
v0.0.15
Fixed
- vlt-button: fix id prop not rendering (4d85e24)
- vlt-switch: input was not emitted on safari (3fe52e7)
v0.0.14 (Hotfix)
Fixed
- vlt-composite: removing wrapping Vlt-form__element (80168d7)
v0.0.13
Added
- vlt-composite, vlt-group-button: added components (f189355)
Features
- vlt-input, vlt-select: add class-name prop (e466e9a)
v0.0.12
Features
- vlt-sidemenu-link: add exact prop (62e9b83)
v0.0.11
Breaking Changes
The below is a breaking change if you have been passing and array of objects to the options prop. You now need to specify the props property (the property to be used for the selected value) and label-property (the property to be used for the option text.
- vlt-select: add props label and labelProperty (7d7e7c6)
Features
-
vlt-steps: refactor steps to an array of objects (ec73d1b)
-
vlt-table:
-- add prop data for styling (b3cbb14)
-- improve pagination (6da8dcc) (cb4295d)
-
vlt-tabs: add props bordered and shadow for styling (30c1987)
Fixed
- vlt-modal: set focus to confirm button on open (f48c2f7)
v0.0.10
Features
- vlt-steps: emit selected option, add selected and label props (05e8b9b)
Fixed
- vlt-modal: dismiss button styling in IE, Safari and Chrome on Linux (5b02c4c)
v0.0.9
Features
- all: add id prop (baa15fc)
- vlt-field: add error prop
- vlt-steps: add disabled prop, emit selected index on update (eae8d3c)
- vlt-sidemenu-trigger:
- click outside to close mobile menu (7f0d8a5)
- add bagde, and badge-color props (ec4a275)
- vlt-table: add empty message prop (c4416c5)
Fixed
- vlt-dropdown: persist selected option when option array updates (9cd2d8a)
- vlt-table: fix for pagination, page 1 was hidden when only on page 3 (c4416c5)
v0.0.8
Fixed
- vlt-dropdown: only add red styling to selection option if a label is present (443f0e8)
- vlt-table: calculate pagination from actual table rows (f733cb9)
v0.0.7
Fixed
- vlt-flash: don't emit dismissed event if visible set to false (fdab65b)
- vlt-sidemenu-link, vlt-sidemenu-title: remove wrapping li's (fadf5f3)
v0.0.6
Features
- vlt-button: add quartenary buttons (e217c6a)
- vlt-callout: add component for callouts (4a62dc6)
- vlt-field: ability to add tooltip on field (4b3c55a)
- vlt-flash: add components for flash messages (406061d)
- vlt-input: add disabled and placeholders to textarea (01bcb3b)
- demo: able to copy code from demo (b6bc76d)