You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,9 +43,9 @@ To see the demo, navigate to http://localhost:8080/
40
43
-**Version 1.0.7** Added abstract RouterLayout and style mouse pointer as a hand.
41
44
-**Version 1.0.8** Deprecate methods for removal in future releases.
42
45
43
-
## Roadmap
44
-
45
-
* Support for app-grid
46
+
-**Version 2.1.0**
47
+
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.
48
+
Classes and methods deprecated in version 2.0 have been removed.
46
49
47
50
## Issue tracking
48
51
@@ -77,26 +80,21 @@ Adding menu items with sub-menus & icons:
0 commit comments