mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
1.1.6
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.1.6
|
||||
|
||||
* Fix walkthrough on Firefox (#1743)
|
||||
* Fix icon at end of walkthough (#1740)
|
||||
* Fix walkthrough (#1739)
|
||||
|
||||
## 1.1.5
|
||||
|
||||
* Add amenity=ranger_station preset (1723)
|
||||
|
||||
+1
-1
@@ -234,7 +234,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.1.5';
|
||||
iD.version = '1.1.6';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.6",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user