Skip to content

Releases: nicolaskruchten/pivottable

Version 2.13.0

04 May 19:31
Compare
Choose a tag to compare
  • bugfixes from previous release

Version 2.12.0

04 May 03:23
Compare
Choose a tag to compare

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

19 Apr 14:33
Compare
Choose a tag to compare

Version 2.11.0

09 Mar 16:45
Compare
Choose a tag to compare
  • Added UI elements to control row/col ordering

Version 2.10.0

09 Mar 16:45
Compare
Choose a tag to compare
  • Added horizontal bar charts to C3 renderers

Version 2.9.0

08 Mar 17:52
Compare
Choose a tag to compare
  • Fixing #617 such that negative values are correctly sorted by naturalSort

Version 2.8.0

08 Mar 17:51
Compare
Choose a tag to compare
  • changes to package.json so as to be able to require extra renderers from an NPM installation

Version 2.7.0

31 Dec 05:17
Compare
Choose a tag to compare
  • Fixes a regression in a recent release whereby min/max no longer worked with negative numbers due to the way the naturalSort function works. The naturalSort-based versions have been renamed first/last and the original min/max have been restored

Version 2.6.0

28 Dec 13:18
Compare
Choose a tag to compare
  • Fixing #591 by adding a locale parameter to pivot() and fixing the layered application of default locale information.

Version 2.5.0

26 Dec 04:00
Compare
Choose a tag to compare
  • 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