mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
1.5.3
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## 1.5.3
|
||||
|
||||
* When adding gpx, only rezoom map if gpx not in viewport (#2297)
|
||||
* Workaround for Chrome crash (#2295)
|
||||
* Add mtb fields (#2244)
|
||||
* Support option strings for combo fields (#2296)
|
||||
* Render triangular midpoints to show direction of any selected way (#2292)
|
||||
|
||||
## 1.5.2
|
||||
|
||||
* Fixed Chrome/Windows selection bug (#2151)
|
||||
|
||||
+1
-1
@@ -265,7 +265,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.5.2';
|
||||
iD.version = '1.5.3';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user