Skip to content

Releases: commitd/components

v7.2.0

17 May 11:57
d60572d
Compare
Choose a tag to compare

7.2.0 (2022-05-17)

Bug Fixes

Features

  • adds menubutton component to be a trigger with chevron (e03d1f5)

v7.1.0

16 May 09:44
8df2b53
Compare
Choose a tag to compare

7.1.0 (2022-05-16)

Features

  • adds variants to TextArea for resize (f53f61a), closes #270

v7.0.2

22 Apr 16:13
95141ea
Compare
Choose a tag to compare

7.0.2 (2022-04-22)

Bug Fixes

v7.0.1

19 Apr 16:40
50f3d97
Compare
Choose a tag to compare

7.0.1 (2022-04-19)

Bug Fixes

  • remove postinstall action (b2b8e09)

v7.0.0

18 Apr 15:36
e438fba
Compare
Choose a tag to compare

7.0.0 (2022-04-18)

Bug Fixes

  • changed theme component to provide better support for SSR (484e1a7), closes #249

Features

  • adds ComponentProvider to wrap all providers (713dd07), closes #253
  • adds new Form and FormControl components (54be0ef), closes #248
  • link: adds asChild to Link and removes as prop (d4f15eb), closes #256
  • menu: adds destructive variant to menu items (5eb3f06), closes #250

BREAKING CHANGES

  • link: Users of Link as prop should change to asChild and nest the component with any
    of it's own props.
  • It is now reccommended that you wrap the application with ComponentsProvider
    replacing the ThemeProvider. This includes all required components.

v6.8.0

05 Apr 11:54
6e6ba4e
Compare
Choose a tag to compare

6.8.0 (2022-04-05)

Features

  • added abstracted api for toast usage (8c6c186)
  • added stories to tests (b019ba5)
  • added variant stories (3a7f3fd)
  • adjusted placement of action and close, as well as finilised styling (32b6c5f)
  • began creating toast component based on radix (26b6968)
  • fixed border sizing issue (e52d25a)
  • moved zIndex for toast into a stiches token (c00f1f4)
  • moving towards cc stictches values (9a46599)

v6.7.0

22 Mar 09:46
6a32ddf
Compare
Choose a tag to compare

6.7.0 (2022-03-22)

Features

  • added alternative content story (51317f1)
  • added NavMenu to AppBar (534cc76)
  • added triggers to nav-menu (6a895f5)
  • added Wrapped NavigationMenu for use in the App bar (cc1b06b)
  • began introducing navigation menu component (74cbe52)
  • changed to using existing cc and button hovers and shadows (9c889c3)
  • changed to using more committed styles (ec9ca60)
  • included package-lock (67f8a6a)
  • introduced variants into NavMenu (16ba984)
  • more styling tweaks and using cc links (02ad033)
  • removed unneeded filter (712b4fb)
  • tests and formatting fixes (d5683eb)
  • updated documentation (3559b83)
  • updated styling (f63c7df)

v6.6.0

10 Mar 10:29
15480fe
Compare
Choose a tag to compare

6.6.0 (2022-03-10)

Features

  • added abstracted Select for simplicity of API (b1ede82)
  • added more complex stories (44f8aa4)
  • adds label support for Select (4ea6c79)
  • began moving to Radix Select (285f8d5)
  • began moving towards more input style for select (10c72a6)
  • began styling select to match CC style (d3b2dd4)
  • finished basic styling (4410d07)
  • fixed input styling (8e99ad3)
  • more styling (00a4de4)

v6.5.0

23 Nov 11:11
1a57fd7
Compare
Choose a tag to compare

6.5.0 (2021-11-23)

Features

  • select: fixes select behaviour when multiple instances (eac9dfd), closes #236

v6.4.0

18 Nov 18:32
dc2122c
Compare
Choose a tag to compare

6.4.0 (2021-11-18)

Features