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 dash-ag-grid from 31.2.0 to 31.3.0 #29

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps dash-ag-grid from 31.2.0 to 31.3.0.

Release notes

Sourced from dash-ag-grid's releases.

v31.3.0

What's Changed

Fixed

  • #300 Fixes issue #299 where grid was unmounted and trying to update the columnState.
  • #325 Fixes issue #324 where pivotComparator functions were not sorting columns correctly because they were only being passed params.
  • #314
    • locking selenium for tests that were failing due to missing import
  • #313
    • #312 fixing issue where scrollTo was defaulting to not reset the value
      • to maintain scroll position during a grid rerender, be sure to use getRowId
    • fixing side issue where cellDoubleClicked was forcing the grid to rerender
  • #331
    • adjusted setProps -> customSetProps which tests if the grid is active in the dash tree and mounted.
    • #307 fixes JS console error because setProps is no longer called when unmounted.

Added

  • #330 Added dash_clientside to available functions for easier on-liner functions, esp. eventListeners.

Changed

  • #327 bumping to v31.3.2 for the grid
  • #332
    • handleDynamicStyle now checks for params.data before attempting to apply the test
    • #321 fixes issue with infinite scroll and dynamic row styling

New Contributors

Full Changelog: plotly/dash-ag-grid@v31.2.0...v31.3.0

Changelog

Sourced from dash-ag-grid's changelog.

[31.3.0] - 2024-11-22

Fixed

  • #300 Fixes issue #299 where grid was unmounted and trying to update the columnState.
  • #325 Fixes issue #324 where pivotComparator functions were not sorting columns correctly because they were only being passed params.
  • #314
    • locking selenium for tests that were failing due to missing import
  • #313
    • #312 fixing issue where scrollTo was defaulting to not reset the value
      • to maintain scroll position during a grid rerender, be sure to use getRowId
    • fixing side issue where cellDoubleClicked was forcing the grid to rerender
  • #331
    • adjusted setProps -> customSetProps which tests if the grid is active in the dash tree and mounted.
    • #307 fixes JS console error because setProps is no longer called when unmounted.

Added

  • #330 Added dash_clientside to available functions for easier one-liner functions, esp. eventListeners.

Changed

  • #327 bumping to v31.3.2 for the grid
  • #332
    • handleDynamicStyle now checks for params.data before attempting to apply the test
    • #321 fixes issue with infinite scroll and dynamic row styling
Commits
  • 71ae0ec Merge pull request #341 from plotly/run-tests-on-dist
  • 74c1f36 Fix typo in venv activation
  • f81e04e Merge pull request #340 from plotly/run-tests-on-dist
  • b5b58e2 Clean up release workflow
  • 5855435 Tests are optional for npm run dist
  • 59b4b4b Run pytest after package installation
  • 04b307c Merge pull request #339 from BSd3v/dist-script-update
  • fb1a36a updating selenium requirements to narrow down the issue with the selenium ins...
  • 798f581 updating dist script to remove the build and dist directories before building
  • f27dd83 Merge pull request #331 from BSd3v/setProps
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Bumps [dash-ag-grid](https://github.com/plotly/dash-ag-grid) from 31.2.0 to 31.3.0.
- [Release notes](https://github.com/plotly/dash-ag-grid/releases)
- [Changelog](https://github.com/plotly/dash-ag-grid/blob/main/CHANGELOG.md)
- [Commits](plotly/dash-ag-grid@v31.2.0...v31.3.0)

---
updated-dependencies:
- dependency-name: dash-ag-grid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dash-ag-grid-31.3.0 branch from 8b16707 to e2bd7b3 Compare December 26, 2024 17:38
@perfectly-preserved-pie perfectly-preserved-pie merged commit 8d41857 into master Dec 26, 2024
1 check failed
@perfectly-preserved-pie perfectly-preserved-pie deleted the dependabot/pip/dash-ag-grid-31.3.0 branch December 26, 2024 17:38
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.

1 participant