Skip to content

Releases: arturmiz/vuent

v0.7.0

11 May 20:52
Compare
Choose a tag to compare

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.6.0

23 Oct 21:20
Compare
Choose a tag to compare

Features

v0.5.0

29 Jan 21:44
Compare
Choose a tag to compare

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

19 Nov 21:08
Compare
Choose a tag to compare

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

22 Aug 16:25
Compare
Choose a tag to compare

Bug Fixes

  • radio: checked calculation simplified (#27) (5478e7a)

Features

v0.2.0

20 Jun 19:12
Compare
Choose a tag to compare

Bug Fixes

  • select: arrow glyph converted from SVG to pure CSS (#16) (b6faf61)
  • select: default label should be empty (#18) (19a8af0)

v0.1.0

06 Jun 19:49
Compare
Choose a tag to compare

Initial release 🎉

Added:

  • Button component.
  • Checkbox component.
  • Header component.
  • Input component.
  • Link component.
  • Radio component.
  • Select component.
  • Slider component.
  • Toggle component.