From 4d9c90ea97db89e96f2fda64f0ca4a1b56694272 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 24 Feb 2017 12:25:38 -0500 Subject: [PATCH] 2.1.3 --- CHANGELOG.md | 12 ++++++++++++ modules/core/context.js | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5e85e74..33b8017da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ :warning: = Breaking change, may affect downstream projects or sites that embed iD. +## 2.1.3 +##### Feb 24, 2017 +* Bugfixes: + * Check all blacklist regexs in API imagery blacklist (#3858, thanks @tyrasd) + * Remove autocorrect/spellcheck features from inputs (#3839) + * Better detection of culture-specific locale in language list (#3842) +* Presets: + * Adjust aeroway runway, taxiway, apron styles for visibility (#3845) + * Add preset for landuse=aquaculture (#3849, thanks @willemarcel) + * Update UK/IE placeholders (#3837, thanks @boothym) + * Add social_facility=nursing_home preset + ## 2.1.2 ##### Feb 7, 2017 * Bugfixes: diff --git a/modules/core/context.js b/modules/core/context.js index 6698f4d73..7b80dbadc 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -380,7 +380,7 @@ export function coreContext() { /* Init */ - context.version = '2.1.2'; + context.version = '2.1.3'; context.projection = geoRawMercator(); diff --git a/package.json b/package.json index 12ad4db5c..a5410d191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.1.2", + "version": "2.1.3", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",