v0.4.0
What's Changed
Features
- Add initial implementation for nanoplots by @rich-iannone in #219
- Allow polars selectors in
fmt_*()
methods by @machow in #217
Fixes
- Improve HTML representation of tables by @rich-iannone in #233
- Ensure that header component HTML tags pass HTML validation by @rich-iannone in #235
- Allow the 'transparent' color (and others) to be used in
tab_options(table_background_color == <color>)
by @rich-iannone in #242 - Fix render reorder causing incorrect groupings by @machow in #218
Docs
- Fix
opt_horizontal_padding()
example by @rich-iannone in #215
Full Changelog: v0.3.1...v0.4.0