MichaelKim / ag-grid-svelte

A Svelte wrapper for ag-grid
https://ag-grid-svelte.michael.kim/guide
MIT License
54 stars 15 forks source link

ag-grid-community version 30 #11

Closed isaacwein closed 1 year ago

isaacwein commented 1 year ago

ag-grid-community version 30 has been released can this project work with it

MichaelKim commented 1 year ago

I'll take a look at v30 and see if there's any changes needed here.

codeoutin commented 1 year ago

I would love to see this since the new features look very promising. Thank you for your work @MichaelKim !

MichaelKim commented 1 year ago

I'm glad to hear that! I've been slowly going over the v30 changelog to check for breaking changes, but I should be able to get a release out soon.

MichaelKim commented 1 year ago

ag-grid-svelte@0.3.0 now supports AG Grid v30. Make sure to use at least ag-grid-community@30.0.3 to avoid build errors (see https://github.com/ag-grid/ag-grid/issues/6744 for more info). If you encounter any issues, please feel free to create a new issue.

isaacwein commented 1 year ago

Thank you very much