Skip to content

Releases: South-Paw/react-vector-maps

3.2.0

29 Sep 10:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

13 Jan 10:33
e462ca6
Compare
Choose a tag to compare

Changes

  • Converted package to use TypeScript and generate with tsdx (closes #24)
  • Migrated project to npm
  • Added GitHub CI scripts
  • Added children prop to component to support gradients, added example (closes #22)

3.0.0

05 Nov 11:39
ec52ad9
Compare
Choose a tag to compare

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.

Update dependencies

03 Jun 02:57
3b66cd4
Compare
Choose a tag to compare
  • Updated package dependencies
  • Improved demo Storybook load time