This commit is contained in:
John Firebaugh
2014-07-25 09:54:51 -07:00
parent dac4a0aba9
commit feb642989e
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -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
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.5.2",
"version": "1.5.3",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {