mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
1.1.1
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.1.1
|
||||
|
||||
* Improve performance when drawing
|
||||
* Tail should appear only first time
|
||||
* Fix radial menu tooltip positioning on Firefox
|
||||
|
||||
## 1.1.0
|
||||
|
||||
* Fix radial menu tooltip positioning
|
||||
|
||||
+1
-1
@@ -216,7 +216,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.1.0';
|
||||
iD.version = '1.1.1';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user