Skip to content

Releases: FlowingCode/TwinColGridAddon

v2.5.0

29 Nov 13:06
Compare
Choose a tag to compare

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

27 Sep 13:32
Compare
Choose a tag to compare

New Features

  • Add support to set component orientation (#82)
  • Move action buttons styles to CSS.

v2.3.0

10 Aug 13:04
Compare
Choose a tag to compare

Features:

  • Implement clear all feature (#75)

Bugfixes:

  • Preserve applied filters in Move All buttons (#76)

v2.2.0

26 Jul 12:58
Compare
Choose a tag to compare

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

18 Jan 14:44
Compare
Choose a tag to compare

Fixes:

  • Item disappear when trying to drop within same grid (#53)

v2.1.0

19 Oct 16:22
Compare
Choose a tag to compare

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