Skip to content

Releases: ariakit/ariakit

@ariakit/test@0.4.1

09 Aug 17:23
35e07a0
Compare
Choose a tag to compare
  • Added a README file to the package.
  • Updated dependencies: @ariakit/core@0.4.8

@ariakit/react@0.4.8

09 Aug 17:24
35e07a0
Compare
Choose a tag to compare

Accessing selected tabs when disabled

A Tab component that is both selected and disabled will now remain accessible to keyboard focus even if the accessibleWhenDisabled prop is set to false. This ensures users can navigate to other tabs using the keyboard.

Other updates

  • Fixed Dialog to prevent smooth scrolling on hide.
  • Fixed Hovercard unexpectedly hiding when scrolling in Safari.
  • Improved JSDocs.
  • Updated dependencies: @ariakit/react-core@0.4.8

@ariakit/react-core@0.4.8

09 Aug 17:24
35e07a0
Compare
Choose a tag to compare

Accessing selected tabs when disabled

A Tab component that is both selected and disabled will now remain accessible to keyboard focus even if the accessibleWhenDisabled prop is set to false. This ensures users can navigate to other tabs using the keyboard.

Other updates

  • Fixed Dialog to prevent smooth scrolling on hide.
  • Fixed Hovercard unexpectedly hiding when scrolling in Safari.
  • Added a README file to the package.
  • Improved JSDocs.
  • Updated dependencies: @ariakit/core@0.4.8

@ariakit/core@0.4.8

09 Aug 17:23
35e07a0
Compare
Choose a tag to compare
  • Added a README file to the package.
  • Improved JSDocs.

@ariakit/test@0.4.0

31 Jul 15:08
39217d4
Compare
Choose a tag to compare
  • The render method now returns a promise of { unmount, rerender } instead of just the unmount function.

@ariakit/test@0.3.16

27 May 10:13
52aadf0
Compare
Choose a tag to compare
  • Added React 19 to peer dependencies.
  • Updated dependencies: @ariakit/core@0.4.7

@ariakit/react@0.4.7

27 May 10:13
52aadf0
Compare
Choose a tag to compare

New SelectValue component

A SelectValue component is now available. This is a value component, which means it doesn't render any DOM elements and, as a result, doesn't take HTML props. Optionally, it can use a fallback prop as a default value if the store's value is undefined:

<Select>
  <SelectValue fallback="Select a value" />
  <SelectArrow />
</Select>

Other updates

  • Added React 19 to peer dependencies.
  • Fixed autoSelect behavior with virtualized lists on mobile devices.
  • Improved JSDocs.
  • Updated dependencies: @ariakit/react-core@0.4.7

@ariakit/react-core@0.4.7

27 May 10:13
52aadf0
Compare
Choose a tag to compare
  • Added React 19 to peer dependencies.
  • Fixed autoSelect behavior with virtualized lists on mobile devices.
  • Improved JSDocs.
  • Updated dependencies: @ariakit/core@0.4.7

@ariakit/core@0.4.7

27 May 10:12
52aadf0
Compare
Choose a tag to compare
  • Improved JSDocs.

@ariakit/test@0.3.15

23 Apr 11:54
a48b8df
Compare
Choose a tag to compare
  • Updated dependencies: @ariakit/core@0.4.6