Focus Lock
A React component that traps focus within an element. It is useful for modal dialogs and popovers.
React focus lock for all Chakra components
A React component that traps focus within an element. It is useful for modal dialogs and popovers.
c11743b47
]:
06f29f8cd
Thanks @segunadebayo! - Bump all packages
to resolve deps issues
Updated dependencies
[06f29f8cd
]:
f77e3c98f
]:
754649da8
Thanks @Methuselah96! - Upgrade dependency
react-focus-lock
to be compatible with React 18#5879
c390af485
Thanks @TimKolberger! - Bump all packages
to next major for Chakra UI version 2.
#5989
ed692c0ae
Thanks @TimKolberger! - Omit src
directory from being published to npm
#5882
41b3119f5
Thanks @TimKolberger! - Bump peer
dependency to React and ReactDOM to >=18
ed692c0ae
Thanks @TimKolberger! - Omit src
directory from being published to npmed692c0ae
]:
41b3119f5
Thanks @TimKolberger! - Bump peer
depencency to React and ReactDOM to >=1841b3119f5
]:
c390af485
Thanks @TimKolberger! - Bump all packages
to next major for Chakra UI version 2.c390af485
]:
e1fe48cbe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process. Root cause was a bug in our
CI configuration.e1fe48cbe
]:
a870e6b94
]:
#5536
a503acabe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process.
Updated dependencies
[a503acabe
]:
24b4333d0
]:
1537a725f
]:
b28142946
Thanks @cschroeter! - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.b28142946
]:
#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 to dist/esm
and dist/cjs
keeping the same file structure. The new build system merges
all files in src
and transpiles to a single esm
and cjs
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 "@teste-ui/hooks/dist/use-outside-click"
,
you'll notice that the this doesn't work anymore.
Here's how to resolve it:
`
jsx live=false
// Won't work 🎇
import { useOutsideClick } from "@teste-ui/hooks/dist/use-outside-click"
// Works ✅
import { useOutsideClick } from "@teste-ui/hooks"
`
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.
6095eaf9a
]:
cd0893c56
]:
4a1e4d93b
]:
e9ac4cc76
]:
8b5eb9654
]:
9c143bfe5
Thanks @segunadebayo! - Update focus utils
to use nextTick
option since its default value is now false in the focus
utils
@internal
use only
87cc23e14
]:
091bad84a
#3337 Thanks
@afermon! - Upgrade to react-remove-scroll@2.4.1
and react-focus-lock@2.5.0 to fix React 17 peer dependencies compatibility8b87406c
]:
e73878ee
]:
5c482483
]:
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/focus-lock
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/focus-lock
Note: Version bump only for package @teste-ui/focus-lock
Note: Version bump only for package @teste-ui/focus-lock
Note: Version bump only for package @teste-ui/focus-lock
Note: Version bump only for package @teste-ui/focus-lock
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/focus-lock
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/focus-lock
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/focus-lock
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/focus-lock
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @teste-ui/focus-lock
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.