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
@@ -33,19 +34,7 @@ To see the demo, navigate to http://localhost:8080/
33
34
34
35
## Release notes
35
36
36
-
-**Version 1.0.0** Initial Version
37
-
-**Version 1.0.1** Fixed recursion problem
38
-
-**Version 1.0.2** Added support for sub-menus and icons in the menus
39
-
-**Version 1.0.3** Added support for changing the label and icon of a MenuItem dinamically.
40
-
-**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.
41
-
-**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.
42
-
-**Version 1.0.6** Added support for: making the menu list scrollable and support for image-based icons. API enhancements and fixes.
43
-
-**Version 1.0.7** Added abstract RouterLayout and style mouse pointer as a hand.
44
-
-**Version 1.0.8** Deprecate methods for removal in future releases.
45
-
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.
37
+
See [here](https://github.com/FlowingCode/AppLayoutAddon/releases)
0 commit comments