Skip to content

Vaadin Context Menu add-on 3.0.0

Compare
Choose a tag to compare
@ZheSun88 ZheSun88 released this 14 Nov 08:25
· 6 commits to master since this release

The context menu was rewritten from scratch, but API was kept compatible with version 2.x.
Required Framework version is 8.6+. Key improvements are:

  • Tree context click support
  • BrowserWindowOpener support for menu items, i.e. now it's possible to open new browser instances by clicking menu items
  • FileDownloader support for menu items, i.e. now it's possible to download files by clicking menu items
  • HTML format for items is implemented
  • Numerous bugfixes