Skip to content

v34.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:17

[34.3.0] - 2026-07-16

Added

  • #436 Enabled Filter Handlers to simplify custom filter components by splitting the filter logic out from the UI component.
  • #440
    • added columnTypes to prop categories for parsing functions
  • #453 Test for changelog entry
  • #448 Added support for AG-Charts (split out in v33 of AG Grid). Integrated Charts require enableEnterpriseModules=True, dashChartMode="community" or "enterprise", and dashGridOptions={"enableCharts": True}.
  • #455 Added support for dynamic detailCellRendererParams in Master/Detail, including dynamic detail-grid column definitions.
  • #468 Support passing a function to the grid option processUnpinnedColumns.
  • #472 Added support for callback function for the groupAggFiltering options

Changed

  • version bump to v34.3.1 for the grid
  • #440
    • Markdown update for npm
      • linkTarget now works even if dangerously_allow_code is true and no target is passed in the link.
      • _self will auto apply as a linkTarget.
      • _blank will auto apply rel='noreferrer noopener 'nofollow' for security reasons, but will open in a new tab.
  • #452
    • Added test for OBJ_MAYBE_FUNCTION_OR_MAP_MAYBE_FUNCTIONS to test that the value is an object before parsing,
    • this allows for reused keys to not comply with being an object

Fixed

  • #454 fixes issue where a rowCount of 0 would cause the grid not to display new data
  • #459 removes getRowsRequest / getRowsResponse warnings by excluding these Dash callback props from AG Grid options.
  • #460 fix grid rendering when getRowId is explicitly set to None
  • #466 guard against a null gridApi in onSortChanged, which threw an uncaught TypeError when a grid initialized with a sort applied via initialState.sort.sortModel