Tags: vectrejs/vectre
Tags
Breaking changes * Rename "size" → "rows" and "scale" → "size" properties of `FormSelect` to keep API uniformity [[commit](43218e6)] Features * Add `Overlay` component * Add `FormSlider` component * Add `FormSwitch` and `FormSwitchGroup` as separate components. No more need to use `FormCheckbox` with "switch" type * Add `ClickOutside` directive * Add `Overlay` directive * 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 * Make Card components susceptible to external attributes (e.g. style/class) * Now `Tooltip` is shown for null values except for undefined