RELEASE 🚒 1.0.3-RC1

Pattern library is hosted now under http://elegance.abdennoor.com/react-csv
This commit is contained in:
abdennour 2017-02-18 12:21:10 +03:00
commit 2bd1ec4a05
4 changed files with 4223 additions and 1 deletions

4218
cdn/react-csv-1.0.3-RC1.js Normal file

File diff suppressed because it is too large Load diff

3
cdn/react-csv-1.0.3-RC1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -33,6 +33,7 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
var defaultProps = {
target: '_blank'
};
var CSVDownload = (_temp = _class = function (_React$Component) {
_inherits(CSVDownload, _React$Component);

View file

@ -1,6 +1,6 @@
{
"name": "react-csv",
"version": "1.0.3",
"version": "1.0.3-RC1",
"description": "Build CSV files on the fly basing on Array/literal object of data ",
"main": "index.js",
"jsnext:main": "src/index.js",