3.x.x release notes
3.1.0.RELEASE
-
Pinned version of cypress because of incompatibility between
cypress/browsers:chrome65-ff57andnode8 -
Switched to JUnit5
3.0.0.RELEASE
This version requires Across 5.0.0.
Extension module
BootstrapUiModule configuration has been modified to extend the AcrossWebModule configuration.
It no longer starts its own ApplicationContext.
Most applications should have no effect from this, but any code directly accessing the BootstrapUiModule bean factory would now fail.
Module configurations added to BootstrapUiModule should be added to AcrossWebModule instead.
Library upgrades
-
updated versions for external libraries and upgraded to their Bootstrap 4 variants
-
updated autoNumeric from
1.9.30to4.5.4-
registered the corresponding AutoNumeric object as a
data-autoNumericattribute
-
-
updated MomentJS from
2.10.6to2.24.0 -
migrated from
Eonasdan DateTimePicker 4.14.30toTempus Dominus DateTimePicker 5.1.2-
DateTimePickers always require a unique controlName to ensure it works correctly.
-
-
updated autoSize from
3.0.20to4.0.2 -
updated bootstrap select from
1.12.2to1.13.11 -
updated jQuery from
1.11.3to3.4.1
-
Bootstrap 4 upgrades
-
migrated from bootstrap 3 to Bootstrap 4 resulting in various breaking changes
-
added support for Bootstrap 4 Switches, these can be found as xref:…[
ToggleFormElements] -
reduced custom css in favor of Bootstrap 4 utility classes
-
panels have been removed and migrated to cards
-
iconOnly menu items are hidden using sr-only
-
added various strongly typed helper classes for bootstrap 4 styles, see
BootstrapStyles.css -
bootstrap select items enable
dropUpby default
Improvements & New Features
-
removed
BootstrapUiBuildersin favour ofBootstrapViewElements.BootstrapViewElementsprovides a static variablebootstrapthrough whichViewElementscan be created, with a correspondingbootstrap.buildersto easily createViewElementBuilders. -
removed various attributes in favor of
WitherSetter`s to support both extendability and easy customization of @ViewElements -
added an IconSetRegistry in which xref:[IconSets] can be registered
-
IconSets can be used to maintain a set of icons throughout modules
-
registered icons within an IconSet can be overridden for ease of customization
-
default IconSets are registered for FontAwesome 5 Regular, Solid and Brands styles
-
-
added
checkbox-list,toggle-`listandradio-listas CSS class to the wrapping div in case ofOptionsFormElementBuildersfor ease of customization