mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
v3.3.0-alpha.5
This commit is contained in:
parent
eab9e2a05c
commit
9a8cf1df6e
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,7 +1,14 @@
|
||||
# CHANGELOG
|
||||
|
||||
# Version 3.3.0-alpha.X
|
||||
- Add alternate interaction callback `onViewStateChange`
|
||||
# Version 3.3.0-alpha.5
|
||||
- Fix captureClick in popup component (#532)
|
||||
- Add onContextMenu prop (#529)
|
||||
- Support `onViewStateChange` in InteractiveMap and NavigationControl (#518)
|
||||
- Bump mapbox version (#530)
|
||||
- Fix latitude longitude mismatch (#526)
|
||||
- Add support for use in electron environments (#525)
|
||||
- Add touchAction prop (#528)
|
||||
- Log react-map-gl version number (#524)- Add alternate interaction callback `onViewStateChange`
|
||||
|
||||
# Version 3.3.0-alpha.4
|
||||
- Fix bug in handling deck.gl style `viewState` prop
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-map-gl",
|
||||
"description": "A React wrapper for MapboxGL-js and overlay API.",
|
||||
"version": "3.3.0-alpha.4",
|
||||
"version": "3.3.0-alpha.5",
|
||||
"keywords": [
|
||||
"mapbox",
|
||||
"mapbox-gl",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user