Skip to content

Releases: btmills/react-datamaps

v0.4.0

15 Aug 20:54
Compare
Choose a tag to compare

Highlights

This release uses the prop-types package to avoid deprecation warnings in react@^15.5. It also adds an entry in peerDependencies to specify the supported versions of React.

The API is unchanged, but this is a minor version bump because of the peerDependencies change.

Commits

Diff

v0.3.0...v0.4.0

v0.3.0

11 Dec 17:02
Compare
Choose a tag to compare

Highlights

This release adds support for resizing the map responsively on window resize. Enable it by setting the responsive property to true. Thanks to @eitanp461 for adding this!

Commits

Diff

v0.2.0...v0.3.0