v1.7.0
- feat(maps): add Brazil map (#160) (f13156c)
- feat: add setSelectedMarkers and fix element events (#162 (fa3208b))
- refactor: rename jsvectormap.js to jsvectormap.esm.js (afce9da)
- refactor: drop class definition comment from classes (#164 (a87a1bb))
- feat(lines): add curved lines with curvature option (#165) (79ba655)
- fix(lines): programmatic creation of lines fails (#168) (b74d42f)
- refactor: enhance marker and line components (#169) (74d2912)
- refactor: replace deprecated pageY/XOffset with scrollY/X (#170) (1362f18)
- chore: replace class with id (c172982)
- fix: hide tooltip via prevent default (#180) (38dc963)
- feat: support ability to customize zoom buttons (#182) (c13b5d4)
- fix: panning to scroll on mobile devices #171 (#183) (3083525)
- refactor: missing using zoomInOption variable at #182 (c2ef7e7)
- fix: tooltip might be undefined see #126 #179 (#186) (c2cfb10)
- refactor: use css variables to override style #191 (bb1581e)
- fix(tooltip): internal text overrides text from listeners #192 (82dbea0)
- revert: revert old lineStyle config to maintain compatibility #194 (7f331be)
- fix(lines): curves distorted when it's zero value #195 (70ad831)
- refactor: enhance style and drop unwanted props #197 (df12f2f)