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 #7640

Merged
merged 1 commit into from
May 31, 2023
Merged

Version Packages #7640

merged 1 commit into from
May 31, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 9, 2023

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/accordion@2.2.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/descendant@3.0.14
    • @chakra-ui/icon@3.0.16

@chakra-ui/layout@2.2.0

Minor Changes

  • c31df5a4b
    Thanks @segunadebayo! - - Add new
    Indicator layout component. Useful for positioning an element in the corners
    of another element.

    For example, let's say you want to position a notification badge in the top
    end corner of a box. You can use the Indicator component to achieve this.

    <Box position="relative" width="80px" height="80px" bg="gray.50">
      <Indicator placement="top-end">
        <Circle size="5" bg="red.100">
          3
        </Circle>
      </Indicator>
    </Box>
    • Refactored the Stack and Wrap components to use the flex gap instead of
      the owl selector & > * ~ * for spacing.

      This fixes an issue where you can't use raw text nodes as a child of the
      Stack or Wrap component.

Patch Changes

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

@chakra-ui/provider@2.3.0

Minor Changes

  • 3a164da59
    Thanks @segunadebayo! - Add support for
    disabling global styles via the disableGlobalStyle prop on the
    ChakraProvider.

    This is useful for scenarios where user needs to scope all global styles + css
    reset to a specific element.

    import { ChakraProvider } from "@chakra-ui/react"
    
    function App() {
      return (
        <ChakraProvider disableGlobalStyle>
          <App />
        </ChakraProvider>
      )
    }

Patch Changes

  • 38acfe89c
    Thanks @segunadebayo! - Bump emotion
    version to 11.11.x to support css cascade layers

  • Updated dependencies
    [38acfe89c]:

    • @chakra-ui/css-reset@2.1.2
    • @chakra-ui/system@2.5.8

@chakra-ui/react@2.7.0

Minor Changes

  • c31df5a4b
    Thanks @segunadebayo! - - Add new
    Indicator layout component. Useful for positioning an element in the corners
    of another element.

    For example, let's say you want to position a notification badge in the top
    end corner of a box. You can use the Indicator component to achieve this.

    <Box position="relative" width="80px" height="80px" bg="gray.50">
      <Indicator placement="top-end">
        <Circle size="5" bg="red.100">
          3
        </Circle>
      </Indicator>
    </Box>
    • Refactored the Stack and Wrap components to use the flex gap instead of
      the owl selector & > * ~ * for spacing.

      This fixes an issue where you can't use raw text nodes as a child of the
      Stack or Wrap component.

Patch Changes

  • 38acfe89c
    Thanks @segunadebayo! - Bump emotion
    version to 11.11.x to support css cascade layers

  • Updated dependencies
    [9d0b311b1,
    c6d523ced,
    0167b68a8,
    c121c35c0,
    3a164da59,
    148c66bc6,
    16c0ab7ec,
    c31df5a4b,
    c4fcc2a43,
    148c66bc6,
    38acfe89c,
    6f9eb3518,
    2347e3306,
    0bec820bd]:

    • @chakra-ui/theme@3.1.2
    • @chakra-ui/modal@2.2.12
    • @chakra-ui/avatar@2.2.11
    • @chakra-ui/provider@2.3.0
    • @chakra-ui/popover@2.1.12
    • @chakra-ui/layout@2.2.0
    • @chakra-ui/slider@2.0.25
    • @chakra-ui/focus-lock@2.0.17
    • @chakra-ui/css-reset@2.1.2
    • @chakra-ui/styled-system@2.9.1
    • @chakra-ui/system@2.5.8
    • @chakra-ui/menu@2.1.15
    • @chakra-ui/accordion@2.2.0
    • @chakra-ui/tooltip@2.2.9
    • @chakra-ui/button@2.0.18
    • @chakra-ui/media-query@3.2.12
    • @chakra-ui/skeleton@2.0.24
    • @chakra-ui/toast@6.1.4
    • @chakra-ui/theme-utils@2.0.18
    • @chakra-ui/tabs@2.1.9
    • @chakra-ui/card@2.1.6
    • @chakra-ui/tag@3.0.0
    • @chakra-ui/alert@2.1.0
    • @chakra-ui/checkbox@2.2.15
    • @chakra-ui/editable@3.0.0
    • @chakra-ui/input@2.0.22
    • @chakra-ui/number-input@2.0.19
    • @chakra-ui/radio@2.0.22
    • @chakra-ui/select@2.0.19
    • @chakra-ui/stepper@2.2.0
    • @chakra-ui/switch@2.0.27
    • @chakra-ui/breadcrumb@2.1.5
    • @chakra-ui/close-button@2.0.17
    • @chakra-ui/control-box@2.0.13
    • @chakra-ui/form-control@2.0.18
    • @chakra-ui/icon@3.0.16
    • @chakra-ui/image@2.0.16
    • @chakra-ui/pin-input@2.0.20
    • @chakra-ui/progress@2.1.6
    • @chakra-ui/spinner@2.0.13
    • @chakra-ui/stat@2.0.18
    • @chakra-ui/table@2.0.17
    • @chakra-ui/textarea@2.0.19
    • @chakra-ui/visually-hidden@2.0.15

@chakra-ui/dom-utils@2.1.0

Minor Changes

  • 0bec820bd
    Thanks @segunadebayo! - Fix issue where
    closeOnScroll doesn't work when tooltip trigger's scrolling parent is not
    the root document

@chakra-ui/avatar@2.2.11

Patch Changes

  • c121c35c0
    Thanks @segunadebayo! - Force release
    avatar package to reflect Array.at refactoring

  • Updated dependencies []:

    • @chakra-ui/image@2.0.16

@chakra-ui/css-reset@2.1.2

Patch Changes

@chakra-ui/focus-lock@2.0.17

Patch Changes

  • 148c66bc6
    Thanks @segunadebayo! - Upgrade
    focus-trap package to fix regression with return focus and initial focus
    ref.
  • Updated dependencies
    [0bec820bd]:
    • @chakra-ui/dom-utils@2.1.0

@chakra-ui/menu@2.1.15

Patch Changes

  • 6f9eb3518
    Thanks @segunadebayo! - Fix issue where
    keyboard events don't work reliably when a MenuItem contains a Dialog or
    similar interactive element.
  • Updated dependencies []:
    • @chakra-ui/clickable@2.0.14
    • @chakra-ui/descendant@3.0.14
    • @chakra-ui/react-use-animation-state@2.0.9
    • @chakra-ui/react-use-focus-effect@2.0.11

@chakra-ui/modal@2.2.12

Patch Changes

  • #7338
    0167b68a8
    Thanks @bertho-zero! - Exports
    modalManager and returns the index of the modal from useModal to allow
    creating custom components similar to modals
  • Updated dependencies
    [148c66bc6]:
    • @chakra-ui/focus-lock@2.0.17
    • @chakra-ui/close-button@2.0.17

@chakra-ui/popover@2.1.12

Patch Changes

  • 148c66bc6
    Thanks @segunadebayo! - Fix issues due to
    framer-motion upgrade

  • Updated dependencies []:

    • @chakra-ui/close-button@2.0.17
    • @chakra-ui/react-use-animation-state@2.0.9
    • @chakra-ui/react-use-focus-effect@2.0.11

@chakra-ui/slider@2.0.25

Patch Changes

@chakra-ui/theme@3.1.2

Patch Changes

  • #7590
    9d0b311b1
    Thanks @dvartic! - Add explicit color attribute
    on buttons to ensure consistency across light and dark modes.

    **🚨 Potentially Breaking Change 🚨 **

    If your button component code relies on inheriting color on buttons, consider
    adding an explicit color.

  • #7671
    c6d523ced
    Thanks @kashikarparth! - Fix issue where
    excess label looks inconsistent with the avatar initials for xs and 2xs
    sizes

  • 16c0ab7ec
    Thanks @segunadebayo! - Refactor input
    theme to use css var instead of resolving to raw value

  • Updated dependencies
    [16c0ab7ec]:

    • @chakra-ui/theme-tools@2.0.18

@chakra-ui/theme-tools@2.0.18

Patch Changes

@chakra-ui/toast@6.1.4

Patch Changes

  • Updated dependencies
    [9d0b311b1,
    c6d523ced,
    16c0ab7ec,
    38acfe89c]:
    • @chakra-ui/theme@3.1.2
    • @chakra-ui/styled-system@2.9.1
    • @chakra-ui/system@2.5.8
    • @chakra-ui/alert@2.1.0
    • @chakra-ui/close-button@2.0.17

@chakra-ui/tooltip@2.2.9

Patch Changes

  • 0bec820bd
    Thanks @segunadebayo! - Fix issue where
    closeOnScroll doesn't work when tooltip trigger's scrolling parent is not
    the root document
  • Updated dependencies
    [0bec820bd]:
    • @chakra-ui/dom-utils@2.1.0

@chakra-ui/styled-system@2.9.1

Patch Changes

@chakra-ui/system@2.5.8

Patch Changes

  • 38acfe89c
    Thanks @segunadebayo! - Bump emotion
    version to 11.11.x to support css cascade layers

  • Updated dependencies
    [38acfe89c]:

    • @chakra-ui/styled-system@2.9.1
    • @chakra-ui/theme-utils@2.0.18

@chakra-ui/react-use-animation-state@2.0.9

Patch Changes

  • Updated dependencies
    [0bec820bd]:
    • @chakra-ui/dom-utils@2.1.0

@chakra-ui/react-use-focus-effect@2.0.11

Patch Changes

  • Updated dependencies
    [0bec820bd]:
    • @chakra-ui/dom-utils@2.1.0

@chakra-ui/next-js@2.1.4

Patch Changes

@chakra-ui/theme-utils@2.0.18

Patch Changes

@chakra-ui/test-utils@2.0.42

Patch Changes

@vercel
Copy link

vercel bot commented May 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chakra-ui-storybook ✅ Ready (Inspect) Visit Preview May 31, 2023 8:42am

@segunadebayo segunadebayo merged commit ee4ffd6 into main May 31, 2023
5 checks passed
@segunadebayo segunadebayo deleted the changeset-release/main branch May 31, 2023 09:30
segunadebayo added a commit that referenced this pull request Jul 13, 2023
Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
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.

None yet

1 participant