Skip to content

Bump ag-grid-community from 25.3.0 to 29.1.0 in /election/web #721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps ag-grid-community from 25.3.0 to 29.1.0.

Release notes

Sourced from ag-grid-community's releases.

v29.1.0

Release 29.1.0

Key Issue Type Summary
AG‑8017 Task [React] Make gridOptions property columnTypes reactive
AG‑8007 Bug postProcessPopup gets overridden if popup changes its size asynchronously
AG‑7995 Bug Transactions cause focused cell to be lost when row is moved
AG‑7978 Bug [Regression] When suppressAnimationFrame=true, scrolling by dragging the vertical scrollbar thumb displays white areas in grid viewport
AG‑7971 Bug [VPRM] Setting a new datasource with row count 0 does not clear the viewport
AG‑7970 Bug [SSRM] setRowCount should work for SSRM when not using grouping.
AG‑7965 Task [Column Filters] Allow tree list filter to support complex objects in the tree data group field
AG‑7958 Bug Export RedrawRowsParams publicly
AG‑7955 Bug [Regression] When using a touch device, grid columns cannot be resized by touch
AG‑7952 Bug [Sparklines] Tooltip position is incorrect when enclosing viewport is scrolled
AG‑7946 Bug Context Menu with SubMenus leak references to configuration object
AG‑7944 Bug [Column Filter] When using multi-filter and applying filter model to a set filter with asynchronous values, floating filter input does not update
AG‑7942 Bug When sorting a grouped column, the auto column state does not correctly update
AG‑7938 Task [SSRM] Allow tracking changes for the existing grid rows in the backend dataset
AG‑7934 Bug [Regression] When using MacOS with Scrollbars displayed “When Scrolling”, horizontal scrollbar is still shown after calling api.sizeColumnsToFit method
AG‑7931 Bug [Filter Tool Panel] Changing column definitions via api.setColumnDefs method resets filter tool panel expansion state
AG‑7922 Bug agRichSelectCellEditor fuzzy search does not use displayed values if refData / formatValue is used
AG‑7919 Bug When entering an empty string in agLargeTextCellEditor, it incorrectly changes it to undefined
AG‑7917 Bug When null value passed in cellStyle, the grid breaks
AG‑7915 Task [Clipboard] Allow cutting cell values via keyboard shortcut CTRL+X and in context menu
AG‑7905 Bug [Charts] Changing chart type drops listeners
AG‑7903 Bug [Regression] When using a cellStyle with numeric values an exception is thrown
AG‑7893 Bug event.composedPath() is not equivalent to deprecated event.path on Chrome due to async handling
AG‑7885 Bug When expanding/collapsing a column group, the onCellFocused event fires unnecessarily
AG‑7878 Bug When setting Sass variables to "none", "false" or "true", theme fails to build
AG‑7872 Task [SSRM] Allow not requesting rows from the datasource when removing a column with an aggregation
AG‑7852 Bug [SSRM] Sorting group column in SSRM needlessly refreshes rows
AG‑7845 Bug [Regression] When using complex objects, the undo service and fill handle are converting values to strings instead of maintaining the complex objects
AG‑7844 Bug [Regression] headerHeight, pivotGroupHeaderHeight properties value is ignored, column header row always shown with default height
AG‑7836 Bug [SSRM] getServerSideGroupLevelState missing properties
AG‑7829 Bug [Regression] When typing in the Set Filter Mini Filter in Excel Mode, the Select All item name does not update
AG‑7821 Bug When using React and importing AG Grid with packages, pressing SHIFT+TAB key doesn't return focus to last grid cell from paging panel
AG‑7806 Bug [Column Filters] Filter in Filters Tool Panel is unusable when destroyed
AG‑7783 Task [Charts] Switch legend item tooltips to use HTML tooltips
AG‑7782 Bug When using master/detail and the master row group column has null value, expansion chevron is not displayed so detail cannot be viewed
AG‑7768 Bug [Cell Editing] When focusing an editable cell and pressing Delete key in readOnlyEdit mode, cellEditRequest event is not fired
AG‑7767 Bug [Regression] addIndex parameter in applyTransaction API method does not work when sorting is applied
AG‑7740 Bug [Regression] When pressing Tab when editing master grid with expanded detail, an uncaught TypeError is shown in console
AG‑7681 Bug [SSRM] When copying multiple rows, copied row order follows rowId rather than displayed order
AG‑7671 Bug When calling api.resetRowHeights method root node doesn't get reset
AG‑7667 Task [Layout & Styling] Allow grid row height to respond to changes in CSS variable values
AG‑7664 Task [Quick Filter] Add option to ignore cells in hidden columns when using quick filter
AG‑7648 Bug When hiding second pivot column after filtering grouped rows an exception is thrown and column header borders are misaligned
AG‑7549 Bug When calling getCellRendererInstances method, it doesn't return an instance for the detail row
AG‑7521 Task [Fill Handle] Allow firing onCellEditRequest event when readOnlyEdit=true and using paste or fill handle
AG‑7167 Task [Pivoting] Add API method to expand a specific path of pivot column levels

... (truncated)

Commits
  • 822087d Merge from latest
  • f5d83c4 AG-3390 - v29.1 changelog / announcement updates
  • 6dbf03c Merge from latest
  • ab00fb7 RTI-1280 - Fix sparklines falsy check
  • 9da6182 AG-7864 - fixed doc typo in SSRM Tree Data docs.
  • a648268 RTI-1270 - removed console.log message
  • d944a44 Merge branch 'latest' into b29.1.0
  • 50492c8 AG-7746 - Re-enable cartesian charts log axis invalid data domain tests
  • d589494 Merge branch 'latest' into b29.1.0
  • 4937402 RTI-1261 - Fix React real-time example.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ag-grid-community](https://github.com/ag-grid/ag-grid) from 25.3.0 to 29.1.0.
- [Release notes](https://github.com/ag-grid/ag-grid/releases)
- [Commits](ag-grid/ag-grid@v25.3.0...v29.1.0)

---
updated-dependencies:
- dependency-name: ag-grid-community
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependencies Updates javascript Pull requests that update Javascript code labels Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies Updates javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants