Skip to content

Releases: FlowingCode/AppLayoutAddon

6.0.0

30 Jul 18:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: app-layout-addon-5.3.0...app-layout-addon-6.0.0

5.3.0

14 Jun 15:40
Compare
Choose a tag to compare

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

28 Jun 20:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: app-layout-addon-5.1.0...app-layout-addon-5.2.0

v5.1.0

17 May 18:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: app-layout-addon-5.0.4...app-layout-addon-5.1.0

v5.0.4

09 Nov 17:04
Compare
Choose a tag to compare

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

14 Sep 21:01
Compare
Choose a tag to compare

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

04 Jan 14:48
Compare
Choose a tag to compare

New features:

  • Add support for RouterLink (#49)
  • Deprecate MenuItem.setIconSpacing(boolean) in favor of setIconBlank() (#61)
  • Support serialization

v3.0.1

04 Jan 14:47
Compare
Choose a tag to compare

Bugfixes for v15 compatibility (#45)

v3.0.0

20 Jan 19:05
Compare
Choose a tag to compare

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 package com.flowingcode.addons.applayout.menu was replaced by a MenuItem component (in package com.flowingcode.addons.applayout), which renders an item in the lateral menu, and ToolbarIconButton, 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

27 Dec 13:53
Compare
Choose a tag to compare

Deprecate components to be removed in next version.