mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
1.3.1
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## 1.3.1
|
||||
|
||||
* Fix misalignment -> Fix alignment (#1913)
|
||||
* Update maki (#1916)
|
||||
* Prioritize boundary tag to minimize area fills (#1920)
|
||||
* Fix background defaulting to 0% brightness (#1923)
|
||||
|
||||
## 1.3.0
|
||||
|
||||
* Fix corner case that could cause getting stuck in drag mode (#1910)
|
||||
|
||||
+1
-1
@@ -310,7 +310,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.3.0';
|
||||
iD.version = '1.3.1';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user