diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index bb2bca827..6a9af10d9 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -22,14 +22,15 @@ * [Fixed] - fix sur le retrait du widget "mouseposition" de la carte + - Control LocationSelector OL : inversion affichage lon/lat * [Security] --- -# Extension Geoportail Itowns, version 2.2.7 +# Extension Geoportail Itowns, version 2.2.8 -**06/03/2020** +**26/03/2020** > Release Extension Geoportail Itowns ## Summary @@ -46,6 +47,11 @@ * [Fixed] +- Retrait d'appels à des fonctions dépréciées d'iTowns +- Fix mauvais affichage du dom du mousePosition itowns +- Fix mouseListeners inactifs sur les controls par encapsulation de la viewerDiv d'iTowns + + * [Security] --- diff --git a/package.json b/package.json index 61ed29208..e395704bc 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "geoportal-extensions", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", - "version": "2.2.10", - "date": "06/03/2020", + "version": "2.2.11", + "date": "26/03/2020", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.1.5", "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.0.7", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.2.7", + "itownsExtVersion": "2.2.8", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js", "module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js", "directories": {},