Skip to content

v1.0.1

Choose a tag to compare

@web-padawan web-padawan released this 20 May 13:46
· 88 commits to master since this release

Live Demo →
API Documentation →

Fixes

  • theme attribute is now propagated to submenu for easier items styling (#67)

  • calling render() no longer throws before adding menu bar to the page (#70)

  • click events are now correctly propagated to the item components (#29)

  • submenu no longer unexpectedly floats on page scroll (#50)

Changes Since v1.0.0:

  • 01df4fa fix: propagate theme attribute to the submenu

  • 4ceb184 fix: do not throw when calling render() before menu bar is attached (#72)

  • 5bbdee8 fix: ensure slotted context-menu item can be clicked (#69)

  • f519193 Fix overlays position on scroll (#65)