BootsFaces v1.4.0 - Java 11 Support, Enhancements and Bug Fix Release
BootsFaces v1.4.0 - Java 11 Support, Enhancements and Bug Fix Release
Our Team is proud to announce this new release!
The focus has been on introducing Java 11 support and adding compatibility to Mojarra 2.3 ,
but we also worked hard to bring you many enhancements and hunting bugs.
Enjoy!
Java Support
We introduce Java 11 LTS support, the builds supported are now the two LTS versions of Java: Java 11 and 8.
The JRE 1.7 is still supported but it is now considered Legacy Java.
Enhancements:
Added compatibility to Mojarra 2.3
b:breadcrumbs should have an option to render an end point / current page ( #1036 )
add <caption>
optional tag to datatable ( #1028, #1032 )
Using <nav>
tag in navBar ( #1030 )
Add nl and pt languages to b:dataTable ( #1022, #1024)
b:modal is not readable by screen reader ( #1010 )
navLink and navCommandLink not compatible with keyboard navigation ( #989 )
Expose slider2 JS object to window ( #988 )
Added FontAwesome 5 support. ( #982 )
dataTable column widths change with number of characters in header ( #967 )
b:slider2 now supports both integer and decimal values (#976 #1005 #1006)
b:dataTable can run behind a firewall, using a local copy of dataTables.min.css and dataTables.min.js ( #853, #997 )
Documentation improvements:
HighCharts configuration missing. ( #1012 )
Showcase inputText link is incorrect ( #998 )
Updated the requirements page
Updated the OmniFaces page and the PrimeFaces page
Added the documentation for b:selectOneMenu select2="true" ( #983 )
Since the last Release we closed many issues (enhancements and bug fixes):
Bean validation issue for numbers ( #1035 )
DropMenu renders too many closing tags ( #1025 )
Breadcrumbs tries to load theme/bfs.css while no other component does ( #1021 )
b:modal is not readable by screen reader ( #1009 )
Upgrading app from BF 1.2.0 to 1.3.0 causes Resource Not Found: bsf.css: css/default/bsf.css ( #1003 )
Type ahead with tags is broken ( #974 )
b:slider and b:slider2 render the badgeStyleClass instead of the badeStyle ( #978 )
b:slider2 label example is not working and JSF markup is incorrect ( #977 )
Adding aria-disabled="true" when b:navLink are disabled ( #986 )