diff --git a/docs/changelog.md b/docs/changelog.md index c7a9b1bef..da4ce9a7e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Historique des changements +#### 2.1.0 (2024-07-05) + +- Améliore le premier rendu de l'application. + #### 2.0.2 (2024-07-05) - Ne faire le rendu de la page qu'après que la feuille de style ait été chargée pour éviter un flash de contenu non-stylé. diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 14ff1027d..5a58cb49b 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -1,5 +1,9 @@ # Changelog +#### 2.0.3 (2024-07-05) + +- Still improve the rendering of the app after the stylesheet has loaded. + #### 2.0.2 (2024-07-05) - Render the app after the stylesheet has loaded (to avoid flash of unstyled content). diff --git a/package-lock.json b/package-lock.json index 5ada6513f..f97733810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.2", + "version": "2.0.3", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index fa6828097..18357a262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.2", + "version": "2.0.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",