v3.0.0
·
192 commits
to master
since this release
Release for Vaadin 14 (npm mode)
Features
- Left side menu with hamburguer button and avatar image.
- Header with toolbar icons.
- Hierarchical menus with icons (infinite level of submenus).
- Application header with logo, title and toolbar icons.
- Menu separator.
- Support for left, middle and right click listeners.
- Menu items accepts arbitrary content (such as checkboxes, or buttons)
Changes from 2.0.x
- The
MenuItem
class in packagecom.flowingcode.addons.applayout.menu
was replaced by aMenuItem
component (in packagecom.flowingcode.addons.applayout
), which renders an item in the lateral menu, andToolbarIconButton
, which is a clickable icon (without label) suitable for use in the AppToolbar part. - Some custom CSS selectors that depended on the internal menu item structure may need to be rewritten.
- Classes and methods deprecated in version 2.0 have been removed.