Skip to content

v5.0.0

Compare
Choose a tag to compare
@julienw julienw released this 14 Apr 07:06
· 170 commits to master since this release

Breaking

  • Use KeyboardEvent.key instead of KeyboardEvent.keyCode for the keyboard interaction
    • This drops support for Internet Explorer < 9 for the keyboard interaction. I'm not sure this was actually supported before that, but now we're sure it's not.

Fix

  • Support React v18. React v17 and before are still supported.
  • Fix colors in the CSS example page to make them contrasted enough for accessibility.

Internal

  • Migrate from enzyme to react-testing-library.
  • Various dev dependency updates.
  • Fix the selected page color in the examples page.