Releases: chakra-ui/pro-theme
Releases · chakra-ui/pro-theme
Release 0.10.0
Changed
- Set the default
variant
forButton
toprimary
fromsolid
. - Use a more subtle placeholder color for the
filled.accent
variant of theInput
component.
Release 0.9.0
Added
- Revise
Drawer
to have a more consistent spacing with the rest of the components.
Fixed
- Fixed an issue with the
Button
component where thetext
variant had the wrong line height.
Release 0.8.0
Added
- Revise
IconButton
to have a more consistent look with the rest of the components.
Changed
- Tweak
CloseButton
to visually align with theIconButton
component.
Release 0.7.1
Fixed
- Set
flexShrink
to0
forButton
variants to prevent it from shrinking when used in a flex container.
Release 0.7.0
Added
- Revise
CloseButton
to have a more consistent look with the rest of the components. - Added
border.active
token to help with conveying the status of a component. - Added
underline
variant forLink
component.
Changed
- Tweaked
border.default
andborder.emphasized
token to have a more subtle color in dark mode.
Release 0.6.0
Added
- Added semantic token
success
anderror
to help with conveying the status of a component. - Added
filled.accent
variant forInput
component.
Changed
- Removed
boxShadow
fromButton
variantprimary
andsecondary
to make the component more consistent with the rest of the components. - Tone down the
boxShadow
forTabs
variantinidcator
.
Removed
- Removed
outline-on-accent
variant forInput
component as it was barely used. - Removed
filled
styles from theInput
component. The default variant from the Chakra UI theme will be used.
Fixed
- Fixed an issue with the
FormLabel
,Progress
andTable
component not having the correctcolor
.
Release 0.6.0-beta.0
Added
- Added semantic token
success
anderror
to help with conveying the status of a component. - Added
filled.accent
variant forInput
component.
Changed
- Removed
boxShadow
fromButton
variantprimary
andsecondary
to make the component more consistent with the rest of the components. - Tone down the
boxShadow
forTabs
variantinidcator
. - Increase font weight for
Checkbox
tosemibold
.
Removed
- Removed
outline-on-accent
variant forInput
component as it was barely used. - Removed
filled
styles from theInput
component. The default variant from the Chakra UI theme will be used.
Fixed
- Fixed an issue with the
FormLabel
,Progress
andTable
component not having the correctcolor
.
Release 0.5.0
Added
- Added
selected
styles for the secondaryButton
variant.
Changed
- Switched the
body
font family toOpen Sans Variable
fromInter Variable
and updated theheading
font family toSpline Sans Variable
fromInter Variable
. This modification was made to enhance readability and provide a more distinctive aesthetic appeal to our site.
Release 0.5.0-beta.0
Added
- Added
selected
styles for the secondaryButton
variant.
Changed
- Switched the
body
font family toOpen Sans Variable
fromInter Variable
and updated theheading
font family toSpline Sans Variable
fromInter Variable
. This modification was made to enhance readability and provide a more distinctive aesthetic appeal to our site.
Release 0.4.0
Added
- Added new
Tabs
variantindicator
.
Changed
- Renamed and re-designed
Tabs
variantwith-line
tounderline
. - Changed the default
colorScheme
forBadge
fromgray
tobrand
.
Removed
- Removed
enclosed
styles from theTabs
component. The default variant from the Chakra UI theme will be used. Tabs
styles no longer override the default Chakra UI theme styles.