diff --git a/README.md b/README.md index 6ccc01b..344b867 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ # [TableExport](https://www.travismclarke.com/tableexport) The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, and txt files -[TableExport](https://www.travismclarke.com/tableexport/) demo **--** [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton **--** [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton. +[TableExport](https://www.travismclarke.com/tableexport/) demo **--** [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton **--** [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton **--** [TableExport + Webpack 1](https://github.com/clarketm/tableexport_webpack-v1_app) **--** [TableExport + Angular 4 + Webpack 2](https://github.com/clarketm/tableexport_angular4_webpack2_app). -> **Notice:** In May 2017, [v3.0.0](https://github.com/clarketm/TableExport/releases/tag/v3.3.9) will be superceded by [v4.0.0](https://github.com/clarketm/TableExport/releases/tag/v4.0.0-alpha.5). Althought this is a major version bump, fear not, because all changes will be 100% backwards-compatible. +> **Notice:** As of May 2017, [v3.3](https://github.com/clarketm/TableExport/releases/tag/v3.3.13) has be superceded by [v4.0.9](https://github.com/clarketm/TableExport/releases/tag/v4.0.9). -### [`v4.0.0-rc.1 `](https://github.com/clarketm/TableExport/releases/tag/v4.0.0-rc.1) Release Candidate: +# Go to [`v4.0.9`](https://github.com/clarketm/TableExport/releases/tag/v4.0.9): #### Examples: ##### Property * [`bootstrap`](https://www.travismclarke.com/tableexport/examples/bootstrap.html) @@ -24,7 +24,7 @@ The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, an * [`ignoreCSS`](https://www.travismclarke.com/tableexport/examples/ignore-row-cols-cells.html) * [`emptyCSS`](https://www.travismclarke.com/tableexport/examples/ignore-row-cols-cells.html) -> **So why the major version bump you ask?** Well, the rationale for a major version bump is that due to a change in `TableExport`'s dependencies, in [v4.0.0](https://github.com/clarketm/TableExport/releases/tag/v4.0.0-alpha.5) forth, JQuery will no longer be a **required** dependency, instead it will be purely **optional**. So existing implementations *with* jQuery will continue to work unimpeded, now with the added benefit that new projets no longer need to rely on the overhead of such large library, unless of course you prefer jQuery or it is already part of your project. +> **So why the major version bump you ask?** Well, the rationale for a major version bump is that due to a change in `TableExport`'s dependencies, in [v4.0.9](https://github.com/clarketm/TableExport/releases/tag/v4.0.9) forth, JQuery will no longer be a **required** dependency, instead it will be purely **optional**. So existing implementations *with* jQuery will continue to work unimpeded, now with the added benefit that new projets no longer need to rely on the overhead of such large library, unless of course you prefer jQuery or it is already part of your project. ## Getting Started @@ -53,17 +53,17 @@ $ npm install tableexport ### [CDNjs](https://cdnjs.com/libraries/TableExport) | | uncompressed | compressed | | :------: | :----------: | :--------: | -| __CSS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/css/tableexport.css) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/css/tableexport.min.css) | -| __JS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/js/tableexport.js) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/js/tableexport.min.js) | -| __Images__ | — | [🔗xlsx](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/img/xlsx.svg)[🔗xls](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/img/xls.svg)[🔗csv](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/img/csv.svg)[🔗txt](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.9/img/txt.svg) | +| __CSS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/css/tableexport.css) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/css/tableexport.min.css) | +| __JS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/js/tableexport.js) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/js/tableexport.min.js) | +| __Images__ | — | [🔗xlsx](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/img/xlsx.svg)[🔗xls](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/img/xls.svg)[🔗csv](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/img/csv.svg)[🔗txt](https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/img/txt.svg) | ### [unpkg](https://unpkg.com/#/) | | uncompressed | compressed | | :------: | :----------: | :--------: | -| __CSS__ | [🔗](https://unpkg.com/tableexport/dist/css/tableexport.css) | [🔗](https://unpkg.com/tableexport/dist/css/tableexport.min.css) | -| __JS__ | [🔗](https://unpkg.com/tableexport/dist/js/tableexport.js) | [🔗](https://unpkg.com/tableexport/dist/js/tableexport.min.js) | -| __Images__ | — | [🔗xlsx](https://unpkg.com/tableexport/dist/img/xlsx.svg)[🔗xls](https://unpkg.com/tableexport/dist/img/xls.svg)[🔗csv](https://unpkg.com/tableexport/dist/img/csv.svg)[🔗txt](https://unpkg.com/tableexport/dist/img/txt.svg) | +| __CSS__ | [🔗](https://unpkg.com/tableexport@v3/dist/css/tableexport.css) | [🔗](https://unpkg.com/tableexport@v3/dist/css/tableexport.min.css) | +| __JS__ | [🔗](https://unpkg.com/tableexport@v3/dist/js/tableexport.js) | [🔗](https://unpkg.com/tableexport@v3/dist/js/tableexport.min.js) | +| __Images__ | — | [🔗xlsx](https://unpkg.com/tableexport@v3/dist/img/xlsx.svg)[🔗xls](https://unpkg.com/tableexport@v3/dist/img/xls.svg)[🔗csv](https://unpkg.com/tableexport@v3/dist/img/csv.svg)[🔗txt](https://unpkg.com/tableexport@v3/dist/img/txt.svg) | ### Dependencies @@ -73,7 +73,7 @@ $ npm install tableexport * [jQuery](https://jquery.com) (1.2.1 or higher) `*` * [FileSaver.js](https://github.com/clarketm/FileSaver.js/) -> `*` jQuery dependency requirement is removed as of [4.0.0-alpha.2](https://github.com/clarketm/TableExport/tree/v4.0.0-alpha.2) +> `*` jQuery dependency requirement is removed as of [v4.0.9](https://github.com/clarketm/TableExport/tree/v4.0.9) #### Optional / Theming: @@ -258,9 +258,11 @@ $.fn.tableExport.rowDel = "\r\n"; A live, interactive demo can be found on the **[TableExport](https://www.travismclarke.com/tableexport/#live-demo)** webpage. * [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton. * [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton. +* [TableExport + Webpack 1](https://github.com/clarketm/tableexport_webpack-v1_app) skeleton. +* [TableExport + Angular 4 + Webpack 2](https://github.com/clarketm/tableexport_angular4_webpack2_app) skeleton. ### License -[TableExport.js](https://www.travismclarke.com/tableexport) is licensed under the terms of the [MIT](http://opensource.org/licenses/mit-license.php) License +[TableExport.js](https://www.travismclarke.com/tableexport) is licensed under the terms of the [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) License ### :star: Credits Special thanks the the following contributors: diff --git a/gitbook b/gitbook index 6abcb33..d8480e0 160000 --- a/gitbook +++ b/gitbook @@ -1 +1 @@ -Subproject commit 6abcb3369b1f2ef58c62cb089531ce0d454f85a5 +Subproject commit d8480e0dfa001565a43bb81fa61b210e031005d6