- Updated dependencies:
ariakit-utils@0.17.0-next.25
.
- Updated dependencies:
ariakit-utils@0.17.0-next.24
.
- Updated dependencies:
ariakit-utils@0.17.0-next.23
.
- Fixed error when importing
ariakit-test
in a Node.js environment.
- Components passed to the
render
function are now wrapped withReact.StrictMode
. (#1534)
- Updated dependencies:
ariakit-utils@0.17.0-next.22
.
-
Fixed error regarding accessing
isBrowser
before initialization. (#1488) -
Updated dependencies:
ariakit-utils@0.17.0-next.21
.
-
Fixed
hover
not waiting for queued microtasks. (#1433) -
Updated dependencies:
ariakit-utils@0.17.0-next.20
.
- Added new
mouseDown
andmouseUp
functions. (#1379)
-
Added new
select
util toariakit-test
. (#1386) -
Updated dependencies:
ariakit-utils@0.17.0-next.19
.
- Updated dependencies:
ariakit-utils@0.17.0-next.18
.
- The
ariakit-test-utils
package has been renamed toariakit-test
. (#1296)
-
press
ingArrowUp
,ArrowRight
,ArrowDown
andArrowLeft
on text fields now changes the selection/caret position. -
press
ing printable characters on text fields now usestype
underneath, which means they are typed in the input.
-
Stopped shipping the
src
folder with the npm package to reduce the size of the package. (#1272) -
Updated dependencies:
ariakit-utils@0.17.0-next.17
.
-
Dropped support for React 16. (#1225)
The package may still work with React 16.8, but we're not testing the codebase against this version anymore. Upgrade to React 17 or higher to guarantee that your app works with Ariakit.
-
Exposed
ariakit-test/mock-get-client-rects
module. (#1227) -
Updated dependencies:
ariakit-utils@0.17.0-next.16
.
- Published packages with the
next
tag. (#1213)
- Updated dependencies:
ariakit-utils@0.17.0-next.15
.