Skip to content

Releases: commitd/components

v6.3.2

26 Oct 16:57
5139a4b
Compare
Choose a tag to compare

6.3.2 (2021-10-26)

Bug Fixes

  • accordion: fixes typing issue after update of radix (bb6ce79)
  • spinner: fix the Spinner draw variant (166d75c)

v6.3.1

19 Sep 13:59
6ac900b
Compare
Choose a tag to compare

6.3.1 (2021-09-19)

Bug Fixes

  • allows tests to run without jest fix for media query (2c394af), closes #228

v6.3.0

16 Sep 12:24
7347c81
Compare
Choose a tag to compare

6.3.0 (2021-09-16)

Bug Fixes

  • popover: fixes popover stories and props types (1721ec1), closes #226

Features

  • themeprovider: makes ThemeProvider respect system theme change (558f41c), closes #224

v6.2.0

07 Sep 15:09
728c572
Compare
Choose a tag to compare

6.2.0 (2021-09-07)

Features

  • switch: adds brand variant to switch component (58a7cf4), closes #221

v6.1.0

06 Sep 08:55
658085c
Compare
Choose a tag to compare

6.1.0 (2021-09-06)

Features

  • skeleton: adds skeleton component (9619619), closes #218

v6.0.0

02 Sep 16:27
795d294
Compare
Choose a tag to compare

6.0.0 (2021-09-02)

Bug Fixes

  • tooltip: fix the prop passing for Tooltip root (eb6cd02), closes #215

Features

BREAKING CHANGES

  • Changes StichesVariants to VariantProps
    Changes getCssString to getCssText
    Adds createTheme and createDarkTheme - this remove the theme creation functionality from theme
    Removes StyledConfig - no longer needed

v5.3.0

23 Aug 13:45
669623e
Compare
Choose a tag to compare

5.3.0 (2021-08-23)

Bug Fixes

  • accordion: no longer write collapsible to dom in accordion (f7e0769), closes #214
  • button: remove full size variant (cb3188b)
  • overlay: improves the overlay contrast (3f38f57), closes #210
  • tabs: only add border to tertiary variant (e632b39), closes #211

Features

  • box: adds utility variants to Box (3096f6e), closes #204
  • button: improvements to Button, adds full-width and fixes disabled appearance (0064402), closes #213
  • container: adds a responsive variant (73ae128), closes #209
  • divider: adds more width options defaults to full (4bb8dcd), closes #204
  • popover: adds css prop to the popover anchor (1c498ee), closes #203
  • updates radix component to latest versions (97e37ec)

v5.2.0

12 Aug 09:34
60c1f98
Compare
Choose a tag to compare

5.2.0 (2021-08-12)

Bug Fixes

  • ci: add missing format script (c432334)
  • ci: build script publish token set up (ed33911)
  • example: fixes example build (6033151)

Features

  • tabs: add position option to tabs (47193c2), closes #205

v5.1.0

28 Jul 16:12
0575357
Compare
Choose a tag to compare

5.1.0 (2021-07-28)

Bug Fixes

  • card: improve sub heading accessibility (117279a), closes #189

Features

  • list: improves the List component (6780c46), closes #195

v5.0.0

25 Jul 13:47
89945ce
Compare
Choose a tag to compare

5.0.0 (2021-07-25)

Bug Fixes

  • ci: fixes release script (ac6714d)
  • ci: fixes release script (cd5f52f)
  • ci: fixes release script (ec1f5f7)

Features

  • rewrite of design system (0dc3a66), closes #194
  • ci: adding semantic-release (cda15d6), closes #187
  • ci: adds commitzen as a tool for adding commits (b40939f), closes #187

BREAKING CHANGES

  • Fully redesigned. While many of the old components are still present the API for
    all components has changed. See documentation.