Griddle icon indicating copy to clipboard operation
Griddle copied to clipboard

Upgrade guide from 0.7 to 1.0?

Open mreishus opened this issue 8 years ago • 4 comments

Is there an upgrade guide for 0.7 to 1.0? I looked in the docs quickly but I couldn't find anything.

mreishus avatar Feb 21 '17 15:02 mreishus

let alone docs for 0.7 anymore

tim-field avatar Feb 24 '17 00:02 tim-field

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.

ryanlanciaux avatar Feb 24 '17 02:02 ryanlanciaux

Do you have a rough idea of when the migration guide will be complete?

curt-mitch avatar Feb 24 '17 22:02 curt-mitch

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 from npm: 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?

anshumanf avatar Aug 15 '17 19:08 anshumanf