reference-marketing-website icon indicating copy to clipboard operation
reference-marketing-website copied to clipboard

chore(deps): update dependency @chakra-ui/react to v2

Open renovate[bot] opened this issue 2 years ago • 1 comments

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 1.8.8 -> 2.8.2 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react)

v2.8.2

Compare Source

Patch Changes

v2.8.1

Compare Source

Patch Changes

v2.8.0

Compare Source

Minor Changes
  • 754d9d4f4 Thanks @​segunadebayo! - To improve support for the App Router, all components and hooks are exported with the "use client" directive.
Patch Changes

v2.7.1

Compare Source

Patch Changes
  • #​7730 2456a7090 Thanks @​TylerAPfledderer! - Expose the skip nav components and types to the main package

    import {
      SkipNavLink,
      type SkipNavLinkProps,
      SkipNavContent,
      type SkipNavContentProps,
    } from "@​chakra-ui/react"
    

v2.7.0

Compare Source

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

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • #​7502 49a29a238 Thanks @​estheragbaje! - Introduce new Stepper component to model sequencial steps in a process.

    <Stepper index={activeStep}>
      {steps.map((step, index) => (
        <Step key={index}>
          <StepIndicator>
            <StepStatus
              complete={<StepIcon />}
              incomplete={<StepNumber />}
              active={<StepNumber />}
            />
          </StepIndicator>
    
          <Box>
            <StepTitle>{step.title}</StepTitle>
            <StepDescription>{step.description}</StepDescription>
          </Box>
    
          <StepSeparator />
        </Step>
      ))}
    </Stepper>
    
Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

Compare Source

Patch Changes

v2.5.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar May 23 '22 02:05 renovate[bot]

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

Name Status Preview Comments Updated (UTC)
reference-marketing-website ❌ Failed (Inspect) Sep 9, 2023 0:52am

vercel[bot] avatar May 23 '22 02:05 vercel[bot]