This commit is contained in:
Bryan Housel
2016-01-18 10:25:28 -05:00
parent f768ea6c62
commit f0113ce548
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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 = {};

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.8.4",
"version": "1.8.5",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {