Releases: FlowingCode/TwinColGridAddon
Releases · FlowingCode/TwinColGridAddon
v2.5.0
New Features
- Add CSS classes for grid parts
- Implement setRequiredIndicatorVisible (#86)
- Add support for reversed orientation (#87)
- Replace the concepts/namings of "right" and "left" grid (#88)
Bugfixes
- Fix implementation of isReadOnly
v2.4.0
New Features
- Add support to set component orientation (#82)
- Move action buttons styles to CSS.
v2.3.0
Features:
- Implement clear all feature (#75)
Bugfixes:
- Preserve applied filters in Move All buttons (#76)
v2.2.0
Features:
- Add public getters for left/right grids (#68, #31)
- Expose the component as a HasValue of List (#66)
- Preserve UI sort orders in getValue (#66)
- Implement addSortableColumn overload that sets the column key (#70)
- Deprecate the protected final leftGrid/rightGrid fields.
- Deprecate all the methods that just delegate into an equivalent call on the left/right grid.
Fixes:
- Return empty set in getEmptyValue (#72)
v2.1.1
Fixes:
- Item disappear when trying to drop within same grid (#53)
v2.1.0
New features
- Allow setting a fixed height #15
- Provide an option for selecting items on row clicking #13
- Add filtering feature #19
Fixes
clear
throws NPE#17
- Dragged out items disappear #21