Hi,
I am writing an article on ink, and I was wondering what was the changes (features) brought about by the version 2.0?
I guess you mean a migration documentation for migrate to Ink 2.
We could add a migration guide for Ink 2 to the readme.
No I am really thinking of the additional features you added to the 2.0 vs. the previous release which I saw was the 0.5. Though a migration document would also be nice.
I still have it in my todo, will write it up soon.
@vadimdemedes I think we also need a How to create an Ink component guide for Ink 2.
For the Ink component, there are some different with the Ink app (please correct me if I am wrong):
ink and react to the devDependenciesink and react to the peerDependencies@LitoMore Agree, that's planned as well.
Will keep it open until I write that 2.0 changelog.
Hi @vadimdemedes Thanks for this awesome lib, I'd like to upgrade some incompatible components to v2, is there any migration guide I can follow with?
@ArvinH Currently there isn't unfortunately. Is your component open source? Perhaps I could give you some tips on how to migrate it and write the guide as we go.
Thank you @vadimdemedes, here's the repo I was planning to use https://github.com/maticzav/ink-autocomplete, I'm not the author but I'm more than happy to help to upgrade it.