Releases: commitd/components
Releases · commitd/components
v7.2.0
v7.1.0
v7.0.2
v7.0.1
v7.0.0
7.0.0 (2022-04-18)
Bug Fixes
Features
- adds ComponentProvider to wrap all providers (713dd07), closes #253
- adds new Form and FormControl components (54be0ef), closes #248
- link: adds
asChild
toLink
and removesas
prop (d4f15eb), closes #256 - menu: adds destructive variant to menu items (5eb3f06), closes #250
BREAKING CHANGES
- link: Users of Link
as
prop should change toasChild
and nest the component with any
of it's own props. - It is now reccommended that you wrap the application with
ComponentsProvider
replacing theThemeProvider
. This includes all required components.
v6.8.0
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
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
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)