Initial commit

Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
Eric Tuvesson
2023-09-05 12:08:55 +02:00
commit 53f0d6320e
2704 changed files with 76354 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
title: Release Notes
hide_title: true
---
# Release Notes
Version 2.0 [2023-03-01]
* Support for Fullscreen Control
* Support for Geocoder Control
* Support for Navigation Control
* Support for Scale Control
* Support for Mapbox Draw
- Added Mapbox Polygon node, draw a polygon on the map
- Added API to listen for newly created polygons via the Mapbox Control
* Improved support for markers and custom markers
- Added Mapbox Marker node, when placed as a child inside the Mapbox Map it will become a marker on the map
Version 1.0 [2022-01-14]
* Support for basic interactions, such as clicking and moving the map
* Support for markers