Releases: 10bestdesign/jqvmap
Releases · 10bestdesign/jqvmap
JQVMap Version 1.5.1
Released on May 17th, 2016
- Added a minified css file
- Removed Post Install Script
- Updated README.md
- Added Turkey Map and Example File
- Moved Github files into
.github
folder
JQVMap Version 1.5.0
Released on March 15th, 2016
- Updated LICENSE path in packaged dist files
- Fixed bugs in labels and pins where mouse events were not passing through to clickable region
- Removed -merc suffix from map files created by map creator ( fixes #204 )
- Added new example for custom placement of pins
./examples/pins_custom.html
- Fixed
onRegionSelect
issue not returning region ( fixes #201 ) - Added better support to make regions disabled ( see #197 and new
./examples/inactive_regions.html
)
JQVMap Version 1.4.0
Released on December 6th, 2015
- Added Touch Support for Mobile Devices
- Added
showLabels
config option to place ISO codes by default - Added
onResize
event handler and fixed resize event binding issues - Fixed issue when dragging a map and releasing outside map
- Added
onLoad
event handler - Updated
README.md
&CONTRIBUTING.md
files
JQVMap Version 1.3.1
Released on December 5th, 2015
- Fixes issue with scaleColors not working.
JQVMap Version 1.3.0
Released on December 4th, 2015
IMPORTANT: This is a backwards breaking change. You will need to use the new map files with this version of JQVMap. Our focus was to make any file you create here compatible with the other vector map libraries as well as allow theirs to work with ours. Everybody wins ... except our old map files.
- Added
./create
folder for users wishing to create custom maps. Folder has detailed writeup on how to create your own maps. - Added Unit Tests to
./tests
folder and added them as part of of thenpm test
suite and build process. These tests can also be run in the browser. - Renamed
WorldMap
toJQVMap
as "WorldMap" did not really make sense as a variable name - Removed case sensitivity for reference regions by code.
- Fixed incorrect license header in distributed files
- Updated
README.md
&CONTRIBUTING.md
files
JQVMap Version 1.2.0
Released on November 18th, 2015
- Switched to using Grunt to build source code. JS files in
./dist
are now generated from./src
folder. - Moved source files to
./src
folder - Renamed
./samples
to./examples
- Renamed
./jqvmap
to./dist
- Removed
./website
folder as it is not really needed in this project - Updated
README.md
&CONTRIBUTING.md
files
JQVMap Version 1.1.0
Released on October 17th, 2015
- Added new maps for Russia, France, Germany, Algeria, Iraq, Iran & Brazil
- Fixed
regionClickEvent
bug - Added event handling for deselecting a region
- Added Touch Event code example
- Added sample HTML pages for each map.