Skip to content

Releases: pmndrs/react-three-a11y

v3.0.0 release

15 May 04:12
321a7e3
Compare
Choose a tag to compare

Updated @react-three/a11y in order to use it with React 18.

Thanks to indiejoseph for the help

v2.2.4 release

02 Apr 22:02
Compare
Choose a tag to compare

Adds an optional dragThreshold prop to the A11y component. If the onClick event delta ( Distance between mouse down and mouse up event in pixels ) is greater than this value, the action event handler doesn't fire.

This can help when using this library with the drei MapControls, where drags that start and end on the same A11y target to prevent trigger a click event when the user's intention is to just pan the camera.

thanks to @claytercek for the PR

v2.2.3 release

15 Oct 08:30
Compare
Choose a tag to compare

fix: add support for older browsers (b913ecf)

v2.2.2 release

15 Oct 08:28
Compare
Choose a tag to compare

fix: correct sections' default styling (9bd4416)

fix: correct section wrapping (0f4758d)

v2.2.1 release

15 Oct 08:26
Compare
Choose a tag to compare

feat: added custom DOM tags (161de54)

v2.2.0 release

15 Oct 08:24
Compare
Choose a tag to compare

feat: added new role: image (a2f5310)

v2.1.0 release

16 Jun 10:02
Compare
Choose a tag to compare

Buf fix :

  • click actionCall could be fired twice for mouse users on the component A11y with role buttons and togglebutton

v2.0.2 release

02 May 15:58
Compare
Choose a tag to compare

Updated peerDependencies

v2.0.1 release

10 Apr 17:59
Compare
Choose a tag to compare

Fix some issues with wrongly required props.
#20

v2.0.0 release

01 Apr 16:21
Compare
Choose a tag to compare

Minimum supported version of r3f is ">=6.0"