Skip to content

Releases: Zandor300/react-apple-mapkitjs

v0.7.1

22 Feb 10:46
Compare
Choose a tag to compare
  • Fixed refreshed tokens not being given to MapKitJS when it requests them.

v0.7.0

26 Jan 08:48
Compare
Choose a tag to compare
  • 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

06 Jan 09:31
Compare
Choose a tag to compare
  • 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.1

29 Dec 10:36
Compare
Choose a tag to compare

Support React 17.

v0.5.0

29 Dec 10:36
Compare
Choose a tag to compare

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

29 Dec 10:34
Compare
Choose a tag to compare

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

26 Oct 07:32
Compare
Choose a tag to compare

Fix artifacts being pushed to NPM.

v0.3.0

27 Jul 08:28
Compare
Choose a tag to compare
  • Fixed issue where markers were not visible when running in production.
  • Added initialMapType prop on AppleMaps component to set the initial map type.