Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #1

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Dec 2, 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/icon@2.0.0

Major Changes

@chakra-ui/layout@1.6.0

Minor Changes

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/popover@1.11.0

Minor Changes

  • #5044
    f4fd9441e
    Thanks @dodas! - Add PopoverAnchor component
    which allows you to set the Popover reference point without acting as a
    trigger.

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/close-button@1.2.2

@chakra-ui/styled-system@1.15.0

Minor Changes

Patch Changes

  • f15099adc
    Thanks @segunadebayo! - Fix issue where
    tokens autocomplete don't show up anymore except user runs the cli command.

@chakra-ui/toast@1.5.0

Minor Changes

  • #4922
    98b9fbecb
    Thanks @karrui! - The toast function now
    exposes a containerStyle property you can use to override the default styles
    for the toast container.

    function Example() {
      // Via instantiation
      const toast = useToast({
        position: "top",
        title: "Container style is customizable",
        containerStyle: {
          maxWidth: "100%",
        },
      })
    
      // Or via trigger
      return (
        <Button
          onClick={() => {
            toast({
              containerStyle: {
                maxWidth: "100%",
              },
            })
          }}
        >
          Click me to show toast with custom container style.
        </Button>
      )
    }

Patch Changes

  • Updated dependencies
    [f15099adc]:
    • @chakra-ui/theme@1.12.2
    • @chakra-ui/alert@1.3.2
    • @chakra-ui/close-button@1.2.2

@chakra-ui/accordion@1.4.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/alert@1.3.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/close-button@1.2.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/form-control@1.5.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/icons@1.1.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/input@1.3.2

Patch Changes

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

@chakra-ui/modal@1.10.2

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/close-button@1.2.2

@chakra-ui/number-input@1.3.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0
    • @chakra-ui/form-control@1.5.2

@chakra-ui/provider@1.7.3

Patch Changes

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

@chakra-ui/radio@1.4.3

Patch Changes

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

@chakra-ui/react@1.7.3

Patch Changes

  • #5133
    6efe10f21
    Thanks @yoannfleurydev! - Update
    storybook url configuration for @chakra-ui/react to
    https://storybook.chakra-ui.com
  • Updated dependencies
    [26d2a547b,
    f15099adc,
    98b9fbecb,
    c20aa919e,
    f4fd9441e,
    17400aff6]:
    • @chakra-ui/layout@1.6.0
    • @chakra-ui/theme@1.12.2
    • @chakra-ui/toast@1.5.0
    • @chakra-ui/tooltip@1.4.2
    • @chakra-ui/popover@1.11.0
    • @chakra-ui/icon@2.0.0
    • @chakra-ui/system@1.8.3
    • @chakra-ui/accordion@1.4.2
    • @chakra-ui/alert@1.3.2
    • @chakra-ui/close-button@1.2.2
    • @chakra-ui/form-control@1.5.2
    • @chakra-ui/number-input@1.3.2
    • @chakra-ui/stat@1.2.2
    • @chakra-ui/tag@1.2.2
    • @chakra-ui/input@1.3.2
    • @chakra-ui/modal@1.10.2
    • @chakra-ui/provider@1.7.3
    • @chakra-ui/radio@1.4.3
    • @chakra-ui/select@1.2.2
    • @chakra-ui/skeleton@1.2.3
    • @chakra-ui/textarea@1.2.2

@chakra-ui/select@1.2.2

Patch Changes

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

@chakra-ui/skeleton@1.2.3

Patch Changes

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

@chakra-ui/stat@1.2.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/system@1.8.3

Patch Changes

@chakra-ui/tag@1.2.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/textarea@1.2.2

Patch Changes

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

@chakra-ui/theme@1.12.2

Patch Changes

  • f15099adc
    Thanks @segunadebayo! - Fix issue where
    tokens autocomplete don't show up anymore except user runs the cli command.

@chakra-ui/tooltip@1.4.2

Patch Changes

  • #5139
    c20aa919e
    Thanks @mlajtos! - Prevent onKeyDown callback
    from de/registering on every call of useTooltip

@chakra-ui/props-docs@1.0.41

Patch Changes

create-react-app-ts@1.1.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

gatsby-starter-default@0.3.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

chakra-nextjs@1.1.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

chakra-nextjs-ts@1.1.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3
    • @chakra-ui/icons@1.1.2

@chakra-ui/test-utils@1.1.3

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

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.

0 participants