Skip to content

Commit

Permalink
v1.0.0-alpha.3 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Sep 6, 2024
1 parent 88833cd commit 18298b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ 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.3] - 2024-09-06

### Fixed
- fix: ensure labels are incremental when drawing many features ([#495](https://github.com/theopensystemslab/map/pull/495))

### Changed
- style: switch direction of reset icon ([#498](https://github.com/theopensystemslab/map/pull/498))

### Added
- feat: add boolean prop `resetViewOnly` to prevent reset control from clearing drawing data and only reset viewport ([#496](https://github.com/theopensystemslab/map/pull/496))

### [1.0.0-alpha.2] - 2024-09-02

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

0 comments on commit 18298b9

Please sign in to comment.