From 18298b94234505bf906468089063ac81696e9679 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 6 Sep 2024 12:48:35 +0200 Subject: [PATCH] v1.0.0-alpha.3 (#497) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf7f1d..a26d834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ 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. +### [1.0.0-alpha.3] - 2024-09-06 + +### Fixed +- fix: ensure labels are incremental when drawing many features ([#495](https://github.com/theopensystemslab/map/pull/495)) + +### Changed +- style: switch direction of reset icon ([#498](https://github.com/theopensystemslab/map/pull/498)) + +### Added +- feat: add boolean prop `resetViewOnly` to prevent reset control from clearing drawing data and only reset viewport ([#496](https://github.com/theopensystemslab/map/pull/496)) + ### [1.0.0-alpha.2] - 2024-09-02 ### Fixed diff --git a/package.json b/package.json index 0c8eba8..c1cdd8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "license": "MPL-2.0", "private": false, "repository": {