Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 14:46
· 494 commits to main since this release
34b865d

Minor Changes

  • Add Intl support in formatNumber() by leveraging Intl.NumberFormat() (and remove d3-format dependency) (#134)

  • createTheme( ... ) was removed in favor of settings({ theme: ... }) (Same for component <Theme ... />, is now <Settings ... />). Enables configuring formatNumber() style and future settings. (#134)

Patch Changes

  • Add romanize() string util and ScrollingValue example (ebd429e)

  • Update dependencies (380a7dd)