Skip to content

v0.9.0

Choose a tag to compare

@machow machow released this 06 Jun 17:58
· 811 commits to main since this release
b6aa4f8

This release adds row subsetting to data_color(), allowing color scales to be applied to specific rows.

New Features

  • Row selection in data_color() — A rows= argument enables applying color scales to a subset of rows rather than the entire column. (#364, @jrycw)

Breaking Changes

  • The rows= parameter is now the third positional argument in data_color(), which may break code that relied on positional argument order.