Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
365 stars 61 forks source link

API change with minor version upgrade #8

Closed seanblonien closed 4 years ago

seanblonien commented 4 years ago

I recently updated my npm packages and react-paparse updated from version 2.0.2 to version 2.1.3.

The problem is the minor update is very non-compliant with the NPM versioning.

The props changed for the CSVReader component and was not backwards compatible (which it should be if only updating minor version).

Bunlong commented 4 years ago

@seanblonien We made changes on some features and props name to be consistent with the components and we did not made changes the whole of the API the reason why we decided only updating minor version. Anyway we corrected it. Thank you so much for your feedback and contribution. Thanks!

seanblonien commented 4 years ago

Ok great, thanks!