forked from Ivasoft/geovisio-website
Release 2.1.3
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -7,21 +7,35 @@ 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.
|
Before _0.1.0_, website development was on rolling release, meaning there are no version tags.
|
||||||
|
|
||||||
|
## [2.1.3] - 2023-09-25
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- fix the format date from YY to YYYY in a sequence page
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add a first version of a footer
|
||||||
|
- Add a ay11 page
|
||||||
|
|
||||||
## [2.1.2] - 2023-09-12
|
## [2.1.2] - 2023-09-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- add a fix to center the map with ENV variables
|
- add a fix to center the map with ENV variables
|
||||||
|
|
||||||
## [2.1.1] - 2023-09-06
|
## [2.1.1] - 2023-09-06
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- GeoVisio web viewer upgraded to 2.1.4, [with alls its changes embedded](https://gitlab.com/geovisio/web-viewer/-/blob/develop/CHANGELOG.md?ref_type=heads#213-2023-08-30).
|
- GeoVisio web viewer upgraded to 2.1.4, [with alls its changes embedded](https://gitlab.com/geovisio/web-viewer/-/blob/develop/CHANGELOG.md?ref_type=heads#213-2023-08-30).
|
||||||
- Dockerfile creates smaller and faster containers, using pre-built website and Nginx for HTTP serving.
|
- Dockerfile creates smaller and faster containers, using pre-built website and Nginx for HTTP serving.
|
||||||
- In the upload input you can now choose between gallery and camera on mobile IOS
|
- In the upload input you can now choose between gallery and camera on mobile IOS
|
||||||
- Some CSS fix for the responsive of one Sequence
|
- Some CSS fix for the responsive of one Sequence
|
||||||
- Insert the report button in the viewer by passing a params
|
- Insert the report button in the viewer by passing a params
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Get the License with the API route
|
- Get the License with the API route
|
||||||
- Add ENV var for maxZoom params of the viewer
|
- Add ENV var for maxZoom params of the viewer
|
||||||
|
|
||||||
@@ -42,12 +56,12 @@ Before _0.1.0_, website development was on rolling release, meaning there are no
|
|||||||
|
|
||||||
- fix a bug in the header hidden sub menu when authentication is not with keycloak
|
- fix a bug in the header hidden sub menu when authentication is not with keycloak
|
||||||
|
|
||||||
|
|
||||||
## [0.1.0] - 2023-07-04
|
## [0.1.0] - 2023-07-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- A new page `/mes-sequences` to access to a list of sequences for a logged user ([#14](https://gitlab.com/geovisio/website/-/issues/14)) :
|
- A new page `/mes-sequences` to access to a list of sequences for a logged user ([#14](https://gitlab.com/geovisio/website/-/issues/14)) :
|
||||||
|
|
||||||
- the user can see all his sequences
|
- the user can see all his sequences
|
||||||
- the user can filter sequences
|
- the user can filter sequences
|
||||||
- the user can enter to a specific sequence
|
- the user can enter to a specific sequence
|
||||||
@@ -63,8 +77,9 @@ 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
|
- 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
|
- 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.1.3...develop
|
||||||
[Unreleased]: https://gitlab.com/geovisio/website/-/compare/2.1.0...develop
|
[2.1.3]: https://gitlab.com/geovisio/website/-/compare/2.1.2...2.1.3
|
||||||
|
[2.1.2]: https://gitlab.com/geovisio/website/-/compare/2.1.1...2.1.2
|
||||||
[2.1.1]: https://gitlab.com/geovisio/website/-/compare/2.1.0...2.1.1
|
[2.1.1]: https://gitlab.com/geovisio/website/-/compare/2.1.0...2.1.1
|
||||||
[2.1.0]: https://gitlab.com/geovisio/website/-/compare/0.1.0...2.1.0
|
[2.1.0]: https://gitlab.com/geovisio/website/-/compare/0.1.0...2.1.0
|
||||||
[0.1.0]: https://gitlab.com/geovisio/website/-/commits/0.1.0
|
[0.1.0]: https://gitlab.com/geovisio/website/-/commits/0.1.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "geovisio-website",
|
"name": "geovisio-website",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "18.16.0"
|
"node": "18.16.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user