New Filters Tool Panel, Cell Editor Validation, Batch Editing, Date Picker Time Support, Tree Data Row Dragging.
What's New Copy Link
AG Grid 34.0 adds important new features – New Filters Tool Panel, Cell Editor Validation, Batch Editing, Date Picker Time Support, Tree Data Row Dragging, as described in the release post.
These improvements involve no breaking changes as listed below.
Breaking Changes Copy Link
There are no breaking changes in AG Grid version 34.0.
Behaviour Changes Copy Link
There are no behaviour changes in AG Grid version 34.0.
Removal of Deprecated APIs Copy Link
There are no deprecated API removals in AG Grid version 34.0.
Deprecations Copy Link
Grid Options Copy Link
suppressAdvancedFilterEval
is deprecated without replacement. No longer using eval at all in advanced filters so this is now default behaviour. This improves security by not requiringscript-src 'unsafe-eval'
for advanced filters.
Filters Copy Link
ISetFilter
interface is deprecated. When retrieving viaapi.getColumnFilterInstance(column)
, useSetFilterUi
. To access the methods that were previously available onISetFilter
(but not onSetFilterUi
), instead retrieve the filter handler viaapi.getColumnFilterHandler(column)
and use theSetFilterHandler
interface.getModel()
andsetModel()
on all grid-provided filter instances are deprecated. Useapi.getColumnFilterModel(column)
andapi.setColumnFilterModel(column)
instead.
Changes List Copy Link
See the full list of changes in the AG Grid 34.0 changelog.