From 46d87bed83ce13c3d4358667b3c6b42cbafba664 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Mon, 19 Aug 2024 11:58:02 +0200 Subject: [PATCH] Fix previous changelog entries for 3.8 and release 3.8.0-rc.4 --- CHANGELOG-3.8.md | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/CHANGELOG-3.8.md b/CHANGELOG-3.8.md index e735710538..32fc41610d 100644 --- a/CHANGELOG-3.8.md +++ b/CHANGELOG-3.8.md @@ -8,22 +8,18 @@ with some extra keywords: backend, tests, test, translation, funders, important ## Unreleased -## 3.8.0-rc.3 - 2024-07-19 +## 3.8.0-rc.4 - 2024-08-19 ### Funders * **[Faunalia](https://www.faunalia.eu/fr)**, contributions on source code from @mind84 * **FM Projet** * **[Terre de Provence Agglomération](https://www.terredeprovence-agglo.com/)** -* **[Valabre](https://www.valabre.com/)** ### Added -* Initialization of group checkboxes based on Lizmap configuration +* Initialization of group checkboxes based on Lizmap configuration, from @mind84 * Web component `lizmap-features-table` to display a compact list of features -* **Digitizing** - * JS Digitizing: Add erase all - * JS Digitizing component: measure attribute ### Changed @@ -31,6 +27,35 @@ with some extra keywords: backend, tests, test, translation, funders, important ### Fixed +* Fix project properties when the WMS extent is empty +* Fix Projects switcher in maps + +### Backend + +* Fire `treecreated` event at proper time, contribution from @mind84 +* Fix JS externalLayer: default OpenLayers icon and events +* JS: `mainLizmap.center` has to be provided by map state +* Fix pacakge `map-projects.js` +* Update dompurify to 3.1.6 +* Update OpenLayers to 10 and proj4 to 2.11.0 +* Upgrade to Jelix 1.8.11-rc.2 + +## 3.8.0-rc.3 - 2024-07-19 + +### Funders + +* **FM Projet** +* **[Terre de Provence Agglomération](https://www.terredeprovence-agglo.com/)** +* **[Valabre](https://www.valabre.com/)** + +### Added + +* **Digitizing** + * JS Digitizing: Add erase all + * JS Digitizing component: measure attribute + +### Fixed + * Refresh data button when new OL9 map moves * Avoid zoom to initial extent on window resize * **Group as layer** @@ -48,17 +73,6 @@ with some extra keywords: backend, tests, test, translation, funders, important * Permalink : * If geobookmark is the same as the hash there is no hash change event. In this case we run permalink * Fix permalink after location change -* Fix project properties when the WMS extent is empty -* Fix Projects switcher in maps - -### Backend - -* Fire `treecreated` event at proper time, contribution from @mind84 -* Fix JS externalLayer: default OpenLayers icon and events -* JS: `mainLizmap.center` has to be provided by map state -* Fix pacakge `map-projects.js` -* Update dompurify to 3.1.6 -* Update OpenLayers to 10 and proj4 to 2.11.0 ### Tests