CompositionalIT / feliz-ag-grid

9 stars 4 forks source link

Need to look at bumping versions as AgGrid now on v31 #16

Closed martinbryant closed 5 months ago

martinbryant commented 6 months ago

The maximum version we allow in this package is 25.x.

AgGrid now on version 31.x

This package no longer will work on a v5 SAFE Stack application for a few reasons.

Inside https://github.com/CompositionalIT/safe-search-3/pull/12 I managed to use ag-grid-react, ag-grid-community v31.x inside a SAFE stack v5 app with v0.0.5 of this package. I did however have to cheat a little with getting the references to the moved style files and get some removed dark theme styles manually put in to make it compile correctly.