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

v7.1.0

07 Jan 16:13
Compare
Choose a tag to compare

Features

v7.0.5

11 Nov 10:04
Compare
Choose a tag to compare

Bug Fixes

v7.0.4

01 Nov 08:29
Compare
Choose a tag to compare

Bug Fixes

  • globalStyle: correctly export normalize (a202061)

v7.0.3

24 Oct 08:40
Compare
Choose a tag to compare

Bug Fixes

  • modals: replace focus-trap by focus-lock (#69) (77872db)
  • sc: fix withComponent + styled behaviour (f8e45cc)

v7.0.2

23 Oct 15:31
Compare
Choose a tag to compare

Bug Fixes

v7.0.1

19 Oct 13:53
Compare
Choose a tag to compare

Bug Fixes

  • sc: fix withComponent usage (3f882c5)

v7.0.0

18 Oct 09:15
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • "persistent" prop has been removed from Modal, Modal are now
    non-persistent.

  • "sui-modal-backdrop" has been removed, it is now "sui-modal".

v6.0.2

17 Oct 19:11
Compare
Choose a tag to compare

Bug Fixes

  • correctly apply system (49e975d)
  • emotion: fix css & styled function with babel-plugin-emotion (a214b18)
  • emotion: fix css function (29448df)

v6.0.1

17 Oct 15:42
Compare
Choose a tag to compare

Bug Fixes

  • emotion: fix css function (9d61910)

v6.0.0

17 Oct 15:13
Compare
Choose a tag to compare

Features

  • expose cx & keyframes from emotion (c226981)
  • flatten style & remove classNames (34dd3fc)
  • select now accepts children instead of options (1a26480), closes #60
  • support styled-components v4 (b25675a)

BREAKING CHANGES

  • styled-components v4 is now required
  • .extend has been removed, please use styled() instead
  • component prop has been removed, please use as instead
  • A lot of classes have been removed.
  • Introduced a new default size "md".