diff --git a/docs/changelog.md b/docs/changelog.md index 39c406c85..c7a9b1bef 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Historique des changements +#### 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é. + #### 2.0.1 (2024-07-05) - Correction de fautes d'orthographe / mauvaise formulation dans la traduction française. diff --git a/docs/en/changelog.md b/docs/en/changelog.md index da12486ae..14ff1027d 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -1,5 +1,9 @@ # Changelog +#### 2.0.2 (2024-07-05) + +- Render the app after the stylesheet has loaded (to avoid flash of unstyled content). + #### 2.0.1 (2024-07-05) - Fix some typos / bad phrasing in french translation. diff --git a/package-lock.json b/package-lock.json index 1a63689fd..5ada6513f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.1", + "version": "2.0.2", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 1613115cd..fa6828097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.1", + "version": "2.0.2", "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",