Skip to content

Latest commit

 

History

History
132 lines (91 loc) · 4.35 KB

v1.6.9.mdx

File metadata and controls

132 lines (91 loc) · 4.35 KB
title description releaseUrl releaseDate version
Version 1.6.9
Explore the changelog for Chakra UI version 1.6.9. Learn about the latest features, bug fixes, and improvements.
October 5, 2021
1.6.9

Minor Changes

  • b769e88f9 #4740 Thanks @segunadebayo! - - Move hard-coded styles to slider's theme

    • Add support for multithumb slider. We now have useRangeSlider, RangeSlider and RangeSlider* components
    <RangeSlider>
      <RangeSliderTrack>
        <RangeSliderFilledTrack />
      </RangeSliderTrack>
      <RangeSliderThumb index={0} />
      <RangeSliderThumb index={1} />
    </RangeSlider>

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

  • eafb21e18 #4744 Thanks @rohankokane! - Updated transition variants for drawer animations to prevent it from disappearing when placement conditionally changes

Patch Changes

Patch Changes

  • Updated dependencies

Patch Changes

  • Updated dependencies

Patch Changes