From 90153d55cecd1a67b0de5bcf6bde9f364fda3e33 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 12 Aug 2013 13:15:01 -0700 Subject: [PATCH] 1.1.2 --- CHANGELOG.md | 6 ++++++ js/id/id.js | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 645eeeab8..da5a617e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/js/id/id.js b/js/id/id.js index 6aa8ddc10..5f4ac9c68 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -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 = {}; diff --git a/package.json b/package.json index 30705fc63..e2567a835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.1.1", + "version": "1.1.2", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {