Skip to content

Commit

Permalink
maj pour release openlayers v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Mar 31, 2020
1 parent bb3998f commit 2f9ac70
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 37 deletions.
24 changes: 17 additions & 7 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,45 @@
**TODO : PREPARATION POUR PROCHAINE LIVRAISON**

# Extension Geoportail OpenLayers, version 3.0.7
# Extension Geoportail OpenLayers, version 3.0.8

**02/03/2020**
**31/03/2020**
> Release Extension Geoportail OpenLayers
## Summary

* fix sur le retrait d'un widget de la carte
* correctif sur les widgets
* correctif sur l'éditeur de styles (mapbox)
* fix sur les versions des dépendances (mapbox)

## Changelog

* [Added]

- gestion des icônes dans l’éditeur MapBox
- gestion des icônes dans l’éditeur MapBox ([\#261](https://github.com/IGNF/geoportal-extensions/pull/261))

* [Changed]

- mise à jour du plugin de minification : "terser-webpack-plugin" ([\#261](https://github.com/IGNF/geoportal-extensions/pull/261))

* [Deprecated]

* [Removed]

* [Fixed]

- fix sur le retrait du widget "mouseposition" de la carte
- correctif sur l'inversion affichage lon/lat du widget "mouseposition"
- fix sur la version de "@mapbox/mapbox-gl-style-spec" : "13.11.0"
- widget "mouseposition" :
- fix sur le retrait de la carte
- correctif sur l'inversion affichage lon/lat

- fix sur la gestion des evenements du widget "drawing"

- utilisation de la version "13.11.0" de la dépendance "@mapbox/mapbox-gl-style-spec" ([\#261](https://github.com/IGNF/geoportal-extensions/pull/261))

* [Security]

**BREAKING CHANGES**

> compilation du projet avec une version nodejs > 8.9.0
---

Expand Down
Binary file not shown.
Binary file not shown.
56 changes: 28 additions & 28 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"directories" : {},
"peerDependencies" : {},
"devDependencies" : {},
"main" : "dist/GpPluginOpenLayers-src.js",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"dependencies" : {
"@mapbox/mapbox-gl-style-spec" : "13.11.0",
"ol" : "^5.3.0",
"loglevel" : "1.6.1",
"sortablejs" : "1.8.4",
"eventbusjs" : "0.2.0",
"geoportal-access-lib" : "2.1.6",
"request" : "^2.83.0",
"xmldom" : "^0.1.27",
"ol-mapbox-style" : "4.3.0",
"proj4" : "2.6.0"
},
"module" : "src/OpenLayers/index.js",
"version" : "3.0.7",
"peerDependencies" : {},
"devDependencies" : {},
"license" : "CECILL-B",
"bundleDependencies" : [],
"author" : "IGNF",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"name" : "geoportal-extensions-openlayers",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"bugs" : {},
"bundleDependencies" : [],
"description" : "French Geoportal Extensions for OpenLayers",
"date" : "26/03/2020",
"scripts" : {},
"main" : "dist/GpPluginOpenLayers-src.js",
"dependencies" : {
"sortablejs" : "1.8.4",
"request" : "^2.83.0",
"eventbusjs" : "0.2.0",
"proj4" : "2.6.0",
"geoportal-access-lib" : "2.1.6",
"loglevel" : "1.6.1",
"xmldom" : "^0.1.27",
"ol" : "^5.3.0",
"@mapbox/mapbox-gl-style-spec" : "13.11.0",
"ol-mapbox-style" : "^4.3.0"
},
"bugs" : {},
"date" : "31/03/2020",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"author" : "IGNF"
"license" : "CECILL-B",
"directories" : {},
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"name" : "geoportal-extensions-openlayers",
"module" : "src/OpenLayers/index.js",
"version" : "3.0.8"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.2.11",
"date": "26/03/2020",
"date": "31/03/2020",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.1.5",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.0.7",
"olExtVersion": "3.0.8",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.2.8",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
Expand Down

0 comments on commit 2f9ac70

Please sign in to comment.