Skip to content

v0.6.0

Choose a tag to compare

@madox2 madox2 released this 07 Aug 14:16
· 119 commits to master since this release

Release notes v0.6.0

In this release the API was refactored and simplified. There were also major changes in usage.

Breaking changes

  • customization of defaultRenderer is not supported anymore. To customize tagcloud you need to use either <TagCloud /> props or implement custom renderer.
  • colorOptions and disableRandomColor props were moved to <TagCloud /> component
  • custom renderer function API has changed. It has tag, size and color arguments now. It is not needed to forward event handlers anymore

Bugs

  • random color was recomputed each re-render. Now is color computed only when props change

New features and enhancements

  • you can override tag color by declaring color property of tag object
  • production build setting for examples
  • styling of examples layout