You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.