leaflet-editable
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0
@@ -7,4 +7,4 @@ # CHANGELOG | ||
- removed Leaflet as peerDependency (cf #72) | ||
- fixed error in canvas due to guides being added to early (cf #80) | ||
- added path dragging (when [Path.Drag.js](https://github.com/Leaflet/Path.Drag.js) is loaded | ||
- fixed error in canvas due to guides being added too early (cf #80) | ||
- added path dragging (when [Path.Drag.js](https://github.com/Leaflet/Path.Drag.js) is loaded) | ||
- allow to draw a rectangle in any direction (cf #87) | ||
@@ -11,0 +11,0 @@ - fixed editable:drawing:commit being fired on mousedown instead of mouseup for circle and rectangle (cf #70) |
{ | ||
"name": "leaflet-editable", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0", | ||
"description": "Make geometries editable in Leaflet", | ||
@@ -19,3 +19,3 @@ "main": "src/Leaflet.Editable.js", | ||
"leafdoc": "^1.4.0", | ||
"leaflet": "^1.0.0-rc.3", | ||
"leaflet": "^1.0.1", | ||
"leaflet.path.drag": "0.0.2", | ||
@@ -22,0 +22,0 @@ "mocha": "^2.5.3", |
@@ -6,7 +6,4 @@ [![Build Status](https://travis-ci.org/Leaflet/Leaflet.Editable.svg?branch=master)](https://travis-ci.org/Leaflet/Leaflet.Editable) | ||
**WARNING: the `master` branch needs latest Leaflet master (future 1.0). To use the stable | ||
Leaflet release, please use the `leaflet0.7` branch.** | ||
This is not a plug and play UI, and will not. This is a minimal, lightweight, | ||
This is not a plug and play UI, and will not be. This is a minimal, lightweight, | ||
and fully extendable API to control editing of geometries. So you can easily | ||
@@ -23,3 +20,3 @@ build your own UI with your own needs and choices. | ||
- no UI, instead hooks everywhere needed | ||
- everything programatically controlable | ||
- everything programmatically controllable | ||
- MultiPolygon/MultiPolyline support | ||
@@ -32,3 +29,3 @@ - Polygons' holes support | ||
You need Leaflet >= 0.7.3, and then include `src/Leaflet.Editable.js`. | ||
You need Leaflet >= 1.0.0, and then include `src/Leaflet.Editable.js`. | ||
@@ -35,0 +32,0 @@ ### Path dragging |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
877796
4749
0
77