This commit is contained in:
Bryan Housel
2017-02-24 12:25:38 -05:00
parent 7cae62449a
commit 4d9c90ea97
3 changed files with 14 additions and 2 deletions

View File

@@ -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:

View File

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

View File

@@ -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",