mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
2.1.3
This commit is contained in:
12
CHANGELOG.md
12
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:
|
||||
|
||||
@@ -380,7 +380,7 @@ export function coreContext() {
|
||||
|
||||
|
||||
/* Init */
|
||||
context.version = '2.1.2';
|
||||
context.version = '2.1.3';
|
||||
|
||||
context.projection = geoRawMercator();
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user