v2.2.0
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 viarandomSeed
prop