react-geo
react-geo copied to clipboard
Use ag-grid modules
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 checklocally). - [ ] I have added a screenshot/screencast to illustrate the visual output of my update.