Skip to content
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

Bump @ag-grid-community/core from 26.1.0 to 27.3.0 #122

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 18, 2022

Bumps @ag-grid-community/core from 26.1.0 to 27.3.0.

Release notes

Sourced from @​ag-grid-community/core's releases.

v27.3.0

Release 27.3.0

Key Issue Type Summary
AG‑6772 Bug [Charts] When restoring integrated charts, an exception is thrown because of a version parsing issue
AG‑6762 Task [Row Selection] Allow copying selected rows when using range selection and only a single cell is selected
AG‑6760 Bug When using row grouping and groupSelectsChildren=true or tree data and selecting a child row, its parent rows are also unnecessarily selected
AG‑6755 Bug When handling the cellValueChanged event on the column definition and pasting values inside grid cells, the pasteEnd event gets fired before the cellValueChanged event defined in the column definition
AG‑6752 Bug When using row grouping and getRowId callback producing unbalanced groups, setting grid data via rowData property or via setRowData API method produces different row order
AG‑6749 Bug When using row selection and setting enableRangeSelection=true, selecting a single cell copies the row instead
AG‑6746 Bug When using integrated cross-filtering charts, using a valueGetter for a column prevents multiple selection in the chart
AG‑6743 Bug [Regression] When using React, ag-full-width-container DOM element is set incorrect aria role="rowgroup"
AG‑6739 Bug When using SSRM and providing an undefined/null/not an array data source to setServerSideDatasource API method, focusing a column header cell and pressing DOWN ARROW key throws an exception
AG‑6738 Bug When using autoHeight and wrapText in print layout, scrolling causes cell content to shift and resize as they are rendered
AG‑6737 Bug [Regression] When using React, expanding a group row briefly displays chevrons on the left side of child rows
AG‑6736 Bug [Regression] When using tree data, leaf rows display child count number
AG‑6735 Bug [Regression] When using tree data, group row children count represents leaf rows instead of all rows
AG‑6733 Bug [Regression] When pivoting with multiple value columns, the value column totals are incorrect
AG‑6730 Bug When using multiple row selection and setting suppressRowDeselection=true, pressing SHIFT it's still possible to de-select rows
AG‑6723 Task [Updating Data] Add a new property, so that rowData updates never uses immutable data
AG‑6709 Bug [Regression] When using React with custom filters in columns which are out of view, custom filter value is reset to initial value
AG‑6704 Bug When using master-detail grid with groupHideOpenParents=true, expanding a master row hides it
AG‑6700 Bug When using React and setting rowClass via state, this doesn't cause a re-rendering of the rows with the new rowClass value
AG‑6698 Bug [Regression] When using React with autoHeight and wrapText=true scrolling up from the bottom causes rows to jump up and down
AG‑6693 Bug When using area/pie/doughnut charts and hiding some/all series, hovering the chart area still displays tooltips for the hidden series
AG‑6688 Bug When onRowGroupOpened event is fired, its event property is always undefined (it should contain the browser event)
AG‑6668 Bug [Regression] When using range selection, focusing a cell that's initially scrolled out of view horizontally, holding SHIFT key pressed and pressing LEFT ARROW key a few times, only some of the cells are selected
AG‑6647 Bug [Charts] Pie charts render initially with the wrong dimensions and then re-render with the correct dimensions
AG‑6641 Bug [Regression] When using Windows with a non-Latin keyboard layout, keyboard shortcuts CTRL+C and CTRL+V to copy and paste grid cell values no longer work
AG‑6609 Task [Column State] Allow keeping currently selected cell range (range selection) when new Column Definitions are loaded
AG‑6524 Bug When showing a grid with data and a loading overlay, calling setColumnDefs to add columns hides the loading overlay
AG‑6492 Task [Events] Add source to sortChanged event
AG‑6367 Bug [Regression] When using custom theme colors in the integrated chart and saving state, the custom theme colors aren't restored when state is reloaded
AG‑6239 Bug [Regression] When using deltaSort=true and updating cells via a transaction, the rows are not reordered according to the sort, and an exception is thrown
AG‑6207 Task [Chart] Allow adjusting the number of axis labels displayed for all continuous axis types (default category, number, time) to prevent axis labels collisions
AG‑6119 Bug When hovering integrated chart legend items, the mouse pointer type remains an arrow instead of a hand pointer
AG‑5629 Bug [Regression] When using deltaSort=true and adding rows via a transaction, an exception is thrown
AG‑5263 Task [Aggregation] Allow defining a defaultAggFunc for a column to be used when the column is used as a value column
AG‑5243 Task [Charts] Allow setting axis label auto rotate to avoid axis label collisions automatically for category/number/time axes
AG‑4392 Task [Accessibility] Add aria-label on a column header to announce the keyboard shortcuts for column menu/sorting if column has column menu or is sortable
AG‑4273 Task [Accessibility] Allow announcing the expanded/collapsed state of group and master rows (add the ARIA-expanded attribute)
AG‑4223 Task [Master/Detail] Allow keyboard navigation in and out of the detail grid (place the detail grid in the DOM order after the master node)
AG‑3559 Task [Chart] Allow group category axis labels to be dropped to avoid axis label collisions in integrated and standalone charting
AG‑3241 Task [Tree Data] Allow tri-state checkbox group selection in tree data
AG‑2923 Task [SSRM] Add the grid context to the IServerSideGetRowsParams in the server-side row model getRows callback
AG‑2883 Task [Pivoting] Add option to remove the value header column row if only adding one value to pivoting
AG‑2377 Task [Clipboard] Allow copying the focused cell instead of the selected rows
AG‑2174 Task [Range Selection] Allow pressing CTRL + SHIFT+ ARROW key to select all cells in the direction of the ARROW key press (just like Excel)

v27.2.1

... (truncated)

Commits
  • bbaddb2 Merge from latest
  • 87e8a2f Update build script with port changes
  • 4d58430 Merge from latest
  • f602eb0 v27.3 changelog and announcement updates
  • 55522d9 RTI-915 - Undo SonarCloud fix to stop chart breaking when using a predefined ...
  • fd1626d Merge from latest
  • 490dada Merge from latest
  • 3cf0d4a RTI-907 - Fix scatter series labels bad rendering after non-data update.
  • f6a396a RTI-907 - Workaround scatter series labels bad rendering after non-data update.
  • 1a43cb0 AG-2377 expand description for mixed row & range copying 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/core](https://github.com/ag-grid/ag-grid) from 26.1.0 to 27.3.0.
- [Release notes](https://github.com/ag-grid/ag-grid/releases)
- [Commits](ag-grid/ag-grid@v26.1.0...v27.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 18, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2022

Superseded by #138.

@dependabot dependabot bot closed this Jul 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ag-grid-community/core-27.3.0 branch July 7, 2022 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants