From 264e3076d5f4d86f66644f86cbec35c96b932382 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 6 Feb 2017 17:04:15 -0500 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 11 ++++++++++- modules/core/context.js | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4644ddd6a..31bec6d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/modules/core/context.js b/modules/core/context.js index 3450ff137..ca808e95f 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -380,7 +380,7 @@ export function coreContext() { /* Init */ - context.version = '2.1.0'; + context.version = '2.1.1'; context.projection = geoRawMercator(); diff --git a/package.json b/package.json index 42dd39f2d..8815f07aa 100644 --- a/package.json +++ b/package.json @@ -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",