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.2.1 #116

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 21, 2022

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

Release notes

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

v27.2.1

Release 27.2.1

Key Issue Type Summary
AG‑6663 Bug When using React 18 with StrictMode in development mode an exception is thrown

v27.2.0

Release 27.2.0

Key Issue Type Summary
AG‑6674 Bug [Sparkline] Sparklines label fontSize property type is string instead of number
AG‑6638 Bug [Regression] When using React, rendering a grid with many columns is slower than when using legacy React
AG‑6636 Bug When using server-side row model-partial with a hidden column with autoHeight: true, and setting a column filter value, filtered rows are shown in reduced or stretched height
AG‑6632 Bug [Regression] When using enableRangeSelection=true, selecting a cell range and holding the mouse button pressed moving mouse pointer below the grid, the grid doesn't scroll anymore
AG‑6622 Bug [Regression] When using getRowId callback and calling setRowData API method, onRowDataChanged event not fired
AG‑6621 Bug [Regression] When using master-detail with enableRangeSelection=true and embedFullWidthRows=true and enableCellTextSelection=true on the detail level, detail-level cells text cannot be selected
AG‑6614 Bug [Regression] When using Mac and AG Grid row autoHeight=true, scrolling the viewport down quickly some rows remain at default height and auto-height isn't calculated and cell text displayed in a single line
AG‑6611 Bug [Regression] When using row autoHeight=true, focusing a cell near the bottom of the viewport and holding the PAGE DOWN key, the viewport scrolls but the cell focus is lost and scrolling stops
AG‑6610 Bug When using React and row grouping, the autogroup column cells flicker on each call to setDefaultColDef with a valueSetter, valueGetter, cellRenderer, headerName, sort update
AG‑6607 Bug When calling setDefaultColDef API method, auto-group column menu popup closes
AG‑6606 Bug When calling setDefaultColDef API method, grid auto-group column cells lose focus
AG‑6605 Bug [Regression] When groupMaintainOrder=true and sorting a non-grouped column, group row order is not maintained
AG‑6598 Bug When using pivoting with multi-level grouping (groupHideOpenParents=true) and pagination, expanding all row groups from the group column menu displays an empty grid with no rows
AG‑6597 Bug When filtering a grouped column, modifying the grouped columns (reorder, remove, add a group column), the previously filtered grouped column no longer appears as filtered and changing the filter values doesn't update the floating filter anymore
AG‑6592 Bug When using SSRM-partial, focusing a grid cell and pressing the END key doesn't focus the last row grid cell
AG‑6590 Bug When resizing a column down and clicking the resize handle of a column 2 columns left, the middle column cell values render over the right-most column's cell values
AG‑6589 Bug [Regression] When using SSRM-partial, filtering on a grouped column then ungrouping that column causes two calls to getRows instead of one
AG‑6584 Bug When using localization, aria labels of values and column labels areas in the columns tool panel are incorrect
AG‑6583 Bug When using localization, right-clicking a column with enableValue=true in the columns tool panel, displays ${variable} instead of the column name in the context menu
AG‑6578 Bug When using a pie chart and calling AgChart.update(), an exception is thrown
AG‑6577 Task [Plunker] Add package.json file to Typescript examples to enable autocompletion and type checking
AG‑6571 Bug [Regression] When using tree data with autoHeight=true on a column, row height values returned by getRowHeight for parent rows are ignored and parent rows are set to default row height
AG‑6565 Task [Pivoting] Preserve Pivot State when toggling Pivot Mode
AG‑6564 Bug [Regression] When using React with immutable data and a custom cellRenderer, an exception is thrown
AG‑6563 Bug [Regression] When using headerClass or cellClass to provide multiple CSS classes inside the same string, an exception is thrown and the grid isn't rendered
AG‑6561 Task [Pivoting] Preserve secondary columns expanded state when inserting data that adds a new secondary columns
AG‑6558 Bug When creating multiple integrated charts via API, modifying the series order of the first chart, the series order of the chart created second cannot be changed
AG‑6557 Bug When exporting to Excel, using '&' (ampersand) character in sheetName exports a corrupt file
AG‑6556 Bug [Regression] When using autoHeight=true, cell content does not fill the entire width of the cell
AG‑6554 Bug [Regression] When using React, applying filter model to a custom filter component the grid doesn't render and throws an exception
AG‑6545 Bug When providing duplicate row ids in getRowId callback, the console warning incorrectly refers to the old getRowNodeId callback instead
AG‑6542 Bug [Regression] When using React with a custom sidebar component, a re-render of the grid throws an exception in the console
AG‑6527 Bug [Regression] When enableRangeSelection=true, content in the edited cell cannot be selected
AG‑6518 Bug When using tabToNextCell and navigateToNextCell callbacks, params.previousCellPosition.rowPinned is undefined when it should be null
AG‑6512 Bug [Filtering] SetFilter Excel Mode filter-list behaviour inconsistent with mini-filter behaviour
AG‑6500 Bug [Regression] When setting headerStyle in defaultColGroupDef, having an empty column group cell has incorrect CSS class and all subsequent column group cells to have an incorrect CSS classes set
AG‑6498 Bug When using server-side row model (SSRM) partial, returning non-unique ids via getRowNodeId causes grid to display loading indicators for all rows
AG‑6440 Task [Charts] Improve API reference pages
AG‑6375 Bug [Regression] When using React, building the application code produces a lot of warnings about missing source maps
AG‑6303 Bug When pivoting a string-type column, column filtering resets secondary column state (column width, order, pinning, etc)

... (truncated)

Commits

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.2.1.
- [Release notes](https://github.com/ag-grid/ag-grid/releases)
- [Commits](ag-grid/ag-grid@v26.1.0...v27.2.1)

---
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 Apr 21, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 18, 2022

Superseded by #122.

@dependabot dependabot bot closed this May 18, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ag-grid-community/core-27.2.1 branch May 18, 2022 03:09
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