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": {