Skip to content

Latest commit

 

History

History
137 lines (61 loc) · 5.16 KB

CHANGELOG.md

File metadata and controls

137 lines (61 loc) · 5.16 KB

1.2.12 (2020-12-15)

Bug Fixes

  • Babel: use @vue/cli-plugin-babel/preset for proper cross browser transpilation with babel (088b995)

1.2.11 (2020-03-29)

Performance Improvements

  • bundle: re-organization of imports, remove import all from lodash (4da565b)

1.2.10 (2020-01-09)

Bug Fixes

1.2.9 (2019-10-24)

Bug Fixes

  • JsonCSV: remove spread operator that fails on edge 18 (746b9fd)

1.2.8 (2019-08-22)

Bug Fixes

  • Building: Use Vue Cli to build the library (a9c2694), closes #27

1.2.7 (2019-08-21)

Bug Fixes

  • Building: Fix building process (3479811)

1.2.6 (2019-08-21)

Bug Fixes

  • Encoding: Fix utf8 encoding problems. (30d685d), closes #23

1.2.5 (2019-07-22)

Bug Fixes

  • Lodash: Fixes the potential security vulnerability from the lodash (3f98437)

1.2.4 (2019-02-25)

Bug Fixes

  • Debug: Removes console.log (2db6746), closes #12

1.2.3 (2019-02-13)

Bug Fixes

  • Fields: Fix error message (3ce2b7c)
  • Labels: Fix using labels function (cd1e9f6), closes #10

1.2.2 (2019-01-28)

Bug Fixes

  • Fossa: Run fossa after success (6381b07)

1.2.1 (2019-01-28)

Bug Fixes

  • Fossa: Fix build with fossa (a954d74)

1.2.0 (2019-01-28)

Bug Fixes

  • Babel: Remove unneeded preset (b94d64a)

Features

  • Encoding: Support for different encoding (1832128), closes #7 #6

1.1.0 (2018-08-17)

Bug Fixes

  • dbg: Remove debugging code. (99372a8)
  • filtering: Fix filtering fields (51bd7d0)

Features

  • events: Adds event on starting and finishing export (b83b21e)
  • labels: Adds relabeling to the columns (e7935a4)

1.0.2 (2018-08-16)

Bug Fixes

  • Packaging: Add missing main in package.json (dad45e8)

1.0.1 (2018-08-16)

Bug Fixes

  • Packaging: Fixes packaging and add it to the readme (3ac2f3f)

1.0.0 (2018-08-16)

Bug Fixes

  • styling: Improves CSS of the button (e7b6f38)

Features

  • Excel: Adds SEP={delimiter} (0df58a6)
  • JsonCSV: Adds JSON to CSV downloads component (a2d964c)