- fix:
position: "dodge"now shifts point-based geoms (text, label, point, linerange, etc.) on continuous x-axes by inferring the slot width from the minimum gap between unique positions. (#145) - fix: string values such as
"0"are no longer inferred as numeric for scale type; only Typstint/floatvalues produce a continuous scale. CSV users relying on string-numeric x-columns being treated as continuous must callas-numeric(data, "col")first. (#145) - docs: the News page links the Gribouille 0.4 release announcement and shows a featured image for each release. (#141)
What's Changed
- docs: add 0.4 release post and featured images to News by @mcanouil in #141
- ci: fix lock-closed thread search query by @mcanouil in #144
- chore(tests): refresh visual snapshots by @mcanouil-dev[bot] in #147
- fix: string values not inferred as numeric; dodge on continuous axes by @mcanouil in #146
- ci: bump version to 0.4.1 🚀 by @mcanouil-dev[bot] in #148
Full Changelog: 0.4.0...0.4.1