npm jsvectormap 1.6.0
v1.6.0

18 days ago

v1.6.0

  • feat(maps): create the build maps script (99894b8)
  • feat(regions): set/clear selected regions programmatically (e6fab94) (#137)
  • fix(markers): add markers method (a59cc39)
  • chore: drop internet explorer entirly (964dcdd)
  • fix(visualization): NAN value is encountered when min and max are the same (b3b8030) (#147)
  • feat: allow all styles in add markers (bb8366e) (#140)
  • feat: refactor: support umd, es and cjs formats (b338ef9) (#153)

BREAKING CHANGES

Removed js and css from dist folder, so if you're importing jsvectormap from dist/js/jsvectormap.js it becomes dist/jsvectormap.js and css as well.

<!-- 
  /dist/js/jsvectormap.js       -> /dist/jsvectormap.js
  /dist/js/jsvectormap.min.js   -> /dist/jsvectormap.min.js
  /dist/js/jsvectormap.css      -> /dist/jsvectormap.css
  /dist/js/jsvectormap.min.css  -> /dist/jsvectormap.min.css
-->

Don't miss a new jsvectormap release

NewReleases is sending notifications on new releases.