Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

2.0.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tulioag tulioag released this 23 May 16:17
· 30 commits to master since this release
101c165

AppLayout is a component providing a quick and easy way to get a common application layout structure done.

Compatibility

This release is built with:

  • vaadin-app-layout Web Component version 2.0.0
  • Tested with Vaadin Flow version 2.0.0.rc2

Breaking changes

  • Webcomponent was reworked and previous slots have been renamed/moved. Now we provide more broad and generic slots: navbar and drawer
  • AbstractAppRouterLayout was removed. AppLayout itself now implements RouterLayout.
  • AppLayoutMenu and AppLayoutMenuItem were removed.
  • New DrawerToggle to open or close the drawer.