github chakra-ui/chakra-ui @chakra-ui/storybook-addon@5.1.0

latest releases: @chakra-ui/system@2.6.2, @chakra-ui/styled-system@2.9.2
5 months ago

Minor Changes

  • #8109
    4340dbda4
    Thanks @TylerAPfledderer! - Bumps
    Storybook deps to latest (7.5.3) and updates the tooling

    • Toggling state for color mode originally used Storybook's useAddonState
      api hook. However, this hook is not reliable to persistent allow toggling of
      boolean state. Replaces this hook with React's useState as this state is a
      primitive.
    • Makes use of the makeDecorator function to make this addon more like an
      official Storybook addon.
    • Removes unneeded props from the button components that were originally part
      of a Type error bug.

Don't miss a new chakra-ui release

NewReleases is sending notifications on new releases.