Skip to content

Releases: adminfaces/admin-template

v1.1.0

22 Dec 20:10

Choose a tag to compare

Release notes

See issues fixed in 1.1.0 milestone.

v1.0.2

02 Jun 13:58

Choose a tag to compare

Release notes

See issues fixed in 1.0.2 milestone.

v1.0.1

01 Jun 22:50

Choose a tag to compare

Release notes

See issues fixed in 1.0.1 milestone.

v1.0.0

28 Mar 04:14

Choose a tag to compare

Release notes

See issues fixed in 1.0.0 milestone.

Heroes

@aster-phoenix, @jomu78

v1.0.0-RC21

05 Feb 15:39

Choose a tag to compare

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

@dquintela and @aster-phoenix

v1.0.0-RC20

28 Nov 16:58

Choose a tag to compare

Release notes

See issues fixed in RC20 milestone.

Heroes

@persapiens

v1.0.0-RC19

14 Oct 21:03

Choose a tag to compare

Release notes

See issues fixed in RC19 milestone.

v1.0.0-RC18

29 Jul 12:55

Choose a tag to compare

  • Automatically add leading slash to breadcrumb link (#110)

Migration guide

same as RC16 release.

v1.0.0-RC17

29 Jul 11:48

Choose a tag to compare

Release Notes

Don't use this release, we released wrong artifacts. Use RC18

v1.0.0-RC16

29 Jul 00:20

Choose a tag to compare

Release notes

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">