Releases
v0.15.3
Features
(grouping): add multiple Formatters and Group Totals Formatters
(gridMenu): all commands icons can now be changed in gridMenu
(export): add cell data sanitize option, that will strip HTML tags from output
(styling): make the multiple-select.js "Select All" text 100% wide
(sort): add a Clear Sorting function and grid menu command
(styling): add height/width to the grouping icons to make it easy to click
(editor): auto-adjust ms-select drop up/down by space
(grid): correcly set gridHeight & gridWidth, improved resize perf
(resizer): add lastGridDimension getter
(graphql): add option to pass extra query arguments
Refactoring
(graphql): without cursor doesn't need pageInfo or hasNextPage
(aggregators): Aggregators
instantiating classes should be uppercase
this is important, since the signature changed from new Aggregators.sum('duration')
to new Aggregators.Sum('duration')
Fixes
(graphql): make sure column exist before trying to get properties
You can’t perform that action at this time.