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

Releases: clarketm/TableExport

v4.0.0

05 May 05:43
Compare
Choose a tag to compare

New Features:

  • A complete architecture rewrite/overhaul, to maximize performance and customizability.
  • A new examples directory with interactive demos for each possible configuration / settings.
  • Improved, continuously integrated docs using Gitbook.
  • Optimal local blob storage using the LocalStorage API.
  • On-demand file download using getExportData() and export2file(data, mimeType, filename, fileExtension).
  • JavaScript-first design will fallback support for jQuery.
  • ... and many more! Check out the examples.

Migrating from 3.x to 4.x

v4.0.0-rc.5

04 May 08:08
Compare
Choose a tag to compare
v4.0.0-rc.5 Pre-release
Pre-release
File Description
tableexport.js
tableexport.min.js
bug fix: bootstrap and bootstrapConfig settings improperly referenced.
Download

npm install tableexport@next
OR
npm install [email protected]

v4.0.0-rc.4

04 May 06:15
Compare
Choose a tag to compare
v4.0.0-rc.4 Pre-release
Pre-release
File Description
tableexport.js
tableexport.min.js
fix .xls filetype handler logic when XLSX is not available (dependency: xlsx by SheetJS Community Edition)
Download

npm install tableexport@next
OR
npm install [email protected]

v4.0.0-rc.3

04 May 05:00
Compare
Choose a tag to compare
v4.0.0-rc.3 Pre-release
Pre-release
File Description
package.js change dependency: js-xlsx => xlsx by SheetJS Community Edition
bower.js change dependency: xlsx-js => js-xlsx by SheetJS Community Edition
tableexport.js
tableexport.min.js
Update module definition (AMD, CJS, UMD)

v4.0.0-rc.1

03 May 06:21
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

v4.0.0-rc.1 new features:

  • A complete architecture rewrite/overhaul, to maximize performance and customizability.
  • A new examples directory with interactive demos for each possible configuration / settings.
  • Optimal blob storage using the LocalStorage API.
  • On-demand file download using getExportData() and export2file(data, mimeType, filename, fileExtension).
  • JavaScript-first design will fallback support for jQuery.
  • ... and many more! Check out the examples.

npm install tableexport@next
OR
npm install [email protected]

v4.0.0-alpha.5

02 May 07:58
Compare
Choose a tag to compare
v4.0.0-alpha.5 Pre-release
Pre-release
File Description
tableexport.js
tableexport.min.js
Implement efficient fileblob storage via LocalStorage API.
Add cell-type support (string, number, boolean, and date) and configuration settings (defaultClass, and asset).

Thanks to @danielgregorywilson for his PRs (#45, #37)

v3.3.12

02 May 18:12
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
fix for #43 : export does not work on IE.
FileSaver.js
FileSaver.min.js [1]
v1.3.6 - fix IE 10+ "saveAs: undefined" error.

[1] Dependency: FileSaver.js

bs_win7_ie_11 0

v3.3.11

02 May 08:09
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
Add cell-type support (string, number, boolean, and date) and configuration settings (defaultClass, and asset).

Thanks to @danielgregorywilson for his PRs (#45, #37)

v3.3.10

28 Apr 21:17
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
workaround for #43 : export does not work on IE.

Thanks to @aflores, @zalenix @CrestApps

bs_win7_ie_11 0

v3.3.9

21 Jan 02:11
Compare
Choose a tag to compare
File Description
tableexport.js
tableexport.min.js
fix #17 : Correct syntax for reset() method.

Thanks to @Alplob for his PR