This commit is contained in:
John Firebaugh
2013-08-15 14:53:06 -07:00
parent 6deb663b91
commit c834670e8a
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
## 1.1.3
* Fix behavior of enter key in name field (#1681)
* Remove area=yes when choosing an area preset (#1684)
* Save history more frequently (#1345)
* Fix combobox menu scroll bar behavior (#963)
* After editing, give a sense when map is updated (#1660)
* Clarify undo/redo tooltips (#1670)
* Add emergency=fire_hydrant preset (#1674)
* Refine power=generator preset (#1675)
* Add leisure=track preset (#1683)
## 1.1.2
* Fix cursor offset when clicking/dragging after resizing the window (#1678)

View File

@@ -216,7 +216,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.1.2';
iD.version = '1.1.3';
(function() {
var detected = {};

View File

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