mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
1.1.2
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.1.2
|
||||
|
||||
* Fix cursor offset when clicking/dragging after resizing the window (#1678)
|
||||
* Include low-frequency tag values if they have a wiki entry
|
||||
* Fix tag value suggestions in preset comboboxes (#1679, #1680)
|
||||
|
||||
## 1.1.1
|
||||
|
||||
* Improve performance when drawing
|
||||
|
||||
@@ -216,7 +216,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.1.1';
|
||||
iD.version = '1.1.2';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user