Skip to content

Semiotic v3.0.1

Choose a tag to compare

@emeeks emeeks released this 20 Mar 04:44
· 198 commits to main since this release

Semiotic v3.0.1

Bug fixes, emphasis prop, direct labels, gap strategy fixes, and export improvements.

Added

  • emphasis prop — all charts accept emphasis="primary" | "secondary". ChartGrid spans primary charts across two columns
  • directLabel rendering — labels now actually render via new "text" annotation type
  • gapStrategy fixes"break" correctly splits lines at null boundaries; "interpolate" no longer coerces null to 0

Fixed

  • PNG export now composites canvas + SVG layers (previously captured only axes)
  • directLabel annotations no longer silently dropped
  • gapStrategy="break" no longer draws lines through gaps
  • colorBy type mismatch in network/hierarchy charts
  • Duplicate amplitude property in StreamOrdinalFrameProps

See CHANGELOG.md for details.