v0.6.0
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
defaultRendereris not supported anymore. To customize tagcloud you need to use either<TagCloud />props or implement custom renderer. colorOptionsanddisableRandomColorprops were moved to<TagCloud />component- custom
rendererfunction API has changed. It hastag,sizeandcolorarguments 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
colorproperty of tag object - production build setting for examples
- styling of examples layout