Skip to content

Commit

Permalink
Prepare for 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Sep 25, 2024
1 parent 5d48822 commit 6ce7635
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<br />

#### 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.
Expand Down
6 changes: 6 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<br />

#### 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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6ce7635

Please sign in to comment.