Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

Commit 687a054

Browse files
committed
v4.0.3
1 parent fe0bb35 commit 687a054

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ $ npm install tableexport
3434
#### [CDNjs](https://cdnjs.com/libraries/TableExport)
3535
| | uncompressed | compressed |
3636
| :------: | :----------: | :--------: |
37-
| __CSS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/css/tableexport.css) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/css/tableexport.min.css) |
38-
| __JS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/js/tableexport.js) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/js/tableexport.min.js) |
39-
| __Images__ | &mdash; | [🔗<sup>xlsx</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/xlsx.svg)[🔗<sup>xls</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/xls.svg)[🔗<sup>csv</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/csv.svg)[🔗<sup>txt</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/txt.svg) |
37+
| __CSS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/css/tableexport.css) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/css/tableexport.min.css) |
38+
| __JS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/js/tableexport.js) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/js/tableexport.min.js) |
39+
| __Images__ | &mdash; | [🔗<sup>xlsx</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/xlsx.svg)[🔗<sup>xls</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/xls.svg)[🔗<sup>csv</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/csv.svg)[🔗<sup>txt</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/txt.svg) |
4040

4141

4242
#### [unpkg](https://unpkg.com/#/)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tableexport.js",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"authors": [
55
"clarketm <travis.m.clarke@gmail.com>"
66
],

dist/css/tableexport.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TableExport.js v4.0.2 (https://www.travismclarke.com)
2+
* TableExport.js v4.0.3 (https://www.travismclarke.com)
33
* Copyright 2017 Travis Clarke
44
* Licensed under the MIT license
55
*/

dist/css/tableexport.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/tableexport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TableExport.js v4.0.2 (https://www.travismclarke.com)
2+
* TableExport.js v4.0.3 (https://www.travismclarke.com)
33
* Copyright 2017 Travis Clarke
44
* Licensed under the MIT license
55
*/
@@ -124,7 +124,7 @@
124124
* Version.
125125
* @memberof TableExport.prototype
126126
*/
127-
version: '4.0.2',
127+
version: '4.0.3',
128128
/**
129129
* Default library options.
130130
* @memberof TableExport.prototype

dist/js/tableexport.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tableexport.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for TableExport v4.0.2
1+
// Type definitions for TableExport v4.0.3
22
// Project: https://tableexport.v4.travismclarke.com
33
// Definitions by: Travis Clarke <https://github.com/clarketm>
44

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ $ npm install tableexport
3434
#### [CDNjs](https://cdnjs.com/libraries/TableExport)
3535
| | uncompressed | compressed |
3636
| :------: | :----------: | :--------: |
37-
| __CSS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/css/tableexport.css) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/css/tableexport.min.css) |
38-
| __JS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/js/tableexport.js) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/js/tableexport.min.js) |
39-
| __Images__ | &mdash; | [🔗<sup>xlsx</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/xlsx.svg)[🔗<sup>xls</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/xls.svg)[🔗<sup>csv</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/csv.svg)[🔗<sup>txt</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.2/img/txt.svg) |
37+
| __CSS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/css/tableexport.css) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/css/tableexport.min.css) |
38+
| __JS__ | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/js/tableexport.js) | [🔗](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/js/tableexport.min.js) |
39+
| __Images__ | &mdash; | [🔗<sup>xlsx</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/xlsx.svg)[🔗<sup>xls</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/xls.svg)[🔗<sup>csv</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/csv.svg)[🔗<sup>txt</sup>](https://cdnjs.cloudflare.com/ajax/libs/TableExport/4.0.3/img/txt.svg) |
4040

4141

4242
#### [unpkg](https://unpkg.com/#/)

docs/READMEv3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, an
44

55
[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.
66

7-
> **Notice:** In May 2017, [v3.3](https://github.com/clarketm/TableExport/releases/tag/v3.3.12) will be superceded by [v4.0.2](https://github.com/clarketm/TableExport/releases/tag/v4.0.2). Althought this is a major version bump, fear not, because all changes will be 100% backwards-compatible.
7+
> **Notice:** In May 2017, [v3.3](https://github.com/clarketm/TableExport/releases/tag/v3.3.12) will be superceded by [v4.0.3](https://github.com/clarketm/TableExport/releases/tag/v4.0.3). Althought this is a major version bump, fear not, because all changes will be 100% backwards-compatible.
88
9-
### [`v4.0.2`](https://github.com/clarketm/TableExport/releases/tag/v4.0.2) Release Candidate:
9+
### [`v4.0.3`](https://github.com/clarketm/TableExport/releases/tag/v4.0.3) Release Candidate:
1010
#### Examples:
1111
##### Property
1212
* [`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
2424
* [`ignoreCSS`](https://www.travismclarke.com/tableexport/examples/ignore-row-cols-cells.html)
2525
* [`emptyCSS`](https://www.travismclarke.com/tableexport/examples/ignore-row-cols-cells.html)
2626

27-
> **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.2](https://github.com/clarketm/TableExport/releases/tag/v4.0.2) 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.
27+
> **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.3](https://github.com/clarketm/TableExport/releases/tag/v4.0.3) 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.
2828
2929
## Getting Started
3030

@@ -73,7 +73,7 @@ $ npm install tableexport
7373
* [jQuery](https://jquery.com) (1.2.1 or higher) `*`
7474
* [FileSaver.js](https://github.com/clarketm/FileSaver.js/)
7575

76-
> `*` jQuery dependency requirement is removed as of [v4.0.2](https://github.com/clarketm/TableExport/tree/v4.0.2)
76+
> `*` jQuery dependency requirement is removed as of [v4.0.3](https://github.com/clarketm/TableExport/tree/v4.0.3)
7777
7878
#### Optional / Theming:
7979

gitbook

Submodule gitbook updated from d2ff01b to 2515e8f

0 commit comments

Comments
 (0)