Releases: nicolaskruchten/pivottable
Releases · nicolaskruchten/pivottable
Version 2.13.0
- bugfixes from previous release
Version 2.12.0
DO NOT USE: known bug in the Sample Variance and Sample Standard Deviation en
locale aggregators! Use version 2.13.0 instead
- added templates for quantiles, variance, standard deviation
- added median, sample variance and sample standard deviation to
en
locale aggregator - DRY refactoring on some of the very-similar aggregator templates
- added basic unit tests for the aggregator templates
Version 2.11.1
Version 2.11.0
- Added UI elements to control row/col ordering
Version 2.10.0
- Added horizontal bar charts to C3 renderers
Version 2.9.0
- Fixing #617 such that negative values are correctly sorted by
naturalSort
Version 2.8.0
- changes to
package.json
so as to be able to require extra renderers from an NPM installation
Version 2.7.0
- Fixes a regression in a recent release whereby
min
/max
no longer worked with negative numbers due to the way thenaturalSort
function works. ThenaturalSort
-based versions have been renamedfirst
/last
and the originalmin
/max
have been restored
Version 2.6.0
- Fixing #591 by adding a
locale
parameter topivot()
and fixing the layered application of default locale information.
Version 2.5.0
- Support for click callbacks for the table renderer, resolving the oldest open issue #33 (see example at http://nicolas.kruchten.com/pivottable/examples/mps_prepop.html)
- Support for
sorters
-aware<
,>
,<=
and>=
prefixes in the filter menu search box, as well as~
for regex - UX improvements to the filter menu: the UI doesn't refresh if no changes are made, and the Cancel button undoes any changes that were made