mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
1.3.5
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -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)
|
||||
|
||||
@@ -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 = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user