You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added jQuery 2x, 3x support and configuration parameters in Gradle build ( Improve Gradle Build #388 ).
Added targeting multiple Java runtime versions.
Added compilation options configuration.
Enhanced Gradle build Layout.
Updated Gradle Wrapper to v 2.14.
Bug fixes:
Fixed a problem in navbarLinks markup for correct menu items alignment when pull attribute is set to "right" and the burger menu is shown on small screens.
#403: Tags were added to the b:inputText component #443: b:navLinks inside ui:repeats were fixed so as not to generate spans rather than lis #437: b:messages got a flexible for attribute and b:message got an onlyMostSevere attribute #428: @before and @after search expressions added #404: style and styleClass attributes added to modal headers #372: Entire panel title is now clickable to collapse/expand the panel.
v0.9.0 Ship List
Compatibility to other frameworks:
New components:
Improvements:
<div>
a first-class citizen of JSF ( Make <div> a first-class citizen of JSF #47 )b:inputText
component ( Feature Request - Tags component #403 )b:messages
got a flexiblefor
attribute andb:message
got anonlyMostSevere
attribute ( b:messages "for" attribute appears to do nothing #437 )@before
and@after
search expressions added ( new search expressions: @after and @before #428 )style
andstyleClass
attributes added to modal headers ( Add header class for modal #404 )Gradle Build Improvements
Bug fixes:
b:navLinks
insideui:repeats
were fixed so as not to generatespan
s rather thanli
s ( b:navLink inside ui:repeat rendered with span instead of li #443 )Miscellaneous:
The text was updated successfully, but these errors were encountered: