React Csv Versions Save

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

v2.0.3

4 years ago
  • Fix v2.0.2

v2.0.2

4 years ago

v2.0.1

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

1.1.2

4 years ago

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

v1.1.1

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

1.0.19

5 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

1.0.18

5 years ago

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

1.0.17

5 years ago

Fixes for server side rendering, safari download and documentation improvements

v1.0.14

6 years ago

Changes

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

v1.0.13

6 years ago

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