Skip to content

Releases: vectrejs/vectre

v1.1.0

15 Oct 15:50
Compare
Choose a tag to compare

Breaking changes

  • Rename "size" → "rows" and "scale" → "size" properties of FormSelect to keep API uniformity [commit]

Features

  • Add Overlay component [docs]
  • Add FormSlider component [docs]
  • Add FormSwitch and FormSwitchGroup as separate components. No more need to use FormCheckbox with "switch" type [updated docs]
  • Add ClickOutside directive [docs]
  • Add Overlay directive [docs]
  • Add noScroll prop to Modal to disable background scrolling
  • overlay prop of Modal can take from 0 to 99 as the opacity level
  • Add htmlTag prop to Btn component to render button as an ordinary link

Fixes

  • Fix dropdown menu opening in Safari [commit]
  • Make Card components susceptible to external attributes (e.g. style/class)[commit]
  • Now Tooltip is shown for null values except for undefined [commit]