react-geo icon indicating copy to clipboard operation
react-geo copied to clipboard

build(deps): bump @ag-grid-community/client-side-row-model from 27.1.0 to 28.1.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps @ag-grid-community/client-side-row-model from 27.1.0 to 28.1.0.

Release notes

Sourced from @​ag-grid-community/client-side-row-model's releases.

v28.1.0

Release 28.1.0

Key Issue Type Summary
AG‑7095 Bug [Integrated Charts] Aggregated object values are not charted
AG‑7094 Bug [Integrated Charts] Not possible to disable axes titles in Combination Charts
AG‑7062 Bug When series highlighting enabled and series item hovered bar-series labels are hidden
AG‑7060 Task [Chart] Allow cross line for a single item of a category axis
AG‑7055 Bug When using integrated combination chart without displaying any series, an exception is thrown
AG‑7052 Bug When using stacked column/area series, legend items are in reverse order
AG‑7049 Bug When dragging column headers to the row group panel, the initial hover over the row group panel applies an incorrect group order
AG‑7047 Bug New sorting localisation fields not included in localization key dictionary in docs
AG‑7046 Bug When the left-most header cell receives focus and the LEFT ARROW key is pressed, the navigateToNextHeader event is not called
AG‑7039 Bug When zooming in using the navigator, hovering the chart area displays chart points and tooltips in their original (not zoomed) locations
AG‑7037 Bug Fix Vue 3 Declarative Columns
AG‑7036 Bug When using server-side row model the onFirstDataRendered event fires before data is loaded into the grid rows
AG‑7032 Bug When returning string values as the row id in getRowId callback, the order of rows selected by pressing the SHIFT key is different from the selected row order in the grid
AG‑7029 Bug Memory leak in Filters Tool Panel when adding columns via setColumnDefs()
AG‑7018 Bug When using React 18, the firstDataRendered event is fired before all column headers are displayed and calling autoSizeAllColumns doesn't auto-size columns
AG‑7017 Bug [Regression] When dragging a grouped column from the group panel into the grid, it is displayed in the column header row
AG‑7011 Bug When using React and a component is rendered with createRoot, column header keyboard navigation is broken
AG‑7009 Bug When using floating date filter with in-range operator, the floating filter input shows the dates in format yyyy-mm-dd instead of according to the browser locale
AG‑7008 Bug [Regression] When column sort is removed sortIndex is not set to null
AG‑7006 Bug When rendering an area chart with numeric axes on Mac, an exception is thrown and the chart isn't rendered
AG‑7005 Bug [Regression] When using a touch device, dragging a column header into the row group panel throws a console exception
AG‑7003 Bug [Regression] When using cell editor components, setting editType=fullRow and stopEditingWhenCellsLoseFocus=true editing a cell doesn't focus it and ending the edit throws a console exception
AG‑7002 Bug When using sticky group rows with tree data, scrolling down throws an exception
AG‑7000 Bug [Regression] When editing cells in some columns in the website demo, pressing ENTER key doesn't complete the edit
AG‑6998 Bug [Regression] When using React, falsy values are displayed as empty cell values
AG‑6997 Bug [Regression] When using resizing a column with autoHeight=true, scrolling causes the grid to freeze
AG‑6996 Bug When using cross-filter integrated charts, theme override series fills and strokes settings are ignored
AG‑6995 Bug [Regression] When setting enableCellTextSelection=true and dragging a row, cell values below the dragged row are selected
AG‑6992 Bug [Regression] When displaying the row group panel and dragging a column with enableRowGroup=true up and out of the grid, the column briefly displays the icon showing it will be hidden, but it is not
AG‑6991 Bug When dragging a grid column header, touchEvent.preventDefault() causes warning on header#onTouchEnd
AG‑6989 Bug When using row grouping with sticky group rows, calling setGroupRemoveSingleChildren API method displays empty row groups and throws an exception
AG‑6988 Bug When using groupDisplayType=groupRows, selecting a cell range, expanding and collapsing row groups doesn't clear the selected cell range and displays a different set of cells as selected
AG‑6987 Bug When using React and calling setRowData and startEditingCell API methods, an exception is thrown and the cell is not in edit mode
AG‑6982 Bug [Regression] When using React with enableCellTextSelection=true or autoHeight=true, editing a cell displays its value in the cell below
AG‑6981 Bug When using React 18 with stopEditingWhenCellsLoseFocus=true, editing a cell and pressing TAB key causes editing to stop and focus to be lost
AG‑6980 Bug [Regression] When copying a large number of cells a console exception is thrown and the selected cell range isn't copied
AG‑6979 Bug [Regression] When using Firefox, charts don't display tooltips when hovering a chart series marker
AG‑6974 Bug [Charts] Typings for seriesNodeClick are incorrect
AG‑6973 Bug [Regression] When using custom header templates and sorting, sort order icons and sort index are not displayed
AG‑6969 Bug [Charts] Angular 13+ build issue - OffscreenCanvas typings missing.
AG‑6968 Bug [Charts] Charts code won't execute in environments with CSP and without unsafe-eval set
AG‑6965 Bug When setting suppressClipboardApi=true, copying a value and holding CTRL+V key to paste the value in a grid cell, the copied value gets pasted multiple times in the same cell
AG‑6959 Bug [Regression] When using editType='fullRow', stopEditingWhenCellsLoseFocus=true and a custom cell editor, editing an agSelectCellEditor and pressing ESCAPE key onCellValueChanged and onRowValueChanged events to be fired
AG‑6956 Bug [Regression] When focusing/selecting a cell in the group or total footer rows, copying it to clipboard copies an empty value
AG‑6949 Bug When using rowDrag=true, dragging a row and accessing rowNodes inside the rowDragText callback throws an exception
AG‑6944 Bug [Regression] When using editType=fullRow and stopEditingWhenCellsLoseFocus=true, editing a row with only null values and focusing away from it throws an exception

... (truncated)

Commits
  • 16d2c28 Merge from latest
  • 1f9a3b2 AG-7095 - fixed defect where aggregated object values are not charted
  • d2c28cc Merge from latest
  • 15b7b60 Merge from latest
  • 806aff5 AG-7094 - fixed defect where axes titles in Combination Charts can't be disab...
  • ad2ade6 v28.1 changelog and announcement updates
  • 88add35 RTI-1017 - Remove debugging
  • 176b409 RTI-1035 - Fix AreaSeries stack legend disable bug.
  • 6033b8a RTI-1017 - Add minWidth to example
  • c1a62db RTI-1017 - Remove flex from 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)

dependabot[bot] avatar Aug 03 '22 10:08 dependabot[bot]