diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad1664..49ce1b0 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. +## [0.4.5] - 2022-01-14 + +### Added +- feat: string property `id` now allows users to set a custom id on the custom element ``. it still defaults to `id="map"` as before ([#110](https://github.com/theopensystemslab/map/pull/110)) + +### Changed +- fix: `featureSource` and `drawingSource` are now cleared upfront when their respective interaction modes (eg `showFeaturesAtPoint`, `drawMode`) are enabled. This doesn't change anything on the first map render, but should help clear up scenarios where the map has been redrawn with new props but the layer still holds prior data features ([#110](https://github.com/theopensystemslab/map/pull/110)) + ## [0.4.4] - 2022-01-11 ### Changed diff --git a/package.json b/package.json index 30ce303..1fbbe01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.4.4", + "version": "0.4.5", "license": "OGL-UK-3.0", "private": false, "repository": {