Breaking changes
- Ensure HTML ID attributes are unique by @BenGale93 in #607
- Move
css-inline
pkg to extra group by @rich-iannone in #634
Features
- Quarto option to disable table processing, warn on render by @machow in #611
- Add
cols_unhide()
method by @jrycw in #629 - Add
inline_css=
argument by @tylerriccio33 in #633
Fixes
- Ensure HTML ID attributes are unique by @BenGale93 in #607
- Move
css-inline
pkg to extra group by @rich-iannone in #634 - Do not always save screenshot as png by @machow in #599
- Resolve encoding issue in
GT.save()
by @jrycw in #609 - Correctly pass non-ints to nanoplot options by @tylerriccio33 in #608
- Scientific notation zero padding when
exp_style=
used by @rich-iannone in #622- e.g. numbers like
"2.3E-03"
were incorrectly displayed as"2.3E−30"
.
- e.g. numbers like
- Update conditional statement in nanoplot code to guard against string values (single string or list containing any strings) by @rich-iannone in #623
Docs
- Update the related docs about
mask=
parameter inloc.body()
by @jrycw in #589 - Update the preview of
year
col ingtcars
dataset by @jrycw in #587 - Add examples to the documentation by @jrycw in #618
- Add
style.css
entry to API reference docs by @rich-iannone in #624 - Align getting started guide with readme by @zachvalenta in #627
Chores
- Use deploy-pypi environment by @machow in #590
- Added a environment deployment protection rule. We now have to review the release workflow.
New Contributors
- @tylerriccio33 made their first contribution in #608
- @BenGale93 made their first contribution in #607
- @zachvalenta made their first contribution in #627
Full Changelog: v0.16.1...v0.17.0