Skip to content

Releases: nicolaskruchten/pivottable

Version 2.4.0

21 Dec 04:03
Compare
Choose a tag to compare

Version 2.3.0

28 Oct 22:14
Compare
Choose a tag to compare
  • fix keys in de, it and nl locale files as per #532

Version 2.2.0

28 Oct 22:12
Compare
Choose a tag to compare
  • Incomplete push, please use v2.3.0 instead

Version 2.1.0

30 Jun 02:53
Compare
Choose a tag to compare
  • All examples bumped to C3.js version 0.4.11 due to browser-compatibility breakage with version 0.4.10 (on recent versions of Chrome, bar-chart tooltips raised JS errors)
  • New parameter to pivot() and pivotUI() called dataClass which enables the use of non-default classes to support e.g. subtotals
  • Heatmap renderer now supports configurable colour scales: example
  • Table renderer now inserts <thead> and <tbody> tags
  • New language packs: de, da, zh, it
  • All language packs converted from HTML entities to Unicode for compatibility with C3.js
  • Added serve target to Gulpfile for easier development
  • Various bugfixes
  • Enhancements to the documentation and examples

Version 2.0.2

14 Feb 01:38
Compare
Choose a tag to compare
  • Improvements to tests and examples
  • Tips dataset hosted on CDNJS for JSFiddle examples

Version 2.0.1

31 Dec 17:50
Compare
Choose a tag to compare
  • Fixing a C3 charting bug when plotting Infinity (#416)
  • added a Jasmine-based test suite
  • jazzed up the ReadMe

Version 2.0.0

22 Nov 20:48
Compare
Choose a tag to compare

This is a major release, as upgrading to it may cause things to break which used to work. Please read the following notes carefully.

  • To resolve a security concern raised in pull request #401 this library no longer accepts HTML in its input:
    • row/column values in the Table renderer can no longer contain HTML such as entities or formatting/image tags
    • cell values in the Table renderer can also no longer contain HTML, much like the charting renderers, which never accepted HTML output of aggregators
    • Internet Explorer 8 is no longer supported, as this library now makes use of the textContent property, which IE8 doesn't support
  • The C3 charting renderer is now the preferred charting renderer (over Google Charts) as it can be self-hosted
  • This library now only declares a dependency on jquery >= 1.9.0 for Bower and NPM, as that is all that is strictly required (jquery-ui is technically optional, as are c3 and d3).

Version 1.6.3

11 Jul 16:51
Compare
Choose a tag to compare

Much-needed nicer default colours for c3.

Version 1.6.2

11 Jul 15:40
Compare
Choose a tag to compare

Fixing a bug in the C3 renderers

Version 1.6.1

20 Jun 13:17
Compare
Choose a tag to compare

(Should have been 1.5.1)

  • Fixing scope leak bug