From 542eefac033fa84f1ace719bd41abd8196a0e932 Mon Sep 17 00:00:00 2001 From: Andreani Jean Date: Fri, 3 Nov 2023 16:20:25 +0100 Subject: [PATCH] Release 2.2.3 --- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805a7ee..0f299f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Before _0.1.0_, website development was on rolling release, meaning there are no version tags. +## [2.2.3] - 2023-11-03 + +### Added + +- Add translation based on the browser language (only trad for FR and EN for now) + +### Changed + +- Page My Sequences, add the possibility to select a sequence in the list with the map : + - the user can only see his sequences on the list + - display the selected sequence in blue in the map + - display a thumbnail the hovered sequence + - hover the sequence selected in the map on the list + +- add some test e2e +- maj viewer Geovisio version to 2.2.1 +- fix some CSS + ## [2.2.2] - 2023-10-16 ### Changed @@ -107,7 +125,8 @@ Before _0.1.0_, website development was on rolling release, meaning there are no - Header have now a new entry `Mes photos` when the user is logged to access to the sequence list - The router guard for logged pages has been changed to not call the api to check the token -[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.2.2...develop +[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.2.3...develop +[2.2.1]: https://gitlab.com/geovisio/website/-/compare/2.2.2...2.2.3 [2.2.1]: https://gitlab.com/geovisio/website/-/compare/2.2.1...2.2.2 [2.2.1]: https://gitlab.com/geovisio/website/-/compare/2.2.0...2.2.1 [2.2.0]: https://gitlab.com/geovisio/website/-/compare/2.1.3...2.2.0 diff --git a/package.json b/package.json index 0b70daf..6b05785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geovisio-website", - "version": "2.2.2", + "version": "2.2.3", "engines": { "node": "18.16.0" },