From f6d6bfc366dc3ea75767e5010c847ca7b9c509d3 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Mon, 30 Sep 2024 09:49:41 +0200 Subject: [PATCH] Prepare for 2.0.15 --- docs/changelog.md | 4 +++- docs/en/changelog.md | 4 +++- package-lock.json | 10 +++++----- package.json | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d44b3923..76765dd8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@
-#### 2.0.15 (unreleased) +#### 2.0.15 (2024-09-30) - Remplace les id internes par les noms de couche dans l'attribut `id` des éléments SVG pour faciliter l'identification des couches par les utilisateur.trice.s de l'export SVG (corrige 141). @@ -10,6 +10,8 @@ - Améliore les performances lors de l'édition des étiquettes de texte libre (et les champs titre de la carte et source) en n'enregistrant pas chaque changement dans l'historique de l'application. +- Mise à jour des jeux de données NUTS2 (par [@rysebaert](https://github.com/rysebaert)). + #### 2.0.14 (2024-09-25) - Corrige le tri manuel des catégories pour les cartes choroplèthe catégorielles et de pictogrammes lorsque le jeu de données contient des valeurs nulles ou vides. diff --git a/docs/en/changelog.md b/docs/en/changelog.md index ec2cbb73..0510a613 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -2,13 +2,15 @@
-#### 2.0.15 (unreleased) +#### 2.0.15 (2024-09-30) - Replace internal ids with layer names in the `id` attribute of SVG elements to make it easier for SVG export users to identify layers (fixes 141). - Improves performance when editing text annotations (and map title and source fields) by not saving every change in the application history (the undo/redo stack). +- Update NUTS2 datasets (thanks to [@rysebaert](https://github.com/rysebaert)). + #### 2.0.14 (2024-09-25) - Fix manual category sorting for categorical choropleth and pictogram maps when the dataset contains null or empty values. diff --git a/package-lock.json b/package-lock.json index bd75ee73..f01ffd95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.14", + "version": "2.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.14", + "version": "2.0.15", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { @@ -19812,9 +19812,9 @@ } }, "node_modules/vite-plugin-eslint/node_modules/rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "version": "2.79.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", + "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", "dev": true, "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index c7edfe51..cd5e605d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.14", + "version": "2.0.15", "description": "Magrit is a thematic and statistical cartography application that lets you create and export a wide range of static maps.", "author": { "name": "Matthieu Viry",