Version 2.4.4
v2.4.4Minor Changes#
Styled System 2.5.0#
- Reverted isTruncatedto solve some edge cases withnoOfLines={1}
Gatsby Plugin 3.1.0#
- Added option to use ChakraBaseProviderinstead ofChakraProvider2. This will only apply theme tokens only and exlude theming for components.
Patch Changes#
Card 2.1.3#
- Fixed issue where CardFooterstyle could not be overriden from theme.
Icons 2.0.14#
- Added ReactIconto align with Figma UI Kit
Skeleton 2.0.20#
- 
Added support for fitContentprop.When set to true, theSkeletonwill take the width of its children.<Skeleton fitContent><p>Hello World</p></Skeleton>
- 
Fixed issue where Skeletonstyles could not beoveriddenin dark mode
Slider 2.0.16#
- Expose RangeSliderStateandRangeSliderActionstypes to improve documentation
Table 2.0.13#
- Added the layoutprop to set thetableLayoutCSS property.
CLI 2.2.1#
- Improved support for TS config paths