Skip to content

Latest commit

 

History

History
113 lines (62 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

113 lines (62 loc) · 5.81 KB

0.7.0 (2020-05-11)

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)

Features

0.6.0 (2019-10-23)

Features

0.5.0 (2019-01-29)

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

0.4.0 (2018-11-19)

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)

0.3.0 (2018-08-22)

Bug Fixes

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

Features

0.2.0 (2018-06-20)

Bug Fixes

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

0.1.0 (2018-06-06)

Features

  • button: initial implementation (51dc34e)
  • checkbox: initial implementation (6f30403)
  • header: initial implementation (662b01f)
  • input: initial implementation (eccbaae)
  • link: initial implementation (4b15fde)
  • radio: initial implementation (b8b4caa)
  • select: initial implementation (#6) (4ad4617)
  • slider: initial implementation (c8119e2)
  • toggle: initial implementation (8fb68ff)