From bd5044af8bc470456e6c0d5c9438b686bea60b95 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 14 May 2020 15:55:20 +0200 Subject: [PATCH] added changelog.md --- changelog.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..f700713 --- /dev/null +++ b/changelog.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1-8-0] - 2020-05-05 + +### Added + +**Features** + +[19207] init parameter to set max zoom level + + +## [1-7-0] - 2020-04-24 + +### Added + +**Features** + +[19109] integrated with new Gis-Viewer capabilities + +[19111] GisViewer 'zoom' and 'center' to Map readable as HTTP GET parameters + +[19172] update the look and feel of Gis-Viewer + +