Releases: vectrejs/vectre
Releases · vectrejs/vectre
v1.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
andFormSwitchGroup
as separate components. No more need to useFormCheckbox
with "switch" type [updated docs] - Add
ClickOutside
directive [docs] - Add
Overlay
directive [docs] - Add
noScroll
prop toModal
to disable background scrolling overlay
prop ofModal
can take from 0 to 99 as the opacity level- Add
htmlTag
prop toBtn
component to render button as an ordinary link