Releases: South-Paw/react-vector-maps
Releases · South-Paw/react-vector-maps
3.2.0
What's Changed
- Dependency updates and minor changes by @South-Paw in #28
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
3.0.0 was focused on improving the documentation including a new documentation site as well as some improvements to the exported component and dependencies.
Major breaking changes
- The component export has changed:
- Old import:
import VectorMap from '@south-paw/react-vector-maps';
- New import:
import { VectorMap } from '@south-paw/react-vector-maps';
- Old import:
- The package no longer includes the JSON maps for consumption - you can instead download the map files as needed from the documentation site.
- The SVG to JSON script is no longer inside of the package - you can now access the converter in your browser on the documentation site.
Update dependencies
- Updated package dependencies
- Improved demo Storybook load time