diff --git a/pull-request-template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from pull-request-template.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c6dbf..d3d519a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ Change Log ====== +Version 1.5.1 +--- + +`Released on May 17th, 2016` + +1. Added a minified css file + +2. Removed Post Install Script + +3. Updated README.md + +4. Added Turkey Map and Example File + +5. Moved Github files into `.github` folder + Version 1.5.0 --- diff --git a/dist/jqvmap.min.css b/dist/jqvmap.min.css new file mode 100644 index 0000000..a3a93a4 --- /dev/null +++ b/dist/jqvmap.min.css @@ -0,0 +1 @@ +.jqvmap-label,.jqvmap-pin{pointer-events:none}.jqvmap-label{position:absolute;display:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#292929;color:#fff;font-family:sans-serif,Verdana;font-size:smaller;padding:3px}.jqvmap-zoomin,.jqvmap-zoomout{position:absolute;left:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#000;padding:3px;color:#fff;width:10px;height:10px;cursor:pointer;line-height:10px;text-align:center}.jqvmap-zoomin{top:10px}.jqvmap-zoomout{top:30px}.jqvmap-region{cursor:pointer}.jqvmap-ajax_response{width:100%;height:500px} diff --git a/package.json b/package.json index e9b7584..d0c9c74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jqvmap", - "version": "1.5.0", + "version": "1.5.1", "homepage": "http://jqvmap.com", "author": { "name": "JQVMap",