Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Releases: smooth-code/smooth-ui

v4.2.0

30 May 13:14
Compare
Choose a tag to compare

Features

  • add Button default variant (primary) (2ccb3d8)

v4.1.2

29 May 13:09
49e96e3
Compare
Choose a tag to compare

Bug Fixes

  • fix import X from 'smooth-ui/X' (08c82d5)

v4.1.1

29 May 12:29
Compare
Choose a tag to compare

Bug Fixes

v4.1.0

29 May 12:20
0262a1c
Compare
Choose a tag to compare

Bug Fixes

  • remove "transition: all" (5773201), closes #8

Features

v4.0.1

28 May 13:54
Compare
Choose a tag to compare
docs(package.json): add description & keywords

v4.0.0

28 May 13:42
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • Remove default variant on buttons
  • controlFocusBoxShadow is now a mixin

v3.0.2

29 Apr 17:13
Compare
Choose a tag to compare

Bug Fixes

v3.0.1

29 Apr 15:57
Compare
Choose a tag to compare

Fix build.

v3.0.0

29 Apr 15:49
b3cf968
Compare
Choose a tag to compare

Features

  • add up, down and between (883edb6)

BREAKING CHANGES

  • upTo is now up
  • rename breakPoints into breakpoints in theme

v2.0.0

01 Apr 16:04
2d741a5
Compare
Choose a tag to compare

Bug Fixes

  • ControlFeedback: fix export name (2e7daf8)

Features

BREAKING CHANGES

  • Alert: Mixins are now a function that takes props and return another function.