Skip to content

v1.0.6

Compare
Choose a tag to compare
@chrisrzhou chrisrzhou released this 08 Jun 20:16

Support deterministic behavior + Improve dev tooling

  • Support deterministic behavior for randomn layout and colors by configuring the options.deterministic field. This makes testing and creating fixed wordcloud views convenient.
  • Expose Typescript types.
  • Use various d3-* packages instead of importing d3 entirely.
  • Update docz and docs. Add Codesandbox examples.
  • Move prettier rules from .eslintrc.js to .prettierrc.js. This supports better formatting in MDX files with VSCode.