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 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@1.4.0
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
]:@chakra-ui/alert@1.3.0
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
]:@chakra-ui/anatomy@1.2.0
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
]:@chakra-ui/avatar@1.3.0
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
]:@chakra-ui/breadcrumb@1.3.0
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
]:@chakra-ui/button@1.5.0
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
]:@chakra-ui/checkbox@1.6.0
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
]:@chakra-ui/clickable@1.2.0
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
]:@chakra-ui/close-button@1.2.0
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
]:@chakra-ui/color-mode@1.3.0
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
]:@chakra-ui/control-box@1.1.0
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
]:@chakra-ui/counter@1.2.0
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
]:@chakra-ui/css-reset@1.1.0
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.
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0 (2020-11-13)
Note: Version bump only for package @chakra-ui/css-reset
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.8 (2020-10-29)
Bug Fixes
(eb8bff9),
closes #2362
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.7 (2020-10-25)
Note: Version bump only for package @chakra-ui/css-reset
1.0.0-rc.6 (2020-10-25)
Note: Version bump only for package @chakra-ui/css-reset
1.0.0-rc.5 (2020-09-27)
Note: Version bump only for package @chakra-ui/css-reset
1.0.0-rc.4 (2020-09-25)
Note: Version bump only for package @chakra-ui/css-reset
1.0.0-rc.3 (2020-08-30)
Note: Version bump only for package @chakra-ui/css-reset
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.2 (2020-08-09)
Note: Version bump only for package @chakra-ui/css-reset
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.1 (2020-08-06)
Features
(071c329)
(2c1ba4b)
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.0 (2020-07-26)
Note: Version bump only for package @chakra-ui/css-reset
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.7 (2020-07-26)
Bug Fixes
(cc221de)
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.6 (2020-07-15)
Note: Version bump only for package @chakra-ui/css-reset
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.5 (2020-07-15)
Note: Version bump only for package @chakra-ui/css-reset
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.4 (2020-07-01)
Bug Fixes
(e107acc)
(d3b1340)
(c21681b)
(756cdae)
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.3 (2020-06-28)
Bug Fixes
(e107acc)
(d3b1340)
(c21681b)
(756cdae)
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.2 (2020-06-21)
Bug Fixes
(e107acc)
(c21681b)
(756cdae)
@chakra-ui/descendant@2.1.0
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
]:@chakra-ui/editable@1.3.0
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
]:@chakra-ui/react-env@1.1.0
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
]:@chakra-ui/focus-lock@1.2.0
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
]:@chakra-ui/form-control@1.5.0
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
]:@chakra-ui/hooks@1.7.0
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
]:@chakra-ui/icon@1.2.0
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
]:@chakra-ui/icons@1.1.0
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
]:@chakra-ui/image@1.1.0
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
]:@chakra-ui/input@1.3.0
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
]:@chakra-ui/layout@1.5.0
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
]:@chakra-ui/live-region@1.1.0
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
]:@chakra-ui/media-query@1.2.0
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
]:@chakra-ui/menu@1.8.0
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
]:@chakra-ui/modal@1.10.0
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
#4995
802e0a4d2
Thanks @jesstelford! -
react-focus-lock@2.5.1
includes a dependency update offocus-lock
from0.8.1
->0.9.1
. The change infocus-lock
includes a fix for performancein JSDOM: cache visibility check results for reuse within a single operation theKashey/focus-lock#24
JSDOM is used when testing react components in jest and other unit testing
frameworks. In particular, when used with
@testing-library/react
forsimulating real user input.
Locally tested on an Apple M1 Air using a moderately complex
<Modal>
component (which contained inputs,
react-hook-form
usage, etc). Before thischange: 20,149ms After this change: 2,347ms
Approx. 10x performance increase.
Updated dependencies
[
6095eaf9a
]:@chakra-ui/number-input@1.3.0
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
]:@chakra-ui/pin-input@1.7.0
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
]:@chakra-ui/popover@1.10.0
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
]:@chakra-ui/popper@2.4.0
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
]:@chakra-ui/portal@1.3.0
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
]:@chakra-ui/progress@1.2.0
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
]:@chakra-ui/provider@1.7.0
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
]:@chakra-ui/radio@1.4.0
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
]:@chakra-ui/react@1.7.0
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
]:@chakra-ui/react-utils@1.2.0
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
]:@chakra-ui/select@1.2.0
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
#5010
0dd56ab1b
Thanks @jrolfs! - Fixed an styling issue where it
was not possible to customize the icon spacing of the
Select
component.Updated dependencies
[
6095eaf9a
]:@chakra-ui/skeleton@1.2.0
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
]:@chakra-ui/skip-nav@1.2.0
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
]:@chakra-ui/slider@1.5.0
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
c7277cdf7
Thanks @burhanuday! - fixed the bug in
RangeSlider where an index out of bounds error would occur incase of stacked
thumb
[
6095eaf9a
]:@chakra-ui/spinner@1.2.0
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
]:@chakra-ui/stat@1.2.0
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
]:@chakra-ui/styled-system@1.14.0
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
]:@chakra-ui/switch@1.3.0
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
]:@chakra-ui/system@1.8.0
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
]:@chakra-ui/table@1.3.0
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
]:@chakra-ui/tabs@1.6.0
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
]:@chakra-ui/tag@1.2.0
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
]:@chakra-ui/textarea@1.2.0
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
]:@chakra-ui/theme@1.12.0
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
#5010
0dd56ab1b
Thanks @jrolfs! - Fixed an styling issue where it
was not possible to customize the icon spacing of the
Select
component.Updated dependencies
[
6095eaf9a
]:@chakra-ui/theme-tools@1.3.0
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
]:@chakra-ui/toast@1.4.0
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
,6095eaf9a
]:@chakra-ui/tooltip@1.4.0
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
]:@chakra-ui/transition@1.4.0
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
]:@chakra-ui/utils@1.9.0
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.
@chakra-ui/visually-hidden@1.1.0
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
]:@chakra-ui/cli@1.6.0
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
]:@chakra-ui/props-docs@1.0.38
Patch Changes
[
6095eaf9a
]:@chakra-ui/test-utils@1.1.0
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
]:create-react-app-ts@1.1.1
Patch Changes
[
6095eaf9a
]:gatsby-starter-default@0.3.1
Patch Changes
[
6095eaf9a
]:chakra-nextjs@1.1.1
Patch Changes
[
6095eaf9a
]:chakra-nextjs-ts@1.1.1
Patch Changes
[
6095eaf9a
]:@chakra-ui/docs@2.1.5
Patch Changes
[
6095eaf9a
]: