Releases: arturmiz/vuent
Releases · arturmiz/vuent
v0.7.0
Features
Bug Fixes
- input: missing number as acceptable value type causing an error (fc01a39)
- input: reset border-radius (74983dc)
- navview: pane width on desktop (0df3c57)
- navview: use span instead of link to avoid nested links (#97) (ef5384e)
v0.5.0
Bug Fixes
- button: missing space between buttons (5ddefc2)
- checkbox: v-model support (#41) (ad9c4be)
- header: using h1 and h2 instead of pure divs to improve a11y (#42) (1b118b5)
Features
v0.4.0
Bug Fixes
- input: additional attributes applied to input (dd1dfc0)
- select: hover background for options (#30) (47c67f6)
Features
- accent color controlled via css variable (#34) (64d2032)
- tabs: initial implementation (#39) (6903324)
v0.3.0
Bug Fixes
- radio: checked calculation simplified (#27) (5478e7a)
Features
v0.2.0
Bug Fixes
- select: arrow glyph converted from SVG to pure CSS (#16) (b6faf61)
- select: default label should be empty (#18) (19a8af0)
v0.1.0
Initial release 🎉
Added:
- Button component.
- Checkbox component.
- Header component.
- Input component.
- Link component.
- Radio component.
- Select component.
- Slider component.
- Toggle component.