Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 1.51 KB

Vectre Changelog

1.1.0

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]

1.0.2

Fixes

  • Fix tree shaking