Version 2.5.3

v2.5.3

@chakra-ui/css-reset@2.1.0#

Minor Changes#

  • #7464 0f8a50054 Thanks @segunadebayo! - Add support for scoping the css reset to specific selector.

    To use this feature, pass the resetScope prop to the ChakraProvider or ChakraBaseProvider component.

    import { ChakraProvider } from "@chakra-ui/react"
    function App() {
    return (
    <ChakraProvider resetScope=".ck-reset">
    <App />
    </ChakraProvider>
    )
    }

@chakra-ui/provider@2.2.0#

Minor Changes#

  • #7464 0f8a50054 Thanks @segunadebayo! - Add support for scoping the css reset to specific selector.

    To use this feature, pass the resetScope prop to the ChakraProvider or ChakraBaseProvider component.

    import { ChakraProvider } from "@chakra-ui/react"
    function App() {
    return (
    <ChakraProvider resetScope=".ck-reset">
    <App />
    </ChakraProvider>
    )
    }

Patch Changes#

@chakra-ui/theme@2.3.0#

Minor Changes#

  • #7464 0f8a50054 Thanks @segunadebayo! - Add support for scoping the css reset to specific selector.

    To use this feature, pass the resetScope prop to the ChakraProvider or ChakraBaseProvider component.

    import { ChakraProvider } from "@chakra-ui/react"
    function App() {
    return (
    <ChakraProvider resetScope=".ck-reset">
    <App />
    </ChakraProvider>
    )
    }

Patch Changes#

@chakra-ui/next-js@2.1.0#

Minor Changes#

  • 46bd14641 Thanks @segunadebayo! - - Add Image component that supercharges the Next.js optimized image with Chakra style props.

    • Add ESM interop for createCache to avoid server-related errors

@chakra-ui/accordion@2.1.10#

Patch Changes#

@chakra-ui/alert@2.0.18#

Patch Changes#

@chakra-ui/avatar@2.2.7#

Patch Changes#

@chakra-ui/breadcrumb@2.1.5#

Patch Changes#

@chakra-ui/button@2.0.17#

Patch Changes#

@chakra-ui/checkbox@2.2.12#

Patch Changes#

@chakra-ui/descendant@3.0.14#

Patch Changes#

@chakra-ui/editable@2.0.21#

Patch Changes#

@chakra-ui/form-control@2.0.18#

Patch Changes#

@chakra-ui/input@2.0.21#

Patch Changes#

@chakra-ui/layout@2.1.17#

Patch Changes#

@chakra-ui/menu@2.1.11#

Patch Changes#

@chakra-ui/modal@2.2.10#

Patch Changes#

@chakra-ui/number-input@2.0.19#

Patch Changes#

@chakra-ui/pin-input@2.0.20#

Patch Changes#

@chakra-ui/popover@2.1.9#

Patch Changes#

@chakra-ui/portal@2.0.16#

Patch Changes#

@chakra-ui/progress@2.1.6#

Patch Changes#

@chakra-ui/radio@2.0.21#

Patch Changes#

@chakra-ui/react@2.5.3#

Patch Changes#

@chakra-ui/select@2.0.19#

Patch Changes#

@chakra-ui/slider@2.0.23#

Patch Changes#

@chakra-ui/stat@2.0.18#

Patch Changes#

@chakra-ui/switch@2.0.24#

Patch Changes#

  • Updated dependencies

@chakra-ui/table@2.0.17#

Patch Changes#

@chakra-ui/tabs@2.1.9#

Patch Changes#

@chakra-ui/tag@2.0.18#

Patch Changes#

@chakra-ui/textarea@2.0.19#

Patch Changes#

@chakra-ui/toast@6.0.3#

Patch Changes#

@chakra-ui/tooltip@2.2.7#

Patch Changes#

  • Updated dependencies

@chakra-ui/system@2.5.3#

Patch Changes#

  • Updated dependencies

@chakra-ui/react-context@2.0.8#

Patch Changes#

@chakra-ui/theme-utils@2.0.13#

Patch Changes#

@chakra-ui/test-utils@2.0.37#

Patch Changes#

Proudly made inNigeria by Segun Adebayo

Deployed by â–² Vercel