Skip to content

Releases: adminfaces/admin-template

v1.0.0-RC15

07 May 01:37
Compare
Choose a tag to compare

Release notes

v1.0.0-RC14

17 Apr 13:51
Compare
Choose a tag to compare

Release notes

Migration from RC13

In RC14 the LayoutMB was moved to admin-template instead of being on application. This is because LayoutMB is now used for controlSidebar (see #56).

If you have a customized LayoutMB on your application you can use CDI bean specialization in order to avoid ambiguous dependency exception, example:

//@Named it is important to REMOVE the named from your bean
@SessionScoped
@Specializes
public class LayoutMB extends com.github.adminfaces.template.bean.LayoutMB {

}

you can override LayoutMB methods if needed.

v1.0.0-RC13

03 Apr 23:45
Compare
Choose a tag to compare

Release notes

v1.0.0-RC12

13 Feb 10:28
Compare
Choose a tag to compare

v1.0.0-RC11

13 Oct 22:35
Compare
Choose a tag to compare

See the issues fixed in RC11 milestone.

v1.0.0-RC10

07 Oct 14:24
Compare
Choose a tag to compare

See the issues fixed in RC10 milestone.

v1.0.0-RC9

09 Jul 00:38
Compare
Choose a tag to compare

See the issues fixed in RC9 milestone.

v1.0.0-RC8

03 Jul 02:28
Compare
Choose a tag to compare

Release notes

See the issues fixed in RC8 milestone.

v1.0.0-RC7

13 Jun 05:14
Compare
Choose a tag to compare

Release notes

See the issues fixed in RC7 milestone.

v1.0.0-RC6

29 May 02:14
Compare
Choose a tag to compare

Release notes

See the issues fixed in RC6 milestone.