Changelog History
-
v1.5.1 Changes
May 18, 2016๐ Released on May 17th, 2016
- Added a minified css file ๐ 2. Removed Post Install Script โก๏ธ 3. Updated README.md
- Added Turkey Map and Example File
๐ 5. Moved Github files into
.github
folder
-
v1.5.0 Changes
March 16, 2016๐ Released on March 15th, 2016
โก๏ธ 1. Updated LICENSE path in packaged dist files ๐ 2. Fixed bugs in labels and pins where mouse events were not passing through to clickable region ๐ 3. Removed -merc suffix from map files created by map creator ( fixes #204 )
-
v1.4.0 Changes
December 07, 2015๐ Released on December 6th, 2015
๐ 1. Added Touch Support for Mobile Devices 0๏ธโฃ 2. Added
showLabels
config option to place ISO codes by default ๐ 3. AddedonResize
event handler and fixed resize event binding issues ๐ 4. Fixed issue when dragging a map and releasing outside map- Added
onLoad
event handler โก๏ธ 6. UpdatedREADME.md
&CONTRIBUTING.md
files
- Added
-
v1.3.1 Changes
December 07, 2015๐ Released on December 5th, 2015
๐ 1. Fixes issue with scaleColors not working.
-
v1.3.0 Changes
December 07, 2015๐ 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. ๐ 2. 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 ๐ 4. Removed case sensitivity for reference regions by code. ๐ 5. Fixed incorrect license header in distributed files โก๏ธ 6. UpdatedREADME.md
&CONTRIBUTING.md
files
- Added
-
v1.2.0 Changes
December 07, 2015๐ Released on November 18th, 2015
๐ 1. Switched to using Grunt to build source code. JS files in
./dist
are now generated from./src
folder. ๐ 2. Moved source files to./src
folder- Renamed
./samples
to./examples
- Renamed
./jqvmap
to./dist
๐ 5. Removed./website
folder as it is not really needed in this project โก๏ธ 6. UpdatedREADME.md
&CONTRIBUTING.md
files
- Renamed
-
v1.1.0 Changes
December 07, 2015๐ Released on October 17th, 2015
- Added new maps for Russia, France, Germany, Algeria, Iraq, Iran & Brazil
๐ 2. Fixed
regionClickEvent
bug - Added event handling for deselecting a region
- Added Touch Event code example
- Added sample HTML pages for each map.
- Added new maps for Russia, France, Germany, Algeria, Iraq, Iran & Brazil
๐ 2. Fixed