Skip to content

v0.0.11

Compare
Choose a tag to compare
@kmanktelow kmanktelow released this 13 Nov 13:22

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)