- Feature id as dynamic - Add promoteId to GeoJsonSource - update to mapbox-gl-js v2.5.1 #16
- BREAKING: opt into null safety
- Add
Map
withwidth
,height
anddata
fields to define an image inmap.addImage()
- Add
setData()
toGeoJsonSource
- Fix returns of
map.getSource()
- Add
GeolocateControl
- Add
LogoControl
- Add
NavigationControl
- Fix
queryRenderedFeatures()
- Add setter of
id
andcopyWith()
toFeature
- Add
id
andpreventDefault()
toEvent
- Fix
setMinZoom()
andsetMaxZoom()
- Fix
addImage()
andloadImage()
- Add
Point
type and fixed all occurrences - Fix
options
incameraForBounds
- Allow null in
setMaxBounds
- remove
sw
andne
fromLngLatBounds
- make
options
optional inenable
methods ofScrollZoomHandler
andTouchZoomRotateHandler
- First public version.