Skip to content

Commit

Permalink
v1.0.0-alpha.1 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Aug 29, 2024
1 parent 676f0b7 commit 2bf97b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ 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.1] - 2024-08-29

### Changed
- fix: ensure `showCentreMarker` and `geojsonData` layers are correctly ordered on top of basemap when using "MapboxSatellite" ([#481](https://github.com/theopensystemslab/map/pull/481))
- fix: ensure point features displayed via `geojsonData` have an associated style ([#482](https://github.com/theopensystemslab/map/pull/482))
- fix: increased `drawMany` label font size and default point size for `drawType="Point"` ([#483](https://github.com/theopensystemslab/map/pull/483))

### Added
- feat: adds prop `dataTestId` to set a `data-testid` on the map's shadow root ([#484](https://github.com/theopensystemslab/map/pull/484))

### [1.0.0-alpha.0] - 2024-08-24

We're starting to work towards a v1.0.0 stable release!
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.0",
"version": "1.0.0-alpha.1",
"license": "MPL-2.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 2bf97b9

Please sign in to comment.