From f0113ce548e6d54e8e6ab7475d1f98e4b0b43a4e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 18 Jan 2016 10:25:28 -0500 Subject: [PATCH] 1.8.5 --- CHANGELOG.md | 4 ++++ js/id/id.js | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4535c24..a3292809a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.5 +* Fix address field to not lose focus while typing (#2903, #2320) +* Bugfixes for Internet Explorer (classList #2909, parentElement #2910) + ## 1.8.4 * Block UI, disable draws while fetching missing childnodes when user restores saved work * Add iD.Map#redrawEnable to enable/disable redraws diff --git a/js/id/id.js b/js/id/id.js index fa242c7e7..0ff24a6f6 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -335,7 +335,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.8.4'; +iD.version = '1.8.5'; (function() { var detected = {}; diff --git a/package.json b/package.json index 49223ba94..5db17e9b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.8.4", + "version": "1.8.5", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {