Skip to content

v4.0.0

Compare
Choose a tag to compare
@julienw julienw released this 07 Dec 14:03
· 250 commits to master since this release
afee2c1

Fix

  • Fixes keyboard navigation when the menu rerenders.

Breaking

  • Fixes the button filter by changing how it's implemented: instead of using mouseButton={0}, use triggerOnLeftClick={true}. Also it doesn't prevent the right click anymore. With the change in v3 the menu was always opening on left click.

Internal

  • examples: add the hash to the bundle file name in development mode so that reloading works.