Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manifestinteractive committed Dec 7, 2015
1 parent e53d79d commit 333363a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,27 @@
Change Log
======

Version 1.4.0
---

`Released on December 6th, 2015`

1. Added Touch Support for Mobile Devices

2. Added `showLabels` config option to place ISO codes by default

3. Added `onResize` event handler and fixed resize event binding issues

4. Fixed issue when dragging a map and releasing outside map

5. Added `onLoad` event handler

6. Updated `README.md` & `CONTRIBUTING.md` files

Version 1.3.1
---

`Released on December 4th, 2015`
`Released on December 5th, 2015`

1. Fixes issue with scaleColors not working.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jqvmap",
"version": "1.3.1",
"version": "1.4.0",
"homepage": "http://jqvmap.com",
"authors": [
"JQVMap"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.vmap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JQVMap: jQuery Vector Map Library
* @author JQVMap
* @version 1.3.1
* @version 1.4.0
* @link http://jqvmap.com
* @license https://raw.githubusercontent.com/manifestinteractive/jqvmap/master/LICENSE
* @builddate 2015/12/06
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.vmap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jqvmap",
"version": "1.3.1",
"version": "1.4.0",
"homepage": "http://jqvmap.com",
"author": {
"name": "JQVMap",
Expand Down

0 comments on commit 333363a

Please sign in to comment.