Releases: madox2/react-tagcloud
Releases · madox2/react-tagcloud
v2.3.3
Compare
Sorry, something went wrong.
No results found
madox2
released this
22 Oct 12:04
Release notes v2.3.3
Improvements
Removed deprecated defaultProps (#38 )
v2.3.1
Compare
Sorry, something went wrong.
No results found
madox2
released this
18 Aug 18:34
Release notes v2.3.1
Bugfixes
Fixed unknown prop warning (#30 )
v2.3.0
Compare
Sorry, something went wrong.
No results found
madox2
released this
08 Aug 12:24
Release notes v2.3.0
New features
added support for react native (#8 )
v2.2.0
Compare
Sorry, something went wrong.
No results found
madox2
released this
25 Dec 15:27
Release notes v2.2.0
New features
added randomSeed prop to fix randomness for shuffle and tag color
Fixed issues:
render should happen if change count of the tag (#28 )
Deprecations:
deprecated randomNumberGenerator as the only use-case for it seems to be random with seed which is currently possible via randomSeed prop
v2.1.1
Compare
Sorry, something went wrong.
No results found
madox2
released this
19 Apr 08:26
Release notes v2.1.1
Fixed issues:
Fixed peer dependency warnings for React 17 (#26 )
v2.1.0
Compare
Sorry, something went wrong.
No results found
madox2
released this
23 Mar 18:47
Release notes v2.1.0
Improvements:
Added mouse over/out events (#24 )
New features:
Added option to pass custom props to a particular tag component
v2.0.0
Compare
Sorry, something went wrong.
No results found
madox2
released this
26 Oct 11:27
Release notes v2.0.0
Breaking changes:
v2 is using react 16.8.0 as peer dependency, for older versions please use react-tagcloud@1.4
Improvements:
Fixed #9 Deprecated warnings for componentWillMount and componentWillReceiveProps
Improved logic how and when tagcloud re-shufles tags/colors
Upgraded dependencies and tests
Added new interactive example
v1.4.0
Compare
Sorry, something went wrong.
No results found
madox2
released this
14 Mar 18:38
Release notes v1.4.0
New features:
#7 custom random number generator option (thanks to @ownadi )
v1.3.1
Compare
Sorry, something went wrong.
No results found
madox2
released this
14 Oct 12:11
Release notes v1.3.1
Fixed issues:
#5 fixed devision by zero
v1.3.0
Compare
Sorry, something went wrong.
No results found
madox2
released this
22 Aug 17:45
Release notes v1.3.0
Fixed issues:
#6 updated react dependency to v16