Releases: commitd/components
Releases · commitd/components
v6.3.2
v6.3.1
v6.3.0
v6.2.0
v6.1.0
v6.0.0
6.0.0 (2021-09-02)
Bug Fixes
Features
BREAKING CHANGES
- Changes
StichesVariants
toVariantProps
ChangesgetCssString
togetCssText
AddscreateTheme
andcreateDarkTheme
- this remove the theme creation functionality fromtheme
RemovesStyledConfig
- no longer needed
v5.3.0
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
v5.1.0
v5.0.0
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.