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

Use ag-grid modules

Open LukasLohoff opened this issue 1 year ago • 0 comments

Description

Uses modules instead of packages. See https://www.ag-grid.com/react-data-grid/modules/

Breaking change:

  • the modules used now have to be registered. Only relevant if you are using CSV export or Infinite Row Model. See https://www.ag-grid.com/react-data-grid/modules/#registering-ag-grid-modules
  • Imports of AG Grid might have to be adjusted. Otherwise ag-grid will be included twice in your bundle. See https://www.ag-grid.com/react-data-grid/modules/#mixing-packages-and-modules

Pull request type

  • [ ] Bugfix
  • [ ] Feature
  • [x] Dependency updates
  • [ ] Code style update (formatting, renaming)
  • [x] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation content changes
  • [ ] Other (please describe)

Do you introduce a breaking change?

  • [x] Yes
  • [ ] No

Checklist

  • [ ] I understand and agree that the changes in this PR will be licensed under the BSD-2-Clause.
  • [ ] I have followed the guidelines for contributing.
  • [ ] The proposed change fits to the content of the Code of Conduct.
  • [ ] I have added or updated tests and documentation, and the test suite passes (run npm run check locally).
  • [ ] I have added a screenshot/screencast to illustrate the visual output of my update.

LukasLohoff avatar Oct 21 '24 08:10 LukasLohoff