mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
1.3.3
This commit is contained in:
@@ -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
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user