website icon indicating copy to clipboard operation
website copied to clipboard

Bump @chakra-ui/react from 2.3.6 to 2.4.3

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps @chakra-ui/react from 2.3.6 to 2.4.3.

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​2.4.3

Patch Changes

@​chakra-ui/react@​2.4.2

Patch Changes

  • #6997 4d5501b82 Thanks @​anubra266! - Add ChakraBaseProvider, a minimal version of ChakraProvider that supplies just the theme tokens, and ignores components.

    Historically, one of the biggest causes of the large initial JS payload is the size of the component themes. With this approach, you get to apply the theme for just the component you need by using extendBaseTheme.

    Base theme refers to the minimal theme for just the design tokens

    import { ChakraBaseProvider, extendBaseTheme } from "@chakra-ui/react"
    import { Button } from "@chakra-ui/theme/components"
    

    const theme = extendBaseTheme({ components: { Button, }, })

    function App() { return ( <ChakraBaseProvider theme={theme}>

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

2.4.3

Patch Changes

2.4.2

Patch Changes

  • #6997 4d5501b82 Thanks @​anubra266! - Add ChakraBaseProvider, a minimal version of ChakraProvider that supplies just the theme tokens, and ignores components.

    Historically, one of the biggest causes of the large initial JS payload is the size of the component themes. With this approach, you get to apply the theme for just the component you need by using extendBaseTheme.

    Base theme refers to the minimal theme for just the design tokens

    import { ChakraBaseProvider, extendBaseTheme } from "@chakra-ui/react"
    import { Button } from "@chakra-ui/theme/components"
    

    const theme = extendBaseTheme({ components: { Button, }, })

    function App() {

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Dec 07 '22 01:12 dependabot[bot]

Deploy Preview for devsindia ready!

Name Link
Latest commit 55a977eca28591ff75d09a0b6359c216eb7a6808
Latest deploy log https://app.netlify.com/sites/devsindia/deploys/638fe8708308ac000a5c4ac0
Deploy Preview https://deploy-preview-239--devsindia.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Dec 07 '22 01:12 netlify[bot]

Superseded by #246.

dependabot[bot] avatar Dec 19 '22 01:12 dependabot[bot]