@@ -4,6 +4,29 @@ This document describes incompatibilites and other aspects which QWC2 applicatio
4
4
5
5
When updating the ` qwc2 ` submodule, run ` yarn install ` to ensure the dependencies are up to date!
6
6
7
+ Update to qwc2 submodule revision [ 9cb8bab] ( https://github.com/qgis/qwc2/tree/9cb8bab ) (13.11.2024)
8
+ ---------------------------------------------------------------------------------------------------
9
+
10
+ * Note* : These changes are only relevant for custom plugin code. No configuration change is necessary.
11
+
12
+ The ` InputContainer ` component has been moved to ` qwc2/components/widgets/ ` .
13
+ The ` Icon ` component has been moved to ` qwc2/components/widgets/ ` .
14
+ The ` ModalDialog ` component has been moved to ` qwc2/components/widgets/ ` .
15
+ The ` PopupMenu ` component has been moved to ` qwc2/components/widgets/ ` .
16
+ The ` ReCaptchaWidget ` component has been moved to ` qwc2/components/widgets/ ` .
17
+ The ` Spinner ` component has been moved to ` qwc2/components/widgets/ ` .
18
+ The ` ButtonBar ` ` label ` and ` tooltip ` props now expect a translated string is passed, not a msgid.
19
+ The ` ResizeableWindow ` ` title ` prop now expects a translated string, not a msgid.
20
+ The ` extraControls ` entries of the ` ResizeableWindow ` are expected to contain a translated ` title ` instead of a ` msgid ` .
21
+ The ` SideBar ` ` title ` prop now expects a translated string, not a msgid.
22
+
23
+ Update to qwc2 submodule revision [ bb6f31c] ( https://github.com/qgis/qwc2/tree/bb6f31c ) (24.10.2024)
24
+ ---------------------------------------------------------------------------------------------------
25
+
26
+ ** Setting name change**
27
+
28
+ The toplevel ` config.json ` setting ` featureReportService ` has been renamed to ` documentServiceUrl ` .
29
+
7
30
Update to qwc2 submodule revision [ 3e1763a] ( https://github.com/qgis/qwc2/tree/3e1763a ) (15.05.2024)
8
31
---------------------------------------------------------------------------------------------------
9
32
0 commit comments