Skip to content

Commit 3da7b88

Browse files
committed
Add 2025.8.20 upgrade note
1 parent c5d9607 commit 3da7b88

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/release_notes/QWC2UpgradeNotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This document describes configuration and code incompatibilites, as well as other aspects, which need to addressed when updating to a new version of the QWC viewer.
44

5+
Update to qwc2 2025.8.20
6+
------------------------
7+
8+
**Changes to the View3D plugin setup**
9+
10+
The child components of the 3D view are now loaded as plugins:
11+
12+
- If you are building a custom viewer, you need to adapt the `appConfig.js` to pass the desired list of plugins to the `View3D` plugin entry as illustrated in the [stock `appConfig.js`](https://github.com/qgis/qwc2/blob/2e6ea208a06c4bd6efbebb5d6dff5cd4677ed7d6/appConfig.js#L138). *NOTE*: Use `lazy` to delay-load the plugin only when the 3D view is actually started.
13+
14+
- The `View3D` plugin configuration in `config.json` needs to be adapted to include desired plugin options, see the [stock `config.json`](https://github.com/qgis/qwc2/blob/2e6ea208a06c4bd6efbebb5d6dff5cd4677ed7d6/static/config.json#L478). In particular the `menuItems` and `toolbarItems` can and must now be explicitly specified in the `TopBar3D` plugin options.
15+
16+
517
Update to qwc2 2025.7.22
618
------------------------
719

0 commit comments

Comments
 (0)