Releases: nicolaskruchten/pivottable
Releases · nicolaskruchten/pivottable
Version 2.4.0
- PR #600 fixes a number of issues with missing keys in JSON objects
- #573 was fixed by changing the
naturalSort
function to be case-sensitive - Library was added to Packagist as https://packagist.org/packages/nicolaskruchten/pivottable
Version 2.3.0
- fix keys in
de
,it
andnl
locale files as per #532
Version 2.2.0
- Incomplete push, please use v2.3.0 instead
Version 2.1.0
- 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()
andpivotUI()
calleddataClass
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
- Improvements to tests and examples
- Tips dataset hosted on CDNJS for JSFiddle examples
Version 2.0.1
- Fixing a C3 charting bug when plotting
Infinity
(#416) - added a Jasmine-based test suite
- jazzed up the ReadMe
Version 2.0.0
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 arec3
andd3
).
Version 1.6.3
Much-needed nicer default colours for c3.
Version 1.6.2
Fixing a bug in the C3 renderers
Version 1.6.1
(Should have been 1.5.1)
- Fixing scope leak bug