Skip to content

Releases: funkyheatmap/funkyheatmapjs

v0.3.1

04 Feb 19:13
Compare
Choose a tag to compare

0.3.1 (2025-02-04)

Bug Fixes

  • safari hover text-decoration on headers (fb35b23)
  • safari Iterable map is undefined #33 (dd1264c)

v0.3.0

03 Feb 21:42
Compare
Choose a tag to compare

0.3.0 (2025-02-03)

Features

Bug Fixes

  • allow id_hover_text for text columns (2c84fce)
  • allow more label text shrinkage (97dd756)
  • allow text geom colors (b745cb0)
  • categorical palette (da2bb0e)
  • color by rank when rank has ties #29 (2365612)
  • colorByRank after sorting (bf4af98)
  • do not draw geoms for NA values (ef93fc4)
  • do not require column names as input (5abe7cf)
  • empty column groups bug (71ce06f)
  • ensureRowData not working (0c94213)
  • header height when no column groups provided (84cdad0)
  • hide tooltip when scrolling from the heatmap (5242d20)
  • rect legend size (696cdd7)
  • require id in column info (3cecfe7)
  • show tooltip above the pointer (d0f2814)
  • verify image and text legends have values (298bc5f)

Misc

Read more

v0.2.5

15 Feb 16:20
53718c8
Compare
Choose a tag to compare

0.2.5 (2024-02-15)

Misc

v0.2.4

14 Jul 00:30
8e75bd6
Compare
Choose a tag to compare

0.2.4 (2023-07-14)

Features

Bug Fixes

  • column size for geom with label (8d5612c)
  • legend positioning for funkyrect + pie (92c45e1)

v0.2.3

07 Jul 03:58
659bc02
Compare
Choose a tag to compare

0.2.3 (2023-07-07)

Misc

v0.2.2

07 Jul 03:42
598ccd2
Compare
Choose a tag to compare

0.2.2 (2023-07-07)

Bug Fixes

  • place sort indicator for non-rotated column (74890d8)

Tests

  • add name column to full test (af9b3e8)

v0.2.1

07 Jul 02:24
fc4b4a6
Compare
Choose a tag to compare

0.2.1 (2023-07-07)

Misc

  • add tests & update changelog (543a108)

v0.2.0

07 Jul 02:12
ec269d9
Compare
Choose a tag to compare

0.2.0 (2023-07-07)

Breaking changes

funkyheatmap arguments have changed and are not compatible with the previous version

Features

Bug Fixes

  • accept column info width (e7f4173)
  • change categorical palette format (f8a6ded)
  • default parameters for simple test (3985036)
  • import lodash (162b861)
  • min geom size for bars and circles (f4e869c)
  • sorting without row groups (6f7fae1)
  • throw error on unknown geom (49b9600)
  • use column index for positioning (ca0bd38)
  • use level1 for column group names + opacity (b7c0a77)
  • use widthPx for column size (dbbac77)

Tests

Misc

v0.1.9

19 Apr 15:36
b1b9df7
Compare
Choose a tag to compare

0.1.9 (2023-04-19)

Misc

  • add css class to svg & geom (7f96e32)

v0.1.8

10 Apr 05:17
fc0e887
Compare
Choose a tag to compare

0.1.8 (2023-04-10)

Features

  • allow text/background customization (946d5cd)