mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
v2.19.1
This commit is contained in:
@@ -36,6 +36,16 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# 2.19.1
|
||||
##### 2020-Oct-27
|
||||
|
||||
#### :bug: Bugfixes
|
||||
* Fix a critical bug where changing Allowed Access or Bike Lanes fields could add invalid tags ([#8126])
|
||||
* Fix en issue with automatically opening the sidebar after drawing a new feature
|
||||
* Correct the alignment of the new update badge icon
|
||||
|
||||
[#8126]: https://github.com/openstreetmap/iD/issues/8126
|
||||
|
||||
# 2.19.0
|
||||
##### 2020-Oct-27
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ export function coreContext() {
|
||||
let context = utilRebind({}, dispatch, 'on');
|
||||
let _deferred = new Set();
|
||||
|
||||
context.version = '2.19.1-dev';
|
||||
context.version = '2.19.1';
|
||||
context.privacyVersion = '20200407';
|
||||
|
||||
// iD will alter the hash so cache the parameters intended to setup the session
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.19.1-dev",
|
||||
"version": "2.19.1",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "dist/iD.min.js",
|
||||
"repository": "github:openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user