Releases: FlowingCode/AppLayoutAddon
Releases · FlowingCode/AppLayoutAddon
6.0.0
5.3.0
What's Changed
- feat: add support to display menu item opened on component rendering by @flang in #111
- feat: support specifying a custom welcome route by @mlopezFC in #112
- fix: change path for Hilla generated modules by @flang in #115
New Contributors
Full Changelog: app-layout-addon-5.2.0...app-layout-addon-5.3.0
5.2.0
What's Changed
Full Changelog: app-layout-addon-5.1.0...app-layout-addon-5.2.0
v5.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: app-layout-addon-5.0.4...app-layout-addon-5.1.0
v5.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
v4.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)
- 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
v3.1.0
v3.0.1
v3.0.0
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.
v2.0.2
Deprecate components to be removed in next version.