We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.1.0 Ship List
Improvements:
b:dataTable improvements
added support for @NotBlank( No support for @NotBlank #738 )
@NotBlank
the link of b:navBar now has an optional target attribute ( Target attribute in the b:navBar component #728 )
improved the performance of b:tree ( Increase performance of b:tree control #708 )
added support for the collapse and expand events of b:tree ( There is no support for expand / collapse events in tree control #705 )
improve b:message rendering ( b:message rendering can be improved #701 )
b:form allows horizontal and inline at the same time ( b:form allows horizontal and inline at the same time #690 )
b:tree without value throws NullPointerException ( b:tree without value throws NullPointerException #676 )
f:selectItem on selectOneMenu ignores passthrough attributes confirmed ( f:selectItem on selectOneMenu ignores passthrough attributes #667 )
improve b:commandLink ( b:commandLink #652 )
Add b:selectBooleanCheckbox support for horizontal forms ( b:selectBooleanCheckbox doesn't support horizontal forms #643 )
Improvement: poll interval attribute type could be more lenient ( Improvement: poll interval attribute type could be more lenient #637 )
Improve validation error style classes ( Validation error style classes problem #621 )
b:radioButton doesn't support AJAX ( b:radioButton doesn't support AJAX #603 )
CoreRenderer ignores @NotNull ( CoreRenderer ignores @NotNull #585 )
improve commandButton ajax "onStart" ( commandButton ajax "onStart" #519 )
Improve b:button/b:commandButton size attribute description ( Improve b:button/b:commandButton size attribute description #618 )
Add support for disable attribute in b:navLink ( b:navLink can't be disabled #615 )
Add new attribute: contentDisabled ( New attribute: contentDisabled #587 )
Add "after" facet to inputs ( Add "after" facet to inputs #493 )
Add b:remoteCommand enhancement ( Add b:remoteCommand #484 )
Update jQuery to v3.2.1
Update Bootstrap Slider to v9.7.3
Update Datetimepicker for Bootstrap 3 to version 4.17.47
b:panelGrid size attribute now supports the symbolic values like "tiny-screen"
Fixes:
h:inputFile
enctype="multipart/form-data"
The text was updated successfully, but these errors were encountered:
Test in progress
Sorry, something went wrong.
Releasing a RC.
Start Final Release.
stephanrauh
TheCoder4eu
No branches or pull requests
v1.1.0 Ship List
Improvements:
b:dataTable improvements
added support for
@NotBlank
( No support for @NotBlank #738 )the link of b:navBar now has an optional target attribute ( Target attribute in the b:navBar component #728 )
improved the performance of b:tree ( Increase performance of b:tree control #708 )
added support for the collapse and expand events of b:tree ( There is no support for expand / collapse events in tree control #705 )
improve b:message rendering ( b:message rendering can be improved #701 )
b:form allows horizontal and inline at the same time ( b:form allows horizontal and inline at the same time #690 )
b:tree without value throws NullPointerException ( b:tree without value throws NullPointerException #676 )
f:selectItem on selectOneMenu ignores passthrough attributes confirmed ( f:selectItem on selectOneMenu ignores passthrough attributes #667 )
improve b:commandLink ( b:commandLink #652 )
Add b:selectBooleanCheckbox support for horizontal forms ( b:selectBooleanCheckbox doesn't support horizontal forms #643 )
Improvement: poll interval attribute type could be more lenient ( Improvement: poll interval attribute type could be more lenient #637 )
Improve validation error style classes ( Validation error style classes problem #621 )
b:radioButton doesn't support AJAX ( b:radioButton doesn't support AJAX #603 )
CoreRenderer ignores @NotNull ( CoreRenderer ignores @NotNull #585 )
improve commandButton ajax "onStart" ( commandButton ajax "onStart" #519 )
Improve b:button/b:commandButton size attribute description ( Improve b:button/b:commandButton size attribute description #618 )
Add support for disable attribute in b:navLink ( b:navLink can't be disabled #615 )
Add new attribute: contentDisabled ( New attribute: contentDisabled #587 )
Add "after" facet to inputs ( Add "after" facet to inputs #493 )
Add b:remoteCommand enhancement ( Add b:remoteCommand #484 )
Update jQuery to v3.2.1
Update Bootstrap Slider to v9.7.3
Update Datetimepicker for Bootstrap 3 to version 4.17.47
b:panelGrid size attribute now supports the symbolic values like "tiny-screen"
Fixes:
h:inputFile
) (ajax b:commandButton doesn't work when form contains a h:inputFile #734, Check whether AJAX is generally broken withenctype="multipart/form-data"
#743)The text was updated successfully, but these errors were encountered: