Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 18, 2016
1 parent f768ea6 commit f0113ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion js/id/id.js
Expand Up @@ -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 = {};
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit f0113ce

Please sign in to comment.