Skip to content

Commit

Permalink
v0.4.5 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jan 14, 2022
1 parent b675c9f commit 8d3bd40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<my-map />`. 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensystemslab/map",
"version": "0.4.4",
"version": "0.4.5",
"license": "OGL-UK-3.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 8d3bd40

Please sign in to comment.