This commit is contained in:
John Firebaugh
2014-01-08 17:58:05 -08:00
parent dc41ed196d
commit 949280b736
3 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,22 @@
## 1.3.5
* Smoother and faster panning, zooming, and tooltips
* Fix bug relating to deleted nodes outside the viewport (#2085)
* Ensure "New Relation..." is always available (#2066)
* Add area=yes when necessary (#2069)
* Suppress radial menu when clicking warning (#2035)
* Protect against relation loops (#2072)
* Correct arrow direction on drawn segment (#2078)
* Don't upload tags with empty values (#1894)
* Add support for ids and locations as search input (#2056)
* Sort relation suggestions most recent first (#2052)
* Fix for Safari selection bug in combo box (#2051)
* Fix midpoint missing after undoing split (#2040)
* Don't remove addr:housenumber when changing address preset (#2047)
* Many preset additions: clock, rest area, service area, veterinary, funiculars, narrow gauge railways,
gauge field, electrified field, tunnel field, crafts, doctor, dentist, clinic, studio, aerialways,
and pistes.
## 1.3.4
* Replace TIGER 2012 layer with next-generation TIGER 2013 layer (#2010)

View File

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

View File

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