We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcada4b + 01a7045 commit c799c93Copy full SHA for c799c93
README.md
@@ -29,6 +29,7 @@ To see the demo, navigate to http://localhost:8080/
29
- **Version 1.0.0** Initial Version
30
- **Version 1.0.1** Fixed recursion problem
31
- **Version 1.0.2** Added support for sub-menus and icons in the menus
32
+- **Version 1.0.3** Added support for changing the label and icon of a MenuItem dinamically.
33
34
## Roadmap
35
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.addons.applayout</groupId>
6
<artifactId>app-layout-addon</artifactId>
7
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.4-SNAPSHOT</version>
8
<name>App Layout Addon</name>
9
<description>Integration of app-layout for Vaadin 10</description>
10
0 commit comments