Skip to content

Releases: lopsch/snabbdom-material-components

v1.0.0

16 Sep 16:05
Compare
Choose a tag to compare

1.0.0 (2017-09-16)

Features

  • all: Refactored props handling, removed typestyle (c7169e6)

BREAKING CHANGES

  • all: style object is no removed from props and added to class via typestyle. In turn it
    is available inside the snabbdom data object.

v0.7.0

01 Sep 19:56
Compare
Choose a tag to compare

0.7.0 (2017-09-01)

Bug Fixes

  • button: Fix ripple behavior (26627d1)
  • button: Fix ripple tests (9be401a)

Features

  • button: Add stroked button style (70d94fb)
  • button: Don't create ButtonAdapter if ripple is not desired (6b7f719)
  • checkbox: Add possibility to only use css, adapt form field to only instantiate if wrapping SM (d61b006)
  • form-field: Add style switch to align end (148a243)
  • radio: Add possibility to only use css (dd50d2d)
  • switch: Extract label to be used alongside (7209382)

v0.6.0

26 Aug 16:15
Compare
Choose a tag to compare

0.6.0 (2017-08-26)

Features

  • button: Add unelevated property to button (7ebe22d)