Skip to content

BootsFaces v1.0.0 - First Stable Release

Compare
Choose a tag to compare
@TheCoder4eu TheCoder4eu released this 15 Nov 00:26
· 890 commits to master since this release

BootsFaces v1.0.0 - First Stable Release

Our Team is really proud to announce the v1.0 Release of BootsFaces!

During the last weeks we did a very hard work to build a great Release for the 1.0 version mark.

Enjoy!

New Components

  • New component - Kebab ( #500 )
  • New component: b:radioButton ( #202 )

Enhancements

  • initial support for PatternFly framework ( http://www.patternfly.org/ )
  • Autocompletion should also support lists and arrays ( #532 )
  • add selectionMode="single" to b:dataTable ( #531 )
  • set width b:datatablecolumn is not working bug confirmed ( #527 )
  • Improve Alert / Messages consistency css ( #521 )
  • Gradle build - improve build time and components maintainability using only one core CSS instead of per-component CSS build system css ( #496 )
  • Make the icon of b:dateTimePicker configurable ( #483)
  • No target in b:navLink ( #478 )
  • Implement the search expression @Property(.) ( #472 )
  • Make the search expressions accessible to standard JSF components ( #471 )
  • Implement the search expression @root ( #470 )
  • Implement the server-side search expression @styleClass(.) ( #469 )
  • Allow search expressions in FacesMessages.*() methods ( #468 )
  • rescue dataTable properties ( #409 )

Bug Fixes

  • Missing JavaScript handler on non-AJAX NavLinks and NavCommandLinks ( #534 )
  • set width b:datatablecolumn is not working ( #527 )
  • hidden-md never shows up ( #523 )
  • b:selectMultiMenu doesn't cope with empty values ( #513 )
    DateTimePicker sets hour to 12 (#512 )
  • Netbeans cannot find "value"-attribute on DataTableColumn ( #510 )
  • navCommandLink works different: partialResponse ( #501 )
  • Possible bug in collapsible panels with ajax ( #490 )
  • CommandButton inside a Datatable not working ( #489 )
  • b:switch alignment issue ( #488 )
  • b:switch missing update attribute ( #487 )
  • b:command button does not work in datatable. ( #486 )
  • b:SelectOneMenu Converter ( #480 )
  • f:param ignored in b:commandButton bug confirmed #152

Quality assurance

  • Tested the library on a Java 1.6 JVM to assess compliance with this version of Java.