Skip to content

v0.0.28

Compare
Choose a tag to compare
@underfisk underfisk released this 26 Oct 11:29
· 430 commits to master since this release
  • Fixed text and numeric editor marginThreshold set to 0 Renamed fixedColumnWidths onto columnWidths Created a new logger Renamed createFixedWidthMapping.ts into createColumnWidthsMapping.ts Added white text on the logger to make the context more visible Added a check on logger to check object or array and print directly eb85a8b
  • GridContainer renamed headers to columns prop name Removed getTotalColumnWidth function a80f89f
  • Updated storybook example of Last Fixed createFixedWidthMapping.ts to avoid clamping the totalSize when we are in stretch mode none 471a8cc
  • Removed scrollSize from createFixedWidthMapping.ts Removed the getColumnWidth callback from getColumnWidthHelper and fetch only from the mapping Added useCallback for getColumnWidth and fixed its typings 479593e
  • Refacoted the fallback in createFixedWidthMapping.ts when the totalSize overflows the maximum available to reduce a ratio in the column mapping and not use scrollSize for fixedTotal because containerWidth already has 5ca14e6
  • Refacoted createFixedWidthMapping.ts and fixed the dynamic column calculation bcfee2b
  • Removed ColumnSizer and calculate on createFixedWidthMapping.ts Installed memoize-one and dequal to memoize calculation of the fixed widths Removed dynamicCount from useHeaders and Grid container Removed registerFn from GridWrapper and GridContainer 0036a3d

v0.0.27...v0.0.28