Skip to content

v0.3.0 release

Compare
Choose a tag to compare
@AlaricBaraou AlaricBaraou released this 19 Jan 14:26
· 109 commits to main since this release

Change logs :

  • Allow screen readers users to explore freely the screen without using the swipe gesture ( tab equivalent )
  • Add a debug mode ( pass the debug={true} prop to the a11y components to display the htm accessible to screen readers )
  • Fix a bug that occurred when one click could trigger x actions if multiple 3D objects are under it
  • Provide a way to deal with edge case shape while we don't have a smarter html positioning ( cf below )

In the case of a donut for instance, the button would be positioned in the middle of it, where it shouldn't be anything to trigger an hover etc
With the a11yElStyle props the user can fix it
before
Capturebtn (1)
after
Capturebtn2 (1)