Skip to content

Latest commit

 

History

History
224 lines (132 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

224 lines (132 loc) · 13.2 KB

Changelog

0.3.1 (2025-02-04)

Bug Fixes

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

0.3.0 (2025-02-03)

Features

Bug Fixes

  • allow more label text shrinkage (97dd756)
  • color by rank when rank has ties #29 (2365612)
  • do not draw geoms for NA values (ef93fc4)
  • do not require column names as input (5abe7cf)
  • hide tooltip when scrolling from the heatmap (5242d20)
  • require id in column info (3cecfe7)
  • show tooltip above the pointer (d0f2814)

Misc

  • add documentation
  • add tutorials
  • setup github pages website
  • setup PR preview for github pages website
  • switch to new release-please action

Tests

  • add legends to scIB vignette (308e6ff)
  • add scIB vignette (3e6bd92)
  • check id_color is in the columns (23cb639)
  • input utils (b330838)
  • rename input utils (ba25934)
  • set defaut palette for text to none (4418654)
  • util function to convert dataframes (3d13434)
  • verify boolean data is inferred as text (b19ac06)

0.2.5 (2024-02-15)

Bug Fixes

  • Add text fill option to legend @rcannood (c5f0bc0)

Misc

0.2.4 (2023-07-14)

Features

Bug Fixes

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

0.2.3 (2023-07-07)

Misc

0.2.2 (2023-07-07)

Bug Fixes

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

Tests

  • add name column to full test (af9b3e8)

0.2.1 (2023-07-07)

Misc

  • add tests & update changelog (543a108)

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

0.1.9 (2023-04-19)

Misc

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

0.1.8 (2023-04-10)

Features

  • allow text/background customization (946d5cd)

0.1.7 (2023-03-09)

Features

Bug Fixes

  • set first sort to descending (3d18eeb)
  • swap sort indicating arrows (839f405)

Misc

  • simplify release branches (f942765)

0.1.6 (2023-03-08)

Features

  • sort heatmap by columns (eb2a671)

Bug Fixes

  • passing empty columnGroups (97bddb2)

Misc

  • bump patch until 1.0 for feats (0167d07)
  • move npm publish to release-please (c4fb0ca)
  • release 0.1.6 (dbb0b58)

0.1.5 (2023-03-08)

Bug Fixes

  • render svg synchronously (0ded5b1)

Misc

  • add conventional commit hook (34b1d9b)
  • add release-please action (8258a0b)
  • fix release pr title (701cf66)