Skip to content

Commit b69efd3

Browse files
v1.0.0-alpha.4 (#510)
1 parent 9dcd8f9 commit b69efd3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
### [1.0.0-alpha.4] - 2024-10-23
13+
14+
### Added
15+
- feat: new boolean prop `hideDrawLabels` allows default labels to be hidden when `drawMany` is enabled ([#508](https://github.com/theopensystemslab/map/pull/508))
16+
17+
### Changed
18+
- 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))
19+
1220
### [1.0.0-alpha.3] - 2024-09-06
1321

1422
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"license": "MPL-2.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)