Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.15
->1.1.7
1.6.8
->1.8.9
Release Notes
chakra-ui/chakra-ui (@chakra-ui/icons)
v1.1.7
Compare Source
Patch Changes
e1fe48cbe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process. Root cause was a bug in our
CI configuration.
[
e1fe48cbe
]:v1.1.6
Compare Source
v1.1.5
Compare Source
Patch Changes
#5536
a503acabe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process.
Updated dependencies
[
a503acabe
]:v1.1.4
Compare Source
v1.1.3
Compare Source
Patch Changes
v1.1.2
Compare Source
Patch Changes
[
17400aff6
]:v1.1.1
Compare Source
Patch Changes
b28142946
Thanks @cschroeter! - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.
[
b28142946
]:v1.1.0
Compare Source
Minor Changes
#4991
6095eaf9a
Thanks @segunadebayo! - Update build system
we use from a custom babel cli setup to
preconstruct.
The previous build system transpiles the code in
src
directory todist/esm
and
dist/cjs
keeping the same file structure. The new build system mergesall files in
src
and transpiles to a singleesm
andcjs
file.Potential Breaking Change: The side effect of this is that, if you
imported any function, component or hook using the undocumented approach
like
import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click"
,you'll notice that the this doesn't work anymore.
Here's how to resolve it:
If this affected your project, we recommend that you import hooks, functions
or components the way it's shown in the documentation. This will help keep
your project future-proof.
Patch Changes
[
6095eaf9a
]:v1.0.17
Compare Source
Patch Changes
v1.0.16
Compare Source
Patch Changes
chakra-ui/chakra-ui (@chakra-ui/react)
v1.8.8
Compare Source
Patch Changes
[
a70077ea4
,4b83824b8
,56b7e198b
,a3b04dc1a
,c220af152
,7fa1e22c6
,b19c89270
,aaadcd0ed
]:v1.8.7
Compare Source
Patch Changes
[
63c2bc070
,a7be72918
,6ec09741a
,1c14e0de8
,e93b9f8c3
,9a58c7ab8
,73a06ae8c
,8e201b9f8
,cedec803f
,232853068
]:v1.8.6
Compare Source
Patch Changes
[
fbe946223
,e4a990d41
,fbe946223
,d6bed344f
,5cd5cff35
,e4da6359d
]:v1.8.5
Compare Source
Patch Changes
e1fe48cbe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process. Root cause was a bug in our
CI configuration.
[
e1fe48cbe
]:v1.8.4
Compare Source
v1.8.3
Compare Source
Patch Changes
#5536
a503acabe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process.
Updated dependencies
[
a503acabe
]:v1.8.2
Compare Source
v1.8.1
Compare Source
Patch Changes
v1.8.0
Compare Source
v1.7.5
Compare Source
v1.7.4
Compare Source
Patch Changes
[
ae6fd7a25
,1b8e31eba
,801008e27
,756682037
,f6fd9d8ac
,94da4e986
,3199b7242
,032c2e543
,f05f56b9a
,8a0e5bdbc
,e624a277a
,eb5850687
,bc2613a9a
]:v1.7.1
Compare Source
Patch Changes
b28142946
Thanks @cschroeter! - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.
[
042994eb0
,b28142946
]:v1.7.0
Compare Source
Minor Changes
#4991
6095eaf9a
Thanks @segunadebayo! - Update build system
we use from a custom babel cli setup to
preconstruct.
The previous build system transpiles the code in
src
directory todist/esm
and
dist/cjs
keeping the same file structure. The new build system mergesall files in
src
and transpiles to a singleesm
andcjs
file.Potential Breaking Change: The side effect of this is that, if you
imported any function, component or hook using the undocumented approach
like
import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click"
,you'll notice that the this doesn't work anymore.
Here's how to resolve it:
If this affected your project, we recommend that you import hooks, functions
or components the way it's shown in the documentation. This will help keep
your project future-proof.
Patch Changes
[
0dd56ab1b
,c7277cdf7
,802e0a4d2
,6095eaf9a
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.