mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
1.4.0
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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)
|
||||
|
||||
@@ -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 = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.10",
|
||||
"version": "1.4.0",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user