From b69efd39b85f88fe708dbc437edfe99a4cc0458d Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Wed, 23 Oct 2024 12:27:33 +0200 Subject: [PATCH] v1.0.0-alpha.4 (#510) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26d834..84151bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ 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.4] - 2024-10-23 + +### Added +- feat: new boolean prop `hideDrawLabels` allows default labels to be hidden when `drawMany` is enabled ([#508](https://github.com/theopensystemslab/map/pull/508)) + +### Changed +- style: increased visual constrast of drawing points by applying colored stroke rather fill and bumping overall size ([#507](https://github.com/theopensystemslab/map/pull/507), [#509](https://github.com/theopensystemslab/map/pull/509)) + ### [1.0.0-alpha.3] - 2024-09-06 ### Fixed diff --git a/package.json b/package.json index f677d67..89fc0f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "license": "MPL-2.0", "private": false, "repository": {