Skip to content

Commit 99030b6

Browse files
v1.0.0-alpha.9 (#575)
1 parent 043b0f1 commit 99030b6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,20 @@ 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.9] - 2025-09-08
13+
14+
### Added
15+
16+
- feat: Added `showGeojsonDataLabels` prop which can be applied when rendering static `geojsonData`. Styles match those used when `drawMode` plus `drawMany` are used ([#574](https://github.com/theopensystemslab/map/pull/574))
17+
18+
### Changed
19+
20+
- chore: Updated to new OS license number throughout examples and documentation ([#572](https://github.com/theopensystemslab/map/pull/572))
21+
1222
### [1.0.0-alpha.8] - 2025-08-09
1323

24+
### Fixed
25+
1426
- fix: `geocode-autocomplete` outputs coordinates in EPSG:4326 in addition to BNG ([#570](https://github.com/theopensystemslab/map/pull/570))
1527

1628
### [1.0.0-alpha.7] - 2025-08-08

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.8",
3+
"version": "1.0.0-alpha.9",
44
"license": "MPL-2.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)