This commit is contained in:
John Firebaugh
2014-05-29 16:09:54 -07:00
parent f095454420
commit 3e138bf16b
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
## 1.4.0
* Ensure combobox menus are closed on blur (#2207)
* Limit imagery_used tag to 255 characters (#2181)
* Simplify and fix midpoint drawing logic (#2136)
* Prefer more specific 'Crosswalk' preset over generic 'Crossing'
* Add amenity=dojo preset
* Correctly trim whitespace in semicolon-separated multivalues (#2236)
* oneway fields now show "Assumed to be No" or "Assumed to be Yes" instead of "Unknown" (#2220)
* Add turn restriction editor
## 1.3.10
* `oneway=no` overrides implicit oneways on junction=roundabout, etc. (#2220)

View File

@@ -265,7 +265,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.3.10';
iD.version = '1.4.0';
(function() {
var detected = {};

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.10",
"version": "1.4.0",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {