You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
The minor version will be incremented upon a breaking change and the patch version will be
10
10
incremented for features.
11
11
12
+
### [0.6.2] - 2022-12-09
13
+
14
+
### Added
15
+
- feat: add `drawingType` prop to specify "Polygon" (default) or "Point" to enable drawing a single point ([#232](https://github.com/theopensystemslab/map/pull/232))
16
+
17
+
### Changed
18
+
- chore: update styling of default scale line ([#230](https://github.com/theopensystemslab/map/pull/230))
19
+
- chore: swap out north arrow icon and remove unused `resetControlImage` icons ([#233](https://github.com/theopensystemslab/map/pull/233))
20
+
- build: update vite and vitest-related dependencies
0 commit comments