Skip to content

@chakra-ui/storybook-addon@5.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 15:46
· 84 commits to main since this release
4e2df65

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.