CompositionalIT / feliz-ag-grid

9 stars 4 forks source link

Dependency versions fix #5

Closed mattgallagher92 closed 1 year ago

mattgallagher92 commented 1 year ago

This is necessary because the library depends on a version of Feliz that depends on React 17, but ag-grid-react@24 and ag-grid-community@24 depend on React 16. This means that the declared npm package dependencies and the corresponding Nuget package dependencies are incompatible.

There are some breaking changes to the ag-grid API (see https://ag-grid.com/changelog/?fixVersion=25.0.0), but they do not affect functions that were exposed via this library, so there is no need to change the contents of the wrapper.

The change to this library is in ./src/Feliz.AgGrid.fsproj

This commit also upgrades .NET 5 -> 6