From 0dca0e40089941e0de5484507142d7462eb51d41 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 1 Sep 2023 13:03:25 +0200 Subject: [PATCH] v0.7.7 (#382) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9e978..16c1184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ 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.7.7] - 2023-09-01 + +### Added +- feat: ability to set a custom border color _per_ feature when passing a `FeatureCollection` into `geojsonData` by reading from the feature's `properties.color` attribute. If `properties.color` is not defined, `geojsonColor` will be used to style each feature. ([#381](https://github.com/theopensystemslab/map/pull/381)) + ### [0.7.6] - 2023-08-30 ### Added diff --git a/package.json b/package.json index c07c287..2d55f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.7.6", + "version": "0.7.7", "license": "MPL-2.0", "private": false, "repository": {