Releases: chrisdrackett/react-mapkit
Releases · chrisdrackett/react-mapkit
v0.6.2
v0.6.1
republish to npm as the code for 0.6.0
was not correct.
Typescript and Hooks!
- Moved from Flow to Typescript 😢
- New API using hooks to give direct access to map object (if needed)
- Better foundation for moving forward and adding more features
- Project now uses TSDX (https://github.com/palmerhq/tsdx)
0.5.0
- Refining props on the
MapKit
component. Notetoken
andcallbackUrl
replaced withtokenOrCallback
- Add
setRotation
andsetCenter
as functions available to children
0.4.0
- adding initial annotation support (marker)
- adding more flow types
0.3.0
- Adding a WIP flow definition for mapkit
- Still no markers, but added all non-marker functionality to maps
0.2.0
- adding initial map options.
0.1.1
- Initial Release!