Improvements: Fixes:
- New component: Added GraphicText component that allows displaying rotated text (see the documentation).
- DataTable/TreeTable:
- Added support for interactive column resizing. See the DataTable or TreeTable documentation.
- Added support for multiple header/footer rows with grouping columns in DataTable and TreeTable. See the DataTable or TreeTable documentation.
- Checkbox and selection columns can now be made sortable. Just assign "true" to the "sortable" attribute to make sorting work for these columns.
- Added attributes for customizing header styles for sortable columns: "sortableHeaderStyle" and "sortableHeaderClass".
- Added attributes for customizing rollover header styles for sortable columns: "sortableHeaderRolloverStyle" and "sortableHeaderRolloverClass".
- Chart: CSS declarations in the Chart component now accept all standard color names in "color" attribute.
- FoldingPanel: Created client API for expanding and collapsing FoldingPanel.
- DropDownField/SuggestionField: Changed the default footer style for popup list to match the default table footer's style.
- General: Refactored the JavaScript code for TwoListSelection component to remove the false infection report from NOD32 antivirus.
- General:
- Blank page is displayed after using a4j:support from RichFaces 3.2.1 together with QuipuKit.
- Events are not processed for Ajax4JSF requests with custom state manager.
- "No AdfRenderingContext" exception when adding quipukit.jar to ADF application.
- TheĀ andĀ tags don't work in Facelets.
- DataTable/TreeTable:
- Edited rows data is not saved if input component is not immediate child of the column component.
- TreeTable hierarchy indents are collapsed when column width is too narrow.
- DataTable or TreeTable without footers and with empty data and disabled no data message results in error under Mozilla (Facelets, JSF 1.2).
- home/end key navigation inside of table filter fields doesn't work under Mozilla.
- NPE when changing the number of dynamic columns in a filtering-enabled table.
- CheckBoxColumn's rowIndexes and rowDatas attributes cannot be bound simultaneously.
- TwoListSelection: Can't use a4j:support for custom events.