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

Bump @chakra-ui/system from 1.1.3 to 1.7.1 #31

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

Conversation

dependabot-preview[bot]
Copy link

Bumps @chakra-ui/system from 1.1.3 to 1.7.1.

Release notes

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

@​chakra-ui/system@​1.7.1

Patch Changes

  • 56e99313e #4265 Thanks @​m0nae! - Fix issue where undefined style props (such as borderRadius) would not fallback to the default styles
  • Updated dependencies [4a1e4d93b]:
    • @​chakra-ui/utils@​1.8.1
    • @​chakra-ui/color-mode@​1.1.10
    • @​chakra-ui/styled-system@​1.12.1

@​chakra-ui/system@​1.7.0

Minor Changes

  • 991ea2e29 #3998 Thanks @​terrierscript! - The styled function allows a functional baseStyle property:

    import { styled } from '@chakra-ui/react'
    const MyComponent = styled('div', {
    baseStyle: (props) => ({
    bg: props.highlightColor
    })
    })
    // ...
    <MyComponent highlightColor="red.500" />

Patch Changes

  • Updated dependencies [ebda07095]:
    • @​chakra-ui/styled-system@​1.12.0
    • @​chakra-ui/color-mode@​1.1.9
Changelog

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


title: Changelog description: The changelog for Chakra UI React slug: "/changelog"

The Changelog gives an overview of the meaningful changes we've made to Chakra UI as we keep driving for better performance and best-in-class developer experience.

To better understand the changelog, here are some legends we use:

  • 💥 Breaking
  • 🚀 Feature
  • 🐛 Bug fix

08-07-2021

@chakra-ui/[email protected]

  • 🚀 Enable esModuleInterop for chakra-cli tokens
  • 🐛 Token generation supports non valid JS keys for components

@chakra-ui/[email protected]

  • 🐛 Fixed a circular dependency which was causing warnings when bundling Chakra with rollup.

@chakra-ui/[email protected]

  • 🐛 Fix issue where undefined style props (such as borderRadius) would not fallback to the default styles

16-06-2021

@chakra-ui/[email protected]

Button v1.4.0

  • 🚀 Add className prop to button load spinner.
  • 🐛 Update transitions to use theme tokens and remove outline transitions.

Media Query v1.1.0

  • 🚀 useBreakpointValue() now supports receiving a defaultBreakpoint as the second argument to support SSR/SSG.

Styled System v1.12.0

  • 🚀 Added the _activeStep pseudoselector which is applied when

... (truncated)

Commits
  • 4e649f0 Merge pull request #4283 from chakra-ui/changeset-release/main
  • 33b1919 Merge pull request #4342 from chakra-ui/all-contributors/add-MasterGordon
  • 985931b chore(release): version packages
  • de2ff92 docs: update .all-contributorsrc [skip ci]
  • a65dbff docs: update README.md [skip ci]
  • 1516a4b Merge pull request #4305 from MasterGordon/patch-2
  • e445681 chore(changeset): update message
  • ce363cb chore(changeset): update utils bump to patch
  • 26cbb38 Merge pull request #4341 from chakra-ui/all-contributors/add-wadewadewadewade...
  • 1d8d762 docs: update .all-contributorsrc [skip ci]
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants