This commit is contained in:
Bryan Housel
2017-02-06 17:04:15 -05:00
parent 6ff7672a26
commit 264e3076d5
3 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
:warning: = Breaking change, may affect downstream projects or sites that embed iD.
## 2.1.1
##### Feb 6, 2017
* Bugfixes:
* Fix issues with dragging sibling nodes of a selected way (#3824)
* Fix map centering for custom KML and GeoJSON layers (#3826, thanks @tyrasd)
* Fix regression in GPX layer loading from URL (#3820, thanks @tyrasd)
* Presets:
* Add presets NoExit, Watch Shop, add Living Street to Road category (#3821, thanks @willemarcel)
## 2.1.0
##### Feb 4, 2017
* Bugfixes:
@@ -29,7 +38,7 @@
* Use 'pt' wiki pages in 'pt-BR' iD localization (#3776)
* User must select nodes before dragging them (#3739, thanks @edpop)
* New Features:
* Add kml and geojson support to gpx layer (#3811, thanks @mertemin)
* Add KML and GeoJSON support to GPX layer (#3811, thanks @mertemin)
* Add language debugging mode that shows translation keys (#3755)
* Upgrade to MapillaryJS viewer v2.4
* Add ability to restart ui and change locale on the fly (#3764, thanks @kepta)

View File

@@ -380,7 +380,7 @@ export function coreContext() {
/* Init */
context.version = '2.1.0';
context.version = '2.1.1';
context.projection = geoRawMercator();

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.1.0",
"version": "2.1.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",