Releases: adminfaces/admin-template
Releases · adminfaces/admin-template
v1.1.0
Release notes
See issues fixed in 1.1.0 milestone.
v1.0.2
Release notes
See issues fixed in 1.0.2 milestone.
v1.0.1
Release notes
See issues fixed in 1.0.1 milestone.
v1.0.0
v1.0.0-RC21
Release notes
See issues fixed in RC21 milestone.
Important
If you use PrimeFaces 6.1 or below you'll need to use the legacy classifier of admin-template, e.g:
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-template</artifactId>
<version>1.0.0-RC21</version>
<classifier>legacy</classifier>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>6.1</version>
</dependency>
Heroes
v1.0.0-RC20
v1.0.0-RC19
Release notes
See issues fixed in RC19 milestone.
v1.0.0-RC18
v1.0.0-RC17
Release Notes
Don't use this release, we released wrong artifacts. Use RC18
v1.0.0-RC16
Release notes
- See the issues fixed in RC16 milestone.
Migration guide
Menu search
In this release admin template brings search to template menus (see #103).
if you are adding your own search (as we did in admin-showcase and admin-starter) you need either remove the search from your application or disable admin template search via admin-config.properties entry:
admin.renderMenuSearch=false #it is true by default
Also to make the search work add tree css class and data widget on your menu.xhtml as below:
<ul class="sidebar-menu tree" data-widget="tree">