Version 2.6.1
v2.6.1Minor Changes#
Stepper 2.2.0#
- 
Add support for showLastSeparatorin theSteppercomponent to show the last separator in theSteppercomponent. By default, the last separator is hidden.
- 
Add default chakra-*classnames to all component parts.- 
Expose activeStepPercent,isCompleteStep, andisIncompleteSteptouseStephook.
- 
Add StepIndicatorContentcomponent to reduce boilerplate for step indicator.
 
- 
Patch Changes#
Avatar 2.2.10#
Fix issue where the initial was incorrect when only one name is passed
Popover 2.1.11#
- Improve popover arrow rendering by removing the default shadow rendered.
- Added support for shadowColorprop in thePopoverArrowcomponent to change the color of the arrow's shadow.
Slider 2.0.24#
Fix issue where Slider orientation doesn't look right when orientation is
undefined .
Theme 3.1.1#
- Update tag theme to leverage css variables
- Update stepper theme to account for showLastSeparatorin theSteppercomponent
CLI 2.4.1#
Refactor theme generation process and fixed ESM issues