From cc16f9620f9170760d7372da40e608266f090484 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Wed, 18 Dec 2024 14:52:12 +0100 Subject: [PATCH] Prepare for 2.1.3 release --- docs/changelog.md | 5 +++++ docs/en/changelog.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 533563f2..70620a84 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -12,6 +12,11 @@ Magrit ne suit pas strictement les règles du *semantic versioning* (versionneme ::: +#### 2.1.3 (2024-12-18) + +- Corrige le rendu des cartes catégorielles de pictogrammes pour les entités sans valeur + (désormais, aucun pictogramme n'est affiché pour ces entités, au lieu d'un symbole par défaut). + #### 2.1.2 (2024-12-09) - Ajout de la possibilité de créer des cartes de liens gradués (taille selon la classe après discrétisation) en addition des liens proportionnels diff --git a/docs/en/changelog.md b/docs/en/changelog.md index d53ac288..9bbb590c 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -12,6 +12,11 @@ Magrit does not strictly follow the rules of *semantic versioning* (in the form ::: +#### 2.1.3 (2024-12-18) + +- Fix the rendering of categorical pictogram maps for features with no value + (it now don't display a pictogram for these features instead of displaying a default symbol). + #### 2.1.2 (2024-12-09) - Add the possibility of creating graduated links (size according to class after classification) in addition to proportional links diff --git a/package-lock.json b/package-lock.json index 2f86b5c5..cf67bfc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.1.2", + "version": "2.1.3", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index d1e8c3de..ed4c1d63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.1.2", + "version": "2.1.3", "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",