Skip to content

Commit

Permalink
v1.0.0-alpha.4 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Oct 23, 2024
1 parent 9dcd8f9 commit b69efd3
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.

### [1.0.0-alpha.4] - 2024-10-23

### Added
- feat: new boolean prop `hideDrawLabels` allows default labels to be hidden when `drawMany` is enabled ([#508](https://github.com/theopensystemslab/map/pull/508))

### Changed
- style: increased visual constrast of drawing points by applying colored stroke rather fill and bumping overall size ([#507](https://github.com/theopensystemslab/map/pull/507), [#509](https://github.com/theopensystemslab/map/pull/509))

### [1.0.0-alpha.3] - 2024-09-06

### Fixed
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": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MPL-2.0",
"private": false,
"repository": {
Expand Down

0 comments on commit b69efd3

Please sign in to comment.