Skip to content

Releases: FlowingCode/GridExporterAddon

1.8.0

04 Sep 15:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: grid-exporter-addon-1.7.0...grid-exporter-addon-1.8.0

2.1.0

24 Jul 13:49
Compare
Choose a tag to compare

What's Changed

  • feat: support hierarchical dataprovider by @sischi in #77
  • feat: apply conditional formatting in excel export by @sischi in #78
  • feat: allow setExportValue to supply other types not just Strings by @mlopezFC in #76 (fixes #74)
  • fix: set a default value for excelFormat if it's null by @mlopezFC in #76 (fixes #73)

New Contributors

Full Changelog: grid-exporter-addon-2.0.0...grid-exporter-addon-2.1.0

1.7.0

13 Jul 14:26
Compare
Choose a tag to compare

What's Changed

  • Set a default value for excelFormat if it's null by @mlopezFC in #75 (fixes #73)
  • Allow setExportValue to supply other types not just Strings by @mlopezFC in #75 (fixes #74)

Full Changelog: grid-exporter-addon-1.6.0...grid-exporter-addon-1.7.0

2.0.0

11 Jul 16:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: grid-exporter-addon-1.5.0...grid-exporter-addon-2.0.0

1.6.0

11 Jul 16:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: grid-exporter-addon-1.5.0...grid-exporter-addon-1.6.0

1.5.0

27 Jun 14:54
Compare
Choose a tag to compare

What's Changed

  • feat: allow setting columns position in exported file by @flang in #53
  • fix: fix ClassCastException when exporting by @javier-godoy in #55

Full Changelog: grid-exporter-addon-1.4.1...grid-exporter-addon-1.5.0

1.4.1

06 Feb 14:09
Compare
Choose a tag to compare

What's Changed

  • fix: check if grid has footer on csv export by @paodb in #47
  • fix: extract Grid data in main thread to avoid UI locking issues by @flang in #48

New Contributors

  • @paodb made their first contribution in #47

Full Changelog: grid-exporter-addon-1.4.0...grid-exporter-addon-1.4.1

1.4.0

05 Jan 13:33
Compare
Choose a tag to compare

What's Changed

  • build: upgrade font-awesome-iron-iconset to version 4.2.0 by @flang in #38
  • build: update to poi 5.2.3 by @mlopezFC in #36
  • docs: clarify that the exporter has to be created before attaching the grid by @mlopezFC in #40
  • feat: add support for component based headers by @mlopezFC in #35
  • build: upgrade error-window-vaadin to 3.4.0 by @javier-godoy in #41
  • build: upgrade grid-helpers to 0.3.3 by @javier-godoy in #44

New Contributors

  • @flang made their first contribution in #38

Full Changelog: grid-exporter-addon-1.3.0...grid-exporter-addon-1.4.0

1.3.0

07 Nov 12:06
Compare
Choose a tag to compare

What's Changed

  • Implement cell alignment based on grid's column text alignment by @mlopezFC in #26
  • Excel native datatype for numbers and dates support by @mlopezFC in #27
  • Fixed issue when exporting to PDF or Docx: the first row was exported correctly, but from the second onwards all rows were sorted in descending order (#28) by @mlopezFC in #29

Full Changelog: grid-exporter-addon-1.2.1...grid-exporter-addon-1.3.0

1.2.1

19 Oct 19:01
Compare
Choose a tag to compare

What's Changed

  • fix: fix NPE when the grid to export does not contain a footer row by @mlopezFC in #21

Full Changelog: grid-exporter-addon-1.2.0...grid-exporter-addon-1.2.1