Skip to content

Releases: palantir/plottable

3.13.0

22 Nov 14:30
2f0b189
Compare
Choose a tag to compare
  • Use submodule imports for lodash-es #3594

3.12.0

17 Nov 23:44
3c98267
Compare
Choose a tag to compare
  • Use dynamic cateogry axis tick spacing (#3590)
  • Use lodash-es and upgrade to TS@4.4 (#3589)

3.11.0

18 Oct 19:08
21e2cb0
Compare
Choose a tag to compare
  • Support custom font sizes #3584

3.9.0

12 Jun 21:30
1a4be7e
Compare
Choose a tag to compare
  • Update extents after setBounds #3552
  • Check if an object is an Element in a window-neutral way #3550

3.8.8

01 Jun 20:44
cf0e771
Compare
Choose a tag to compare
  • Explicitly update @types/d3-shape. #3548
  • Fix issue where pie strokes disappear after dataset update. #3494
  • Fixes to tests that become a problem in later versions of TypeScript. #3528

3.8.7

01 Jun 19:30
739af95
Compare
Choose a tag to compare
  • Contains updates to several dependencies
  • Invalidate bar label text measurer caches #3546

3.8.6

04 Apr 20:59
13a6f2a
Compare
Choose a tag to compare
  • Chrome 73 causes some event listeners to constantly throw errors. A small change was added to avoid these.

3.8.5

26 Mar 20:48
2eba203
Compare
Choose a tag to compare
  • Added an optional argument to DragInteraction for drags that don't end with left click

3.8.4

05 Feb 00:15
88158e2
Compare
Choose a tag to compare

Improved line and bar rendering.
Better null handling.
Added metric callback.

3.8.3

04 Jun 23:01
b6e36fb
Compare
Choose a tag to compare

Performance

  • Memoize AttrToProjector. Move concats out of inner loop. (#3470)
  • For-each loop optimization and memoize normalizeKey (#3469)

Bugs

  • Add 0x0 size check to canvas (#3467)
  • Normalize keys instead of using .toString to avoid NPE (#3459)

API

  • Expose y offset for stacked area plots (#3465)
  • Expose autoDomainIfAutomaticMode in public API (#3461)

Housekeeping

  • Upgrade d3 and types. Regenerate yarn.lock (#3464)
  • Use the tick generator for log scales to make API consistent (#3463)