Skip to content

Commit

Permalink
queue up
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Sep 2, 2024
1 parent 1d47d13 commit 93973ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ 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.2] - 2024-09-02

### Fixed
- fix: maintain existing drawing labels when modifying features ([#493](https://github.com/theopensystemslab/map/pull/493))
- fix: `drawGeojsonData` accepts individual "Feature" or "FeatureCollection" to work correctly with `drawMany` ([#491](https://github.com/theopensystemslab/map/pull/491))

### Added
- feat: `drawGeojsonData` will read from GeoJSON property "color" if set, or else fallback to the `drawColor` prop which allows individual features to use different styles when `drawMany` ([#492](https://github.com/theopensystemslab/map/pull/492))

### [1.0.0-alpha.1] - 2024-08-29

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

0 comments on commit 93973ac

Please sign in to comment.