Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 708 Bytes

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 708 Bytes

react-tag-cloud ☁️

Create beautiful tag/word clouds using React.

[Unreleased]

[1.3.2] - 2019-03-20

Fixed

  • Fixed default import error when using TypeScript

[1.3.1] - 2019-03-13

Added

  • Updated the code to TypeScript and added typescript type definitions

Fixed

  • Fixed initial 100ms delay before the tag-cloud is shown
  • Removed use of the deprecated componentWillReceiveProps lifecycle method

Changed

[1.2.0] - 2018-09-10

Added

  • Added support for older browsers (css transforms, thanks @engmagdy87)

Changed