Skip to content

Commit 0e63478

Browse files
committed
Update qwc2 upgrade notes
1 parent 70d6b7e commit 0e63478

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/release_notes/QWC2UpgradeNotes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ This document describes incompatibilites and other aspects which QWC2 applicatio
44

55
When updating the `qwc2` submodule, run `yarn install` to ensure the dependencies are up to date!
66

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+
730
Update to qwc2 submodule revision [3e1763a](https://github.com/qgis/qwc2/tree/3e1763a) (15.05.2024)
831
---------------------------------------------------------------------------------------------------
932

0 commit comments

Comments
 (0)