This commit is contained in:
John Firebaugh
2013-11-22 16:47:58 -08:00
parent 1b8efe8d93
commit 6f4413f3a7
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,3 +1,14 @@
## 1.3.3
* Support for loading GPX-files via url parameter (#1965)
* Update osm-auth (#1904)
* Update 3rd party dependencies (Lo-Dash, D3, RBush)
* Build iD.Way.areaKeys from presets
* Add public_transport, military, emankment presets
* Reverse cardinal directions for relation member roles
* Improved warning visibility (#1973)
* Fix undo-related bug (#1978)
## 1.3.2
* Update maki
+1 -1
View File
@@ -310,7 +310,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.3.2';
iD.version = '1.3.3';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.2",
"version": "1.3.3",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {