From 6ce7635c4b0ba025d99b283b2b5defd03986bd55 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Wed, 25 Sep 2024 22:06:45 +0200 Subject: [PATCH] Prepare for 2.0.14 --- docs/changelog.md | 6 ++++++ docs/en/changelog.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c4c08f5c..c1fbc9e0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@
+#### 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. + +- Améliore le tri initial des catégories pour les cartes choroplèthe catégorielles et de pictogrammes. + #### 2.0.13 (2024-09-23) - Corrige l'absence de vérification avant d'alerter l'utilisateur.trice à propos d'un type de champ incompatible lors de la création d'une nouvelle colonne. diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 354dfeb2..fdeef6ad 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -2,6 +2,12 @@
+#### 2.0.14 (2024-09-25) + +- Fix manual category sorting for categorical choropleth and pictogram maps when the dataset contains null or empty values. + +- Improves initial category sorting for categorical choropleth and pictogram maps. + #### 2.0.13 (2024-09-23) - Fix the lack of verification before alerting the user to an incompatible field type when creating a new column. diff --git a/package-lock.json b/package-lock.json index 5bd31d07..bd75ee73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.13", + "version": "2.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.13", + "version": "2.0.14", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index d86fd8b3..c7edfe51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.13", + "version": "2.0.14", "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",