-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
We want to support Ag Grid v33.
To achieve this we need:
- Close refactor to functional componentย #372
- Set up a
v32release branch to supportv32releases in parallel withv33 - Upgrade the grid to support v33, which has backwards incompatible changes
- Release an rc of
v33 - Update docs to use
v33
It's not clear it will be possible to support our docs for both v32 and v33 as they can only have one Ag Grid version in the environment at a time.
benweinberg89