Skip to content

Commit

Permalink
v0.5.6 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jul 5, 2022
1 parent 85ccea0 commit 798fc19
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.5.6] - 2022-07-05

### Added
- feat: `showMarker` property added to display a point on the map (defaults to latitude & longitude used to center the map, custom coordinates can be provided using `markerLatitude`, `markerLongitude`) ([#159](https://github.com/theopensystemslab/map/pull/159))

### Changed
- fix: Ability to remove border style using boolean property `featureBorderNone` when in `showFeaturesAtPoint` mode ([#159](https://github.com/theopensystemslab/map/pull/159))

### [0.5.5] - 2022-05-09

### 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.5.5",
"version": "0.5.6",
"license": "OGL-UK-3.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 798fc19

Please sign in to comment.