Skip to content

Commit

Permalink
v0.3.1 (#53)
Browse files Browse the repository at this point in the history
* queue up changes

* update changelog, actually increase patch number because v0 still
  • Loading branch information
jessicamcinchak authored Aug 27, 2021
1 parent 07ab0cd commit 7cc8a31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.3.1] - 2021-08-27

### Changed
- fix: any prior drawings are cleared upon enabling `drawMode`, resolving an edge case that could occur in PlanX 'back' button behavior ([#50](https://github.com/theopensystemslab/map/pull/50))

### Added
- feat: string property `areaUnit` to specify "m2" for metres squared (default) or "ha" for hectares when returning the total area of a feature ([#51](https://github.com/theopensystemslab/map/pull/51))
- feat: boolean property `clickFeatures` to extend the `showFeaturesAtPoint` mode, by allowing a user to click to select or de-select features ([#48](https://github.com/theopensystemslab/map/pull/48))

## [0.3.0] - 2021-08-17

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

0 comments on commit 7cc8a31

Please sign in to comment.