This commit is contained in:
John Firebaugh
2013-08-09 14:47:58 -07:00
parent ef03a45d48
commit f370b0082c
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -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
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.1.0",
"version": "1.1.1",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {