Skip to content

Releases: chakra-ui/chakra-ui

@chakra-ui/radio@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/provider@2.4.2

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

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/system@2.6.2

@chakra-ui/number-input@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/icon@3.2.0

@chakra-ui/next-js@2.2.0

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

Minor Changes

@chakra-ui/input@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/form-control@2.2.0

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

Minor Changes

  • #8102
    389ff6184
    Thanks @nikparo! - Allow theming FormControl
    through state style props and its children through _group* style props

Patch Changes

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

@chakra-ui/checkbox@2.3.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/visually-hidden@2.2.0

@chakra-ui/anatomy@2.2.2

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

Patch Changes

@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"