Releases: Zandor300/react-apple-mapkitjs
Releases · Zandor300/react-apple-mapkitjs
v0.7.1
- Fixed refreshed tokens not being given to MapKitJS when it requests them.
v0.7.0
- Remove annotations from map when a previous annotation is currently missing from children.
- Fix crash when rendering the map without any annotations and it gets updated.
v0.6.0
- Allow changing the
width
and height
props while component is already mounted. This automatically updates zoomlevel to fit the latitude and longitude span props.
- Allow disabling automatically updating map viewport.
v0.5.0
Support updating the map and annotation coordinates while the map is already mounted. This wasn't possible before.
For updating the annotation coordinates requires that all <Annotation/>
have the id
prop set to a unique value.
v0.4.0
Allow specifying a custom coordinate span through props instead of using the built in zoom levels.
This allows adjusting the map to fit a certain region, such as all the markers like is possible on iOS.
v0.3.1
Fix artifacts being pushed to NPM.
v0.3.0
- Fixed issue where markers were not visible when running in production.
- Added
initialMapType
prop on AppleMaps
component to set the initial map type.