Skip to content

Commit

Permalink
release leaflet-2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Apr 26, 2021
2 parents 480d63f + 98f0718 commit 0f7c874
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-ol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
# cf. http://fahdshariff.blogspot.com/2012/12/sed-mutli-line-replacement-between-two.html
- name: Reset draft changelog
run: |
sed -i '/# Extension Geoportail OpenLayers/{:a; N; /---/!ba; r .github/CHANGELOG_TEMPLATE.md' -e 'd;}' DRAFT_CHANGELOG.md
sed -i -e '/# Extension Geoportail OpenLayers/{:a; N; /---/!ba; r .github/CHANGELOG_TEMPLATE.md' -e 'd;}' DRAFT_CHANGELOG.md
sed -i '0,/__UP_LIBRARY__/s/__UP_LIBRARY__/OpenLayers/' DRAFT_CHANGELOG.md
sed -i '0,/__LO_LIBRARY__/s/__LO_LIBRARY__/openlayers/' DRAFT_CHANGELOG.md
Expand Down
23 changes: 0 additions & 23 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,18 @@
## Summary

* gestion des loggers :
> Exposition de la classe statique *Logger* avec les méthodes suivantes :
`Gp.Logger.disableAll()` et `Gp.Logger.enableAll()`
* correctif sur le profil altimétrique

## Changelog

* [Added]

* [Changed]

- mise à jour de la jsDoc (95cff82)
- mise à jour de la lib. geoportal-access-lib : 2.1.8

* [Deprecated]

* [Removed]

- la dépendance *request* est supprimée, et remplacée par *node-fetch* (#295)

* [Fixed]

- Possibilité de activer / desactiver les loggers des API lors de l'utilisation des API en module ES6 :

```js
import { Logger } from "geoportal-extensions-openlayers";
Logger.disableAll();
```

- corrections des erreurs à partir de DeepScan (#288)
- corrections syntaxiques eslint (da275a2 et 306506a)
- cf. issue : Erreur compilation par webpack [#294](https://github.com/IGNF/geoportal-extensions/issues/294)
- cf. issue : Erreur dépendances à la compilation [#283](https://github.com/IGNF/geoportal-extensions/issues/283)
- fix profil altimetrique amCharts + D3 (#296)

* [Security]

---
Expand Down
Binary file not shown.
Binary file not shown.
66 changes: 33 additions & 33 deletions build/scripts/release/package-leaflet.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"directories" : {},
"bugs" : {},
"description" : "French Geoportal Extension for Leaflet",
"name" : "geoportal-extensions-leaflet",
"module" : "src/Leaflet/index.js",
"date" : "26/04/2021",
"scripts" : {},
"version" : "2.1.9",
"devDependencies" : {},
"peerDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"author" : "IGNF",
"dependencies" : {
"geoportal-access-lib" : "2.1.8",
"loglevel" : "1.6.6",
"proj4leaflet" : "1.0.2",
"proj4" : "2.6.0",
"sortablejs" : "1.8.4",
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27",
"leaflet" : "1.7.1",
"leaflet-draw" : "1.0.4"
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"author" : "IGNF",
"bundleDependencies" : [],
"files" : [
"dist/",
"src/",
Expand All @@ -27,20 +24,23 @@
"package.json"
],
"license" : "CECILL-B",
"name" : "geoportal-extensions-leaflet",
"date" : "30/03/2021",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
"dependencies" : {
"leaflet" : "1.7.1",
"xmldom" : "^0.1.27",
"proj4leaflet" : "1.0.2",
"node-fetch" : "^2.6.1",
"loglevel" : "1.6.6",
"geoportal-access-lib" : "2.1.8",
"leaflet-draw" : "1.0.4",
"proj4" : "2.7.0",
"sortablejs" : "1.8.4"
},
"peerDependencies" : {},
"devDependencies" : {},
"directories" : {},
"bugs" : {},
"version" : "2.1.8",
"bundleDependencies" : [],
"scripts" : {},
"main" : "dist/GpPluginLeaflet-src.js",
"description" : "French Geoportal Extension for Leaflet",
"module" : "src/Leaflet/index.js"
"keywords" : [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"main" : "dist/GpPluginLeaflet-src.js"
}
2 changes: 1 addition & 1 deletion build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27",
"geoportal-access-lib" : "2.1.8",
"proj4" : "2.6.0",
"proj4" : "2.7.0",
"sortablejs" : "1.8.4",
"ol-mapbox-style" : "4.2.1",
"loglevel" : "1.6.6",
Expand Down
2 changes: 1 addition & 1 deletion doc/README-itowns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extension Géoportail pour iTowns

[![release](https://img.shields.io/badge/release%20-itowns%202.2.4-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/itowns-2.2.4)
[![release](https://img.shields.io/badge/release%20-itowns%202.2.4-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/itowns-2.3.2)

<!-- toc -->

Expand Down
2 changes: 1 addition & 1 deletion doc/README-leaflet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extension Géoportail pour Leaflet

[![release](https://img.shields.io/badge/release%20-leaflet%202.1.5-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/leaflet-2.1.5)
[![release](https://img.shields.io/badge/release%20-leaflet%202.1.5-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/leaflet-2.1.9)

<!-- toc -->

Expand Down
2 changes: 1 addition & 1 deletion doc/README-openlayers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extension Géoportail pour OpenLayers

[![release](https://img.shields.io/badge/release%20-ol%203.0.5-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/ol-3.0.5)
[![release](https://img.shields.io/badge/release%20-ol%203.0.5-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/ol-3.0.15)

<!-- toc -->

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.3.4",
"version": "2.3.5",
"date": "26/04/2021",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.1.8",
"leafletExtVersion": "2.1.9",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.0.15",
"itownsExtName": "French Geoportal Extension for Itowns",
Expand Down

0 comments on commit 0f7c874

Please sign in to comment.