Directory

App Layout Addon - Vaadin Add-on Directory

Vaadin integration of Polymer's AppLayout App Layout Addon - Vaadin Add-on Directory
Vaadin integration of [AppLayout](https://github.com/PolymerElements/app-layout) This addon is particularly useful if you want to create a new application with support for responsiveness. Key Features: * Left side menu with drawer button * Side menu with avatar image * Infinite level of submenus * Header with toolbar icons, configurable display * etc.
Online Demo
Source Code
Author Homepage
Issue Tracker
View on GitHub

App Layout Addon version 1.0.0
Initial version. It support one-level menus, toolbar icons and paper-cards

App Layout Addon version 1.0.1
- Fixed a recursion problem

App Layout Addon version 1.0.2
Added support for sub-menus and icons in the menus.

App Layout Addon version 1.0.3
Added support for changing the label and icon of a `MenuItem` dynamically.

App Layout Addon version 1.0.4
Added support for: * Placing a logo in the application header * Changing icons in the toolbar * Setting a custom component to the menu header (such as logged-in user account details) * Setting visibility of side menu and button and dynamically clearing menu items.

App Layout Addon version 1.0.5
Added support for setting the header title and height, and configuring the header behavior on scroll, the drawer swipe-open behavior, and disabling menu items.

App Layout Addon version 1.0.6
Added support for: * Making the menu list scrollable * Support for image-based icons. * API enhancements and fixes.

App Layout Addon version 1.0.7
Added abstract `RouterLayout` and style mouse pointer as a hand.

App Layout Addon version 1.0.8
Deprecate methods for removal in future releases.

App Layout Addon version 2.0.0
First release with support for Vaadin 14 in NPM mode

App Layout Addon version 2.0.1
Maintenance release

App Layout Addon version 2.0.2
Deprecate components to be removed in next major version.

App Layout Addon version 3.0.0
Major version with several new features (like menu separators, custom components in menu items, etc.). For more information check current [features](https://github.com/FlowingCode/AppLayoutAddon#features) and [releases](https://github.com/FlowingCode/AppLayoutAddon/releases) in the [GitHub project's page](https://github.com/FlowingCode/AppLayoutAddon/).

App Layout Addon version 3.0.1
Bugfixes for v15 compatibility

App Layout Addon version 3.1.0
### New features * Add support for RouterLink ([#49](https://github.com/FlowingCode/AppLayoutAddon/issues/49)) * Deprecate MenuItem.setIconSpacing(boolean) in favor of setIconBlank() ([#61](https://github.com/FlowingCode/AppLayoutAddon/issues/61)) * Support serialization

App Layout Addon version 4.0.0
### Features * Make AppLayout the RouterLayout provided by the addon (Avoid potential API duplication by making AppLayout to be the RouterLayout implementation to be used and removing AbstractFCAppRouterLayout). * Add support for right drawer alignment * Use @flowingcode/fc-applayout 0.9.6 * Use @flowingcode/fc-menuitem 0.9.8 * Add a default constructor (Simplify the usage as a RouterLayout). * Add support for drawerBelowHeader feature * Add support for drawerPersistent wc feature * Add setters for features configured in constructor ([#79](https://github.com/FlowingCode/AppLayoutAddon/issues/79)) * Remove usage of paper-divider ### Bugfixes * Fix content setting in router layout * Use the correct property name in us/setMenuVisible * Make header thinner in compact mode via css * Remove slot only for child menu items * Use event to close the drawer * Import fc-menuitem.js instead of .ts

App Layout Addon version 5.0.0
### New Features Support for Vaadin Fusion (Stateless server side menu generation, etc.)

App Layout Addon version 5.0.3
### New features Support for Vaadin Fusion (Stateless server side menu generation, etc.) (re-release because of missing resources problem)

App Layout Addon version 5.0.4
### New features * Support for Vaadin Fusion (Stateless server side menu generation, etc.) ### Bugfixes * Using latest fc-menuitem web component for solving JavaScript error issue

App Layout Addon version 5.0.5
### New features * Support for Vaadin Fusion (Stateless server side menu generation, etc.) ### Bugfixes * Using latest fc-menuitem web component for solving JavaScript error issue

App Layout Addon version 5.1.0
What's Changed: * feat: add hilla support by @mlopezFC in #100 * fix: correct implementation of setCaption by @javier-godoy in #91 * fix: avoid using h4 for styling purposes by @mlopezFC in #101 * Update fc-applayout to 0.9.8 by @javier-godoy in #93 * Update to Vaadin 23.0.9 by @mlopezFC in #96 [Full changelog](https://github.com/FlowingCode/AppLayoutAddon/compare/app-layout-addon-5.0.4...app-layout-addon-5.1.0)

App Layout Addon version 5.2.0
Use version 1.0.0 of fc-applayout web component

App Layout Addon version 5.3.0
#### New features: * add support to display menu item opened on component rendering ([#41](https://github.com/FlowingCode/AppLayoutAddon/issues/41)) * support specifying a custom welcome route ([#78](https://github.com/FlowingCode/AppLayoutAddon/issues/78)) * change path for Hilla generated modules ([#113](https://github.com/FlowingCode/AppLayoutAddon/issues/113))

App Layout Addon version 6.0.0
#### New Features * Update to Vaadin 24.4.4 ([#110](https://github.com/FlowingCode/AppLayoutAddon/issues/110))