Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaël UTARD committed Jul 3, 2020
1 parent 3208a54 commit 8c578a6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,27 @@ editToolbar.enable();
CHANGELOG
---------

### 0.0.5

* Various bugfixes to allow it to work with L.Draw for Leaflet 1.0
* Various bugfixes in L.Snap logic
* Snap now works for all shape types (i.e. polymove, rect, circle, and
marker, not just polyline/polygon)
* a new L.Draw.Guidelines class, which extends orthogonal lines to all
sides of a bounding box during draw/edit for all rectangles and circles
in drawnLayers
* requires a bounding box, either a maxbounds on the map or passed in
options
* works with snap
* a new L.Draw.Gridlines class, which draws a grid
* requires a bounding box, either a maxbounds on the map or passed in
options
* can be set by either describing spacing or number of lines in the box,
in either latlng or pixels
* works with snap
* snap will always prefer to snap to drawn features (or their vertices,
if snapToVerticies is enabled) over Guidelines or Gridlines

### 0.0.4

* Fix to use leaflet-draw ^0.3.0
Expand Down

0 comments on commit 8c578a6

Please sign in to comment.