v31.2.0
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 v
31.2.1
for the grid by @BSd3v
Added
- #270 by @BSd3v
- support for
eventListeners
to be added to the grid that get loaded upongridReady
eventListeners
are added upongridReady
only, if you need to add or remove other event listeners, please use thegetApi
orgetApiAsync
methods- added default for
selectedRows
to be[]
- support for
Fixed
- #283/#290 by @BSd3v
- #293 by @BSd3v
aggFuncs
can now be passes as an object from the grid to be mapped to functions- fixes #278
CI
- #288 update requirements files location by @ndrezn
- #291 automate release generation by @ndrezn
- #289 migrate to Github Actions rather than CircleCI by @ndrezn
New Contributors
Full Changelog: v31.0.1...v31.2.0