Skip to content

Releases: chakra-ui/chakra-ui

@chakra-ui/tooltip@2.3.1

09 Nov 15:45
4e2df65
Compare
Choose a tag to compare

Patch Changes

@chakra-ui/toast@7.0.2

09 Nov 15:46
4e2df65
Compare
Choose a tag to compare

Patch Changes

  • #8004
    3dc2dd41d
    Thanks @uship-elon! - Unique aria-labels for
    toast-manager divs

  • Updated dependencies
    [4168094f3,
    6d12ea81f]:

    • @chakra-ui/styled-system@2.9.2
    • @chakra-ui/alert@2.2.2
    • @chakra-ui/theme@3.3.1
    • @chakra-ui/system@2.6.2
    • @chakra-ui/close-button@2.1.1

@chakra-ui/theme@3.3.1

09 Nov 15:45
4e2df65
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [2647e00ef]:
    • @chakra-ui/anatomy@2.2.2
    • @chakra-ui/theme-tools@2.1.2

@chakra-ui/theme-utils@2.0.21

09 Nov 15:46
4e2df65
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [4168094f3]:
    • @chakra-ui/styled-system@2.9.2
    • @chakra-ui/theme@3.3.1

@chakra-ui/theme-tools@2.1.2

09 Nov 15:46
4e2df65
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [2647e00ef]:
    • @chakra-ui/anatomy@2.2.2

@chakra-ui/textarea@2.1.2

09 Nov 15:45
4e2df65
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [389ff6184]:
    • @chakra-ui/form-control@2.2.0

@chakra-ui/system@2.6.2

09 Nov 15:46
4e2df65
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [4168094f3]:
    • @chakra-ui/styled-system@2.9.2
    • @chakra-ui/theme-utils@2.0.21

@chakra-ui/switch@2.1.2

09 Nov 15:45
4e2df65
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/checkbox@2.3.2

@chakra-ui/styled-system@2.9.2

09 Nov 15:46
4e2df65
Compare
Choose a tag to compare

Patch Changes

@chakra-ui/storybook-addon@5.1.0

09 Nov 15:46
4e2df65
Compare
Choose a tag to compare

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.