Skip to content

v0.5.0

Compare
Choose a tag to compare
@hai-cea hai-cea released this 04 Jan 00:00
· 23776 commits to master since this release
Breaking Changes
  • Removed lesshat dependency. Be sure to change your build process to include an
    autoprefixer.
Components
  • Buttons
    • Ripple animations are much faster now. The animation starts onMouseDown or onTouchStart
      and completes onMouseUp or onTouchEnd. Now we can spam buttons all day long. :)
    • Spacebar key up triggers button clicks. (#155)
  • Slider
    • Changed slider cursor (#187)
  • Snackbar (New)
    • Added a snackbar component.