From 72aa59b3515928b3ade8e899573aabd884119cd8 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Tue, 17 Aug 2021 12:29:50 +0200 Subject: [PATCH] bump version and update changelog (#44) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 776b0fe..ac38dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The minor version will be incremented upon a breaking change and the patch version will be incremented for features. +## [0.3.0] - 2021-08-17 + +### Changed +- **BREAKING**: `renderVectorTiles` is renamed to `disableVectorTiles` and disabled by default, a convention we'll follow for all boolean property types going forward ([#40](https://github.com/theopensystemslab/map/pull/40)) +- fix: reset control erases drawing when `geojsonData` is also displayed ([#42](https://github.com/theopensystemslab/map/pull/42)) +- fix: total area doesn't return html tags if units are configured to square metres ([#43](https://github.com/theopensystemslab/map/pull/43)) + +### Added +- feat: boolean properties `hideResetControl` and `staticMode` to configure visibility of control buttons and allowed user interactions like zooming/dragging ([#41](https://github.com/theopensystemslab/map/pull/41)) + ## [0.2.0] - 2021-08-12 ### Changed diff --git a/package.json b/package.json index 69ff3c3..028d586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.2.0", + "version": "0.3.0", "license": "OGL-UK-3.0", "private": false, "repository": {