Skip to content

Commit

Permalink
Merge pull request Leaflet#488 from ddproxy/master
Browse files Browse the repository at this point in the history
Should probably include compiled files when releasing a version.
  • Loading branch information
ddproxy committed Mar 9, 2016
2 parents 7f2e1d9 + 35afcd7 commit 98d455d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 30 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Leaflet.draw Changelog

An in-progress version being developed on the master branch.

## 0.3.0 (March 09, 2016)

### Improvements

* Add support for touch devices
* Corrected license
* Linter

### Bugfixes

* Added mouse handlers
* Fixed event listener leaks in Polyline
* Edit vertex event

## 0.2.4 (February 04, 2014)

### Improvements
Expand Down Expand Up @@ -120,7 +134,7 @@ Major new version. Added Edit toolbar which allows editing and deleting shapes.
* Added 'drawing' event fired on the map when a draw handler is actived. (by [@ajbeaven](https://github.com/thegreat)). [#30](https://github.com/jacobtoye/Leaflet.draw/pull/30)

### Bugfixes

* Stopped L.Control.Draw from storing handlers in it's prototype. (by [@thegreat](https://github.com/thegreat)). [#37](https://github.com/jacobtoye/Leaflet.draw/pull/37)

## 0.1.4 (October 8, 2012)
Expand Down
20 changes: 0 additions & 20 deletions MIT-LICENCE.txt

This file was deleted.

5 changes: 2 additions & 3 deletions dist/leaflet.draw-src.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
Leaflet.draw, a plugin that adds drawing and editing tools to Leaflet powered maps.
(c) 2012-2013, Jacob Toye, Smartrak
(c) 2012-2016, Jacob Toye, Smartrak, Leaflet
https://github.com/Leaflet/Leaflet.draw
http://leafletjs.com
https://github.com/jacobtoye
*/
(function (window, document, undefined) {/*
* Leaflet.draw assumes that you have already included the Leaflet library.
Expand Down Expand Up @@ -3500,4 +3499,4 @@ L.EditToolbar.Delete = L.Handler.extend({
});


}(window, document));
}(window, document));
5 changes: 2 additions & 3 deletions dist/leaflet.draw.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"email" : "[email protected]"
}
],
"license": "BSD",
"license": "MIT",
"readmeFilename": "README.md"
}
3 changes: 1 addition & 2 deletions src/copyright.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
Leaflet.draw, a plugin that adds drawing and editing tools to Leaflet powered maps.
(c) 2012-2013, Jacob Toye, Smartrak
(c) 2012-2016, Jacob Toye, Smartrak, Leaflet
https://github.com/Leaflet/Leaflet.draw
http://leafletjs.com
https://github.com/jacobtoye
*/

0 comments on commit 98d455d

Please sign in to comment.