Skip to content

v31.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 14:45
· 1 commit to main since this release
7ecc776

Changed

  • #273 increased the timeout for getApiAsync to 2 minutes. by @AnnMarieW
  • #281 webpack is now designed to build quicker, excludes node_modules and uses a different parser by @BSd3v
  • #287 bumping to v31.2.1 for the grid by @BSd3v

Added

  • #270 by @BSd3v
    • support for eventListeners to be added to the grid that get loaded upon gridReady
    • eventListeners are added upon gridReady only, if you need to add or remove other event listeners, please use the getApi or getApiAsync methods
    • added default for selectedRows to be []

Fixed

  • #283/#290 by @BSd3v
    • selectedRows can now be passed along with the rowData
  • #293 by @BSd3v
    • aggFuncs can now be passes as an object from the grid to be mapped to functions
    • fixes #278

CI

New Contributors

Full Changelog: v31.0.1...v31.2.0