Skip to content

Releases: silevis/reactgrid

3.0.22

10 Jun 13:53
Compare
Choose a tag to compare

Changes:

  • README.md update
  • moved all style files to @silevis/readtgrid directory
  • GroupCell styling
  • added initialFocusLocation prop
  • renamed disableFillHandle prop to enableFillHandle
  • renamed disableRangeSelection to enableRangeSelection
  • removed disableFloatingCellEditor prop
  • added onFocusLocationChanging event handler
  • CellChange, Change interface
  • added DefaultCellTypes type
  • reduces size of package

Fixes:

  • the first letter on typing int cell editor
  • CellEditor position
  • notifying about props implemented in Pro version
  • building on SSR when a window is undefined [e.g. Gatsby]

3.0.12

13 May 08:27
Compare
Choose a tag to compare

Fixes:

  1. Improved flexibility
  2. Exported Cypress tests
  3. Scroll behavior logic rewrite
  4. Create CellMatrix builder
  5. Divide functionalities into smaller functions
  6. Extend core module
  7. Improvements for loading big data tables

Publish MIT version

15 Apr 12:32
1b65fb0
Compare
Choose a tag to compare

Initial commit