Skip to content

v5.6.0

Choose a tag to compare

@fobbyal fobbyal released this 18 May 07:26
· 51 commits to master since this release
aa400a1

5.6.0 (2020-05-18)

Bug Fixes

  • CellEditContainer: resolved display and data inconsistancy while editing data (07297d8), closes #46
  • clipboard util and editengine: windows \r (708a22f), closes #55 #56
  • clipboard-utils and editEngine: modified batchAddRows function, for efficient bulk add operatio (1598b9f)
  • col.js: modified invalidate function to not show error for nulls (f57dc7f)
  • cols.js: using lighter red color as default, exported some usual validators to use with combina (b1a3940)
  • editEngine: forgot to remove existing unused code (e290103)
  • editEngine: resolved issue with batch Remove( passed wrong property name in object ) (918ab0e)
  • virtualizedRender: specified style overflow: hidden as per react virtualized doc in rowHeaderGr (82a0c04)
  • virtualizedRender: when we change column state(headers) of grid, it was not reflected. so added (4c18e66)

Features

  • AdvancedPureComponent: added title property for cell, to show the tooltip on hover with elipsi (25a0093)
  • cellRender and CellEditContainer: added two new props ( ellipsis and isValid to header, respec (661364f)
  • editEngine: optimized batch operations to work with thousands of rows (5274448)
  • Grid.js: added data validation feature (4dd7361)