From fd2b6b5dc687c2cb8177d3e9f4e6c3fef7ad3f66 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 2 Sep 2024 18:40:19 +0200 Subject: [PATCH] v1.0.0-alpha.2 (#494) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae698d..1bf7f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ 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.2] - 2024-09-02 + +### Fixed +- fix: maintain existing drawing labels when modifying features ([#493](https://github.com/theopensystemslab/map/pull/493)) +- fix: `drawGeojsonData` accepts individual "Feature" or "FeatureCollection" to work correctly with `drawMany` ([#491](https://github.com/theopensystemslab/map/pull/491)) + +### Added +- feat: `drawGeojsonData` will read from GeoJSON property "color" if set, or else fallback to the `drawColor` prop which allows individual features to use different styles when `drawMany` ([#492](https://github.com/theopensystemslab/map/pull/492)) + ### [1.0.0-alpha.1] - 2024-08-29 ### Changed diff --git a/package.json b/package.json index b4f6185..0c8eba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "license": "MPL-2.0", "private": false, "repository": {