Skip to content

Releases: chakra-ui/chakra-ui

@chakra-ui/alert@2.2.2

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

Patch Changes

  • #8014
    6d12ea81f
    Thanks @CalleEklund! - Set the standard
    color for toasts and alerts to a slightly darker color to make i WCAG
    compatible
  • Updated dependencies []:
    • @chakra-ui/icon@3.2.0
    • @chakra-ui/spinner@2.1.0

@chakra-ui/visually-hidden@2.2.0

08 Sep 23:06
d911122
Compare
Choose a tag to compare

Minor Changes

  • 3aaf0c3b1
    Thanks @segunadebayo! - [POTENTIAL
    BREAKING CHANGE]
    Remove export defaults and favor of named exports.

    - import theme from "@chakra-ui/theme"
    + import { theme } from "@chakra-ui/theme"
    - import Icon from "@chakra-ui/icon"
    + import { Icon } from "@chakra-ui/icon"
    - import CSSReset from "@chakra-ui/css-reset"
    + import { CSSReset } from "@chakra-ui/css-reset"
    - import VisuallyHidden from "@chakra-ui/visually-hidden"
    + import { VisuallyHidden } from "@chakra-ui/visually-hidden"

@chakra-ui/toast@7.0.1

08 Sep 23:06
d911122
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [58e059d18,
    6526e9be8,
    3aaf0c3b1]:
    • @chakra-ui/theme@3.3.0
    • @chakra-ui/system@2.6.1
    • @chakra-ui/alert@2.2.1
    • @chakra-ui/close-button@2.1.1

@chakra-ui/theme@3.3.0

08 Sep 23:06
d911122
Compare
Choose a tag to compare

Minor Changes

  • 3aaf0c3b1
    Thanks @segunadebayo! - [POTENTIAL
    BREAKING CHANGE]
    Remove export defaults and favor of named exports.

    - import theme from "@chakra-ui/theme"
    + import { theme } from "@chakra-ui/theme"
    - import Icon from "@chakra-ui/icon"
    + import { Icon } from "@chakra-ui/icon"
    - import CSSReset from "@chakra-ui/css-reset"
    + import { CSSReset } from "@chakra-ui/css-reset"
    - import VisuallyHidden from "@chakra-ui/visually-hidden"
    + import { VisuallyHidden } from "@chakra-ui/visually-hidden"

Patch Changes

  • #7936
    58e059d18
    Thanks @yukukotani! - Remove "use client"
    directive since they are pure JS packages.

  • #7690
    6526e9be8
    Thanks @Vija02! - Fix issue where zIndex of
    DrawerOverlay creates incorrect stacking order when multiple drawers are used.

  • Updated dependencies
    [58e059d18]:

    • @chakra-ui/theme-tools@2.1.1
    • @chakra-ui/anatomy@2.2.1

@chakra-ui/theme-utils@2.0.20

08 Sep 23:06
d911122
Compare
Choose a tag to compare

Patch Changes

@chakra-ui/theme-tools@2.1.1

08 Sep 23:06
d911122
Compare
Choose a tag to compare

Patch Changes

@chakra-ui/textarea@2.1.1

08 Sep 23:05
d911122
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/form-control@2.1.1

@chakra-ui/tag@3.1.1

08 Sep 23:05
d911122
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [3aaf0c3b1]:
    • @chakra-ui/icon@3.2.0

@chakra-ui/tabs@3.0.0

08 Sep 23:05
d911122
Compare
Choose a tag to compare

Major Changes

  • #7882
    065fd24c7
    Thanks @vennilamahalingam! - Distored
    UI when device orientation or width is changed - On changing the device width
    and change of device orientation, the tab indicator element which is position
    absolute aligns realtive to the outer container element.

    Hence, the position of immediate parent(tabs) is set to relative in this
    fix.This makes sure, if the orientation changes the tab indicator is aligned
    relative to its parent.

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/descendant@3.1.0
    • @chakra-ui/clickable@2.1.0

@chakra-ui/system@2.6.1

08 Sep 23:06
d911122
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/theme-utils@2.0.20