Griddle
Griddle copied to clipboard
Upgrade guide from 0.7 to 1.0?
Is there an upgrade guide for 0.7 to 1.0? I looked in the docs quickly but I couldn't find anything.
let alone docs for 0.7 anymore
We have a link to the 0.x docs on the home page but maybe we need to call it out a little more. https://griddlegriddle.github.io/v0-docs/
We're still finishing up the 0.x to 1.0 guide and the recommendation would be if 0.x is working for you not to upgrade until this guide is complete. Griddle 1.0 is a bit of a change from the 0.x version but is necessary for the longer term vision of the project to be realized. There are a lot of features that we want to add (and we'd love community added features as well) but we don't want to necessarily ship all these features to someone who may just need a controlled table. This is the main reason for the major focus on customization and plugins.
Do you have a rough idea of when the migration guide will be complete?
I'm currently on 0.5.1 and want to upgrade to React 16 which removes React.createClass()
. I considered the following routes to make this work:
- migrate to a 1.x release: This is very hard because there is no migration guide yet
- help create a new 0.x release that uses
create-react-class
fromnpm
: Most 0.x releases including the latest (0.8.1) are not tagged here on Github. There does not seem to be a 0.x branch either so I don't know how I can contribute to a new 0.x release.
I want to keep using Griddle but this is an issue. Any ideas?