mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
1.1.4
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.1.4
|
||||
|
||||
* Fix adding multilingual name (#1694)
|
||||
* Fix social buttons (#1690)
|
||||
* Work around a Firefox bug that sometimes caused elements to be unselectable or stuck dragging (#1691, #1692)
|
||||
|
||||
## 1.1.3
|
||||
|
||||
* Fix behavior of enter key in name field (#1681)
|
||||
|
||||
+1
-1
@@ -223,7 +223,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.1.3';
|
||||
iD.version = '1.1.4';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user