Skip to content

v2.2.0

Compare
Choose a tag to compare
@javier-godoy javier-godoy released this 26 Jul 12:58
· 145 commits to master since this release

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)