The latest version is: 2.0.0-SNAPSHOT, which supports Grails 7.1.1.
NOTES:
Grails 7.1.1 is not compatible with Grails 6
The Grails 6 version of this plugin can be found on the main branch of this repo.
compile ":ala-bootstrap5:1.0.0-SNAPSHOT"
This is a Grails Plugin to provide the basic set of web assets to correctly apply the new 2019 ala web theme based on bootstrap 5.3
Note: templates, some CSS & JS files are located in the commonui-bs5 git repository.
This plugin assumes but does not directly depend on the ala-auth plugin. It switches login URL behaviour based on the security.oidc.enabled config property, using the ala-auth provided login controller instead of a redirect straight to the configured CAS server.
To use custom login behaviour with this plugin without the ALA-Auth plugin, set security.oidc.enabled to true then define a URL mapping named 'login', which can accept a single parameter url which is the URL to redirect to after logging in.
This plugin borrows the taglib used in the Grails Twitter Bootstrap plugin to modify the way some Core Grails tags are rendered (eg: pagination)
To enable the boostrap compatible rendering add the following line to your Config.groovy:
grails.plugins.twitterbootstrap.fixtaglib = true