react-csv

React components to build CSV files on the fly basing on Array/literal object of data

MIT License

Downloads
2.2M
Stars
1.1K
Committers
37

Bot releases are hidden (Show)

react-csv - v2.0.3 Latest Release

Published by abdennour over 4 years ago

  • Fix v2.0.2
react-csv - v2.0.2

Published by abdennour over 4 years ago

react-csv - v2.0.1

Published by abdennour over 4 years ago

  • Fix deprecated componentWillReceiveProps warning ( issue #182 , PR #195, PR #160 )
  • Build runtime environment is migrated from Node 6 to Node 13
  • Using docker for Build environment
  • Planning for complete CI/CD in the next release
react-csv - v1.1.2

Published by mccabemj almost 5 years ago

Merged #186 and #169
Fixes to dot notion in headers and IE11 issues

react-csv - v1.1.1

Published by mriccid over 5 years ago

Merged #131, #74 and #132

Changes

  • Added LICENSE.txt
  • Added enclosingCharacter prop to allow control over which character wraps each cell
  • Fixed a bug in Safari where download would not work
react-csv - v1.0.19

Published by mccabemj almost 6 years ago

#116 #117 #120 all merged here

  • Source data can now include blank/null indexes
  • Check for prop changes to rebuild the URI
  • URL change in README for the examples
  • Updated Package.json to reflect the organisation change
react-csv - v1.0.18 - Dot notation in headers

Published by mccabemj almost 6 years ago

Allowing dot notion in headers to take nested data.
Removed vscode folder from repo and added to gitignore

react-csv - v1.0.17

Published by mccabemj about 6 years ago

Fixes for server side rendering, safari download and documentation improvements

react-csv - v1.0.14 - Chrome network error fix

Published by mriccid over 6 years ago

Changes

  • buildURI now returns URL.createObjectURL to return a shorter URL for the CSV
react-csv -

Published by mriccid over 6 years ago

Fixes https://github.com/abdennour/react-csv/issues/43 - null downloaded as "null"

react-csv - v1.0.10 - Microsoft Edge support

Published by mriccid almost 7 years ago

Changes

  • Added support for Microsoft Edge - #25
  • Added prop flag to support \uFEFF - #38
  • Allow custom header labels to be used for data that is of type object - #31
react-csv - v1.0.9

Published by mriccid almost 7 years ago

Changes

  • Escape comma and double quote in data and header
Package Rankings
Top 1.02% on Npmjs.org
Badges
Extracted from project README
Build Status Coverage Status Build Status Coverage Status paypal
Related Projects