From dd97a00d7817a4e0bbd3214a0d373012fdce2ed9 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 22 Feb 2024 00:12:35 +0100 Subject: [PATCH] Document removal of SelectionSupport map plugin --- src/release_notes/QWC2UpgradeNotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/release_notes/QWC2UpgradeNotes.md b/src/release_notes/QWC2UpgradeNotes.md index e4909843..93fd52ac 100644 --- a/src/release_notes/QWC2UpgradeNotes.md +++ b/src/release_notes/QWC2UpgradeNotes.md @@ -4,6 +4,15 @@ This document describes incompatibilites and other aspects which QWC2 applicatio When updating the `qwc2` submodule, run `yarn install` to ensure the dependencies are up to date! +Update to qwc2 submodule revision [c7610eb](https://github.com/qgis/qwc2/tree/c7610eb) (22.02.2024) +--------------------------------------------------------------------------------------------------- + +**Removal of `SelectionSupport`** + +The `SelectionSupport` map plugin has been removed, the respective imports and references need to be removed from `js/appConfig.js`. + +For custom plugins relying on `SelectionSupport`, use the new `MapSelection` component instead. Look at the `SearchBox` and `Identify` plugins for some examples. + Update to qwc2 submodule revision [d04e5fd](https://github.com/qgis/qwc2/tree/d04e5fd) (01.02.2024) ---------------------------------------------------------------------------------------------------