mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
v2.20.3
This commit is contained in:
+3
-3
@@ -38,14 +38,14 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# Unreleased
|
||||
# 2.20.3
|
||||
##### 2022-Jan-31
|
||||
|
||||
#### :newspaper: News
|
||||
* We maintain a running changelog now! Upcoming changes will be added to the _[Unreleased](#Unreleased)_ section of this changelog as soon as they are ready in the [development version](https://ideditor.netlify.app/) of the iD editor. ([#8805])
|
||||
* This version will be the last version which will run on Internet Explorer 11
|
||||
#### :shield: Security
|
||||
* Fix missing escaping of external texts and content such as OSM user names, OSM tags, etc. which had opened a way to inject arbitrary HTML into the iD editor, potentially making XSS attacks possible. ([#8813])
|
||||
#### :boom: Breaking Changes
|
||||
#### :tada: New Features
|
||||
#### :sparkles: Usability & Accessibility
|
||||
* Add a preview to colour fields, showing a native colour picker dialog on click ([#8782], thanks [@k-yle])
|
||||
* Tag keys of a multi-selection can now also be changed in the tags editor when the tag values differ in the selected features. ([#8836])
|
||||
|
||||
@@ -25,7 +25,7 @@ export function coreContext() {
|
||||
let context = utilRebind({}, dispatch, 'on');
|
||||
let _deferred = new Set();
|
||||
|
||||
context.version = '2.21.0-dev';
|
||||
context.version = '2.20.3';
|
||||
context.privacyVersion = '20201202';
|
||||
|
||||
// iD will alter the hash so cache the parameters intended to setup the session
|
||||
|
||||
Reference in New Issue
Block a user