File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ Revision history:
51
51
* Fix CSV Chinese characters and other special characters display error in Windows Excel.
52
52
* Fix URL.createObjectURL(...) on Firefox.
53
53
54
+ ### 2.0.3
55
+
56
+ * Fix export as a module.
57
+ * Changed minifier to UglifyJS.
58
+
54
59
Compatibility
55
60
-------------
56
61
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jmaister/excellentexport" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"type" : " component" ,
5
5
"description" : " A quick Javascript library to create export to Excel/CSV from HTML tables automatically in the browser. No server required." ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " excellentexport" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " Client side JavaScript export to Excel or CSV" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " http://jordiburgos.com/post/2014/excellentexport-javascript-export-to-excel-csv.html" ,
You can’t perform that action at this time.
0 commit comments