Dash-ag-grid

Latest version: v31.0.1

Safety actively analyzes 622904 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

31.0.1

- [266](https://github.com/plotly/dash-ag-grid/pull/266) Updated README

31.0.0

Added
- [246](https://github.com/plotly/dash-ag-grid/pull/246/)
- `grid_version` added to allow developer to see underlying AG Grid version in python
- Added `quartz` theme native support
- Added function support for `dateParser`, `dateFormatter`, `quickFilterParser`, `components`, `quickFilterMatcher`, `predicate`, `textFormatter`, `textMatcher`, `numberFormatter`, `numberParser`, `dataTypeMatcher`

Removed
- [246](https://github.com/plotly/dash-ag-grid/pull/246/) dropped `getColumnApi` and `getColmunApiAsync` as these are deprecated from the underlying grid.

Changed
- [261](https://github.com/plotly/dash-ag-grid/pull/261) The `cellValueChanged` property has changed been changed from a (single) event object to a _list_ of event objects. For multi-cell edits, the list will contain an element per change. In other cases, the list will contain a single element. Fixes [#262](https://github.com/plotly/dash-ag-grid/issues/262)
- [246](https://github.com/plotly/dash-ag-grid/pull/246/)
- updating underlying grid version from AG Grid v29 -> v31, with this change, Dash AG Grid will reflect a similar version number to underlying Grid version.
- `dataTypeDefinitions` now supports full js, partial python with full definitions in js of an object, and objects have parts that are js
- `columnSize` and `columnState` cannot be currently passed together when grid initializes, the `columnSize` will trump the `columnState`

Fixed
- [246](https://github.com/plotly/dash-ag-grid/pull/246/) testing for grid going to destroyed state

2.4.0

Added
- [243](https://github.com/plotly/dash-ag-grid/pull/243) Added function support for:
- `getContextMenuItems`, `isRowMaster`, `setPopupParent`, `popupParent`, `filter`
- iterate through `csvExportParams` and `defaultCsvExportParams` for functions:
- `getCustomContextBelowRow`, `shouldRowBeSkipped`, `processCellCallback`, `processHeaderCallback`, `processGroupHeaderCallback`, `processRowGroupCallback`

Fixed
- [237](https://github.com/plotly/dash-ag-grid/pull/237) Fixed issue with grid components not being passed down to the detail grids
- [232](https://github.com/plotly/dash-ag-grid/pull/232) Fixed height style to unassign automatically if `domLayout` = 'autoHeight', addresses [#231](https://github.com/plotly/dash-ag-grid/issues/231)

2.3.0

Added
- [212](https://github.com/plotly/dash-ag-grid/pull/212) Async function for `getApiAsync` and `getColumnApiAsync` for use with grid initializing

Fixed
- [226](https://github.com/plotly/dash-ag-grid/pull/226) Fixed issue when using grouped rows with `rowData` and `virtualRowData` populating incorrectly. [#215](https://github.com/plotly/dash-ag-grid/issues/215)

2.2.0

Added
- [199](https://github.com/plotly/dash-ag-grid/pull/199) Add `scrollTo` prop which allows scrolling to rows and columns.
- [209](https://github.com/plotly/dash-ag-grid/pull/209) Add `getApi` and `getColumnApi` to `dash_ag_grid` namespace to allow for JS functions to call the grid's API directly

Fixed
- [210](https://github.com/plotly/dash-ag-grid/pull/210) Fix issue with `columnState` and React 18

Updated
- [210](https://github.com/plotly/dash-ag-grid/pull/210) Migrate props that use `setProps` from the `render()` to `componentDidUpdate`

2.1.0

Added
- [201](https://github.com/plotly/dash-ag-grid/pull/201) Add `cellDoubleClicked` prop, which works exactly like `cellClicked`

Updated
- [174](https://github.com/plotly/dash-ag-grid/pull/174)
- `columnState` floats during grid interaction and only gets pushed when sent in a callback
- `columnDefs` trumps `columnState` if it is pushed in a callback without a `columnState`

- [207](https://github.com/plotly/dash-ag-grid/pull/207) Update AG Grid from 29.3.3 to 29.3.5, with a few minor bugfixes, see their changelog for [29.3.4](https://www.ag-grid.com/changelog/?fixVersion=29.3.4) and [29.3.5](https://www.ag-grid.com/changelog/?fixVersion=29.3.5). Also other minor dependency updates.

Fixed
- [174](https://github.com/plotly/dash-ag-grid/pull/174) Fix [#171](https://github.com/plotly/dash-ag-grid/issues/171): `Markdown` renderer now displays a blank cell rather than writing `undefined` if there is no value

- [204](https://github.com/plotly/dash-ag-grid/pull/204) `filterOptions` will now work as a regular object

- [206](https://github.com/plotly/dash-ag-grid/pull/206) Fix [#195](https://github.com/plotly/dash-ag-grid/issues/195) where if the user was to redo the exact same action, callbacks on `cellValueChanged` would not trigger again. Fix by adding `timestamp` into the object, as we have in other event-type props to make them unique.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.