Skip to content

v0.13.7-pl.3

Choose a tag to compare

@TBarregren TBarregren released this 14 May 17:37
· 31 commits to main since this release

Fixes

  • Editor tooltip rect now re-sizes when the per-row Typography font-size changes. Previously the wrapper's CSS custom properties updated correctly — the rendered glyphs adopted the new font-size — but the editor preview's tooltip <rect> stayed at its first-mount dimensions because the layout effect that sizes the rect did not list any tooltip-row typography field in its dep-list. Two new <Chart> props (tooltipDistanceTypography, tooltipHeightTypography) carry each row's eight typography fields purely to populate that dep-list, mirroring how the existing typography prop drives tick-label remeasurement. The frontend was unaffected — it already re-measures every frame.