Skip to content

Releases: ariakit/ariakit

ariakit@2.0.0-next.26

09 May 07:35
9db2177
Compare
Choose a tag to compare
ariakit@2.0.0-next.26 Pre-release
Pre-release

Minor Changes

  • Event handlers returned by Ariakit components are now always stable references. (#1326)

Patch Changes

  • Fixed infinite loop on Portal when used within React.Suspense. (#1327)

  • Updated dependency @floating-ui/dom to v0.5.0. (#1333)

  • Updated dependencies: ariakit-utils@0.17.0-next.18.

ariakit-utils@0.17.0-next.18

09 May 07:35
9db2177
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • useBooleanEventCallback has been renamed to useBooleanEvent. (#1323)

  • useEventCallback has been renamed to useEvent. (#1323, #1332)

ariakit-test@0.17.0-next.21

09 May 07:35
9db2177
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies: ariakit-utils@0.17.0-next.18.

ariakit-playground@0.17.0-next.26

09 May 07:35
9db2177
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies: ariakit@2.0.0-next.26, ariakit-utils@0.17.0-next.18.

ariakit@2.0.0-next.25

02 May 08:42
9cd500c
Compare
Choose a tag to compare
ariakit@2.0.0-next.25 Pre-release
Pre-release

Patch Changes

  • Fixed SelectLabelProps type to default to div instead of label. (#1281)

ariakit-test@0.17.0-next.20

02 May 08:42
9cd500c
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • The ariakit-test-utils package has been renamed to ariakit-test. (#1296)

ariakit-playground@0.17.0-next.25

02 May 08:42
9cd500c
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies: ariakit@2.0.0-next.25.

ariakit@2.0.0-next.24

25 Apr 06:54
e65c40a
Compare
Choose a tag to compare
ariakit@2.0.0-next.24 Pre-release
Pre-release

Patch Changes

  • Fixed focus flash when Combobox has autoSelect set to true.

  • Fixed Dialog not closing when pressing Esc when the ref prop is lazily evaluated.

  • Fixed Dialog not correctly preventing body scroll on iOS. (#1271)

  • Fixed Hovercard not disabling pointer events outside while the mouse is moving torwards the card when the ref prop is lazily evaluated.

  • Fixed Menu initial focus when all the menu items are re-mounted. (#1260)

  • Stopped shipping the src folder with the npm package to reduce the size of the package. (#1272)

  • --popover-available-width, --popover-available-height, and --popover-anchor-width are now defined as integer values instead of floats.

  • Fixed the data-focus-visible attribute flash on Select after clicking on it. (#1262)

  • Updated dependencies: ariakit-utils@0.17.0-next.17.

ariakit-utils@0.17.0-next.17

25 Apr 06:54
e65c40a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Stopped shipping the src folder with the npm package to reduce the size of the package. (#1272)

ariakit-test-utils@0.17.0-next.19

25 Apr 06:54
e65c40a
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • pressing ArrowUp, ArrowRight, ArrowDown and ArrowLeft on text fields now changes the selection/caret position.

  • pressing printable characters on text fields now uses type underneath, which means they are typed in the input.

Patch Changes

  • 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.