Releases: btmills/react-datamaps
Releases · btmills/react-datamaps
v0.4.0
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
- 85795ed Use prop-types package (#14) (@btmills)
- 3902284 Add React to peerDependencies (#14) (@btmills)
- 489ab94 Use yarn (#14) (@btmills)
- 4363e9a Upgrade React for examples (#14) (@btmills)
Diff
v0.3.0
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
- b241e8a Add Travis CI (#11) (@btmills)
- edea89a Add support for responsive maps thru a 'responsive' property (#12) (@eitanp461)
- 5b5f4b7 Tweak formatting (@btmills)