Skip to content

3.0.0

Compare
Choose a tag to compare
@South-Paw South-Paw released this 05 Nov 11:39
· 18 commits to master since this release
ec52ad9

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';
  • 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.