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.