v4.0.0
Fix
- Fixes keyboard navigation when the menu rerenders.
Breaking
- Fixes the button filter by changing how it's implemented: instead of using
mouseButton={0}
, usetriggerOnLeftClick={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.