Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jun 12, 2021

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@chakra-ui/[email protected]

Minor Changes

  • ff4dc7c38
    #4317 Thanks
    @bhishp! - Added a container part to the
    FormControl component theme, allowing the root FormControl element to be
    themed.

    import { extendTheme } from "@chakra-ui/react"
    
    export const theme = extendTheme({
      components: {
        Form: {
          variants: {
            // create a variant named "custom"
            custom: {
              // style the root `FormControl` element
              container: {
                color: "white",
                bg: "blue.900",
              },
            },
          },
        },
      },
    })

Patch Changes

@chakra-ui/[email protected]

Minor Changes

  • ff4dc7c38
    #4317 Thanks
    @bhishp! - Added a container part to the
    FormControl component theme, allowing the root FormControl element to be
    themed.

    import { extendTheme } from "@chakra-ui/react"
    
    export const theme = extendTheme({
      components: {
        Form: {
          variants: {
            // create a variant named "custom"
            custom: {
              // style the root `FormControl` element
              container: {
                color: "white",
                bg: "blue.900",
              },
            },
          },
        },
      },
    })

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

  • 1d4b1f874
    #4460 Thanks
    @primos63! - Corrected parseGradient function
    so that it checks for CSS functions.

    Previously, using the CSS calc function would result in invalid CSS being
    generated.

    The expectation is that

    <Heading bgGradient="linear(to-r, green.200, pink.500 calc(20px + 20px))">
      Chakra-UI: Create accessible React apps with speed
    </Heading>

    functions similar to linear-gradient which handles using a CSS function

    <Heading
      bgImage="linear-gradient(
        to right,
        var(--chakra-colors-green-200)),
        var(--chakra-colors-pink-500 calc(20px + 20px))"
    >
      Chakra-UI: Create accessible React apps with speed
    </Heading>
  • 270b71ebb
    #4368 Thanks
    @avendiart! - Grid props type definitions now
    correclty reflect the implemented behavior in regard to tokens.

  • Updated dependencies
    [4c1071969,
    43f66097b]:

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@chakra-ui/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 526d31e to a8f2be1 Compare July 1, 2021 15:13
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from b3f73fa to e163635 Compare July 12, 2021 15:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from e163635 to bbc24f5 Compare July 24, 2021 03:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from bbc24f5 to 4a8b132 Compare August 7, 2021 14:05
tomchentw pushed a commit that referenced this pull request Jun 24, 2022
…-turn-off-live

fix(CHANGELOG.md): fix jsx snippets #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant