Select...
All selects will now by default, be shown as an output text when there are no items to select from.
Previously there had to be exactly one select item but this requirement has now been relaxed.
All composite components based upon inputText now take the readonly attribute of its container into account.
All composite components now start with a lower case letter. For example: <jh:inputText ...>
Composite Components
Almost all composite components now use styleClass like this: styleClass="some style classes #{cc.attrs.styleClass}.
Some style classes may for example be: numeric dutchGiroAccount.
Previously these style classes were added as a default and were lost when overridden by the developer.
MonthYear.xhtml (std java faces variant)
Contained an error in the expression language of the rendered attribute.
ToggleChildrenWithCheckbox (std java faces variant)
Should not have contained a componentType.
Renamed the disabledWhenFormReadonly attribute to disabledWhenContainerReadonly and renamed isComponentsFormReadonly to
isComponentsContainerReadonly in lots of composite components.
All composite components that are based upon InputText:
Dropped the default="false" since it caused false to be passed to the InputText.
InputText could not determine that no value was supplied.