Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Sep 5, 2018
1 parent e3a24e8 commit 6bf3b5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# CHANGELOG

# 1.2.0

- add `editable:vertex:mouseover` and `editable:vertex:mouseout` events (#159,
thanks to [@Git-Lior](https://github.com/Git-Lior))
- restrict large vertex icons to mobile only (cf #171, thanks to
[@tyrasd](https://github.com/Git-Lior))
- prevent to add a vertex on right click (cf #157)

# 1.1.0

- compatibility with Leaflet 1.2.0
Expand Down
4 changes: 2 additions & 2 deletions example/index.html
Expand Up @@ -4,8 +4,8 @@
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width,height=device-height, user-scalable=no" />
<title>Leaflet.Editable demo</title>
<link rel="stylesheet" href="https://npmcdn.com/leaflet@1.2.0/dist/leaflet.css" />
<script src="https://npmcdn.com/leaflet@1.2.0/dist/leaflet.js"></script>
<link rel="stylesheet" href="https://npmcdn.com/leaflet@1.3.4/dist/leaflet.css" />
<script src="https://npmcdn.com/leaflet@1.3.4/dist/leaflet.js"></script>
<script src="https://npmcdn.com/leaflet.path.drag/src/Path.Drag.js"></script>
<script src="../src/Leaflet.Editable.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "leaflet-editable",
"version": "1.1.0",
"version": "1.2.0",
"description": "Make geometries editable in Leaflet",
"main": "src/Leaflet.Editable.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"chai": "4.1.2",
"happen": "0.3.2",
"leafdoc": "1.4.1",
"leaflet": "1.3.1",
"leaflet": "1.3.4",
"leaflet.path.drag": "0.0.6",
"mocha": "5.2.0",
"mocha-phantomjs-core": "2.1.2",
Expand Down

0 comments on commit 6bf3b5a

Please sign in to comment.