1.x.x release notes
1.2.0.RELEASE
-
added
BootstrapUiBuildersclass that is a static facade for all builders-
BootstrapUiFactoryandBootstrapUiComponentFactorybeans are still available, but because both of them operate stateless, the facade was added to reduce wiring verbosity
-
-
textbox improvements:
-
TextboxFormElementhas a property disableLineBreaks that will disable the ENTER key -
the
TextboxFormElementBuilderwill generate a valid single-line auto-sizing textarea if auto-size is requested on a normal textbox
-
1.1.0.RELEASE
-
added several builders for rendering menu structures:
DefaultNavComponentBuilder,BreadcrumbNavComponentBuilderandPanelsNavComponentBuilder-
all nav related builders now also support message code snippets in
Menutitles: putting for example #{my.code=Item title} as value will be replaced by the Locale specific message for my.code or by Item title if the message code can’t be resolved
-
-
added support for bootstrap-select dropdown lists on
OptionsFormElementBuilderandSelectFormElement-
allows for more advanced and user-friendly dropdown controls
-
-
the BootstrapUiModule javascript library supports adding initializer extensions
1.0.0.RELEASE
Initial public release available on Maven central.