Skip to content

Latest commit

 

History

History
172 lines (81 loc) · 10.3 KB

File metadata and controls

172 lines (81 loc) · 10.3 KB

Changelog

0.10.3 (2025-09-19)

Bug Fixes

0.10.2 (2025-09-11)

Bug Fixes

  • pin react-test-renderer version to fix npm install issues (#471) (e3f0f81)

0.10.1 (2025-09-10)

Features

0.10.0 (2025-08-11)

⚠ BREAKING CHANGES

  • upgrade to latest sdks (#459)

Features

0.9.3 (2025-03-31)

Features

  • update ios nav sdk to 9.3.0 and android to 6.0.2 (#403) (18ce410)
  • update Navigation SDK for Android to version 6.1.0 (5496a21)

0.9.2 (2024-12-17)

Features

Miscellaneous Chores

  • small logic improvements to example app (#371) (17f5458)

0.9.1 (2024-11-29)

Bug Fixes

0.9.0 (2024-11-22)

⚠ BREAKING CHANGES

  • create bitmapdescriptor from asset on android (#347)

Bug Fixes

  • create bitmapdescriptor from asset on android (#347) (fb9da83)
  • documentation for MarkerOptions imgPath parameter (#352) (20c83d6)

0.8.1 (2024-11-01)

Bug Fixes

  • onMarkerClick and onMarkerInfoWindowTapped on Android (#322) (1c461be)

0.8.0 (2024-10-24)

Features

  • support navigation disposal on app exit on android (#308) (6c6123b)
  • update navigation sdk versions (iOS -> 9.1.2, Android -> 6.0.0) and min iOS version to 15 (#306) (cdd7b68)

Bug Fixes

  • enable navigation map on carplay (#315) (aa56cbe)
  • handle navigation listeners on NavigationProvider mount and unmount (#294) (6674a4f)
  • handle taskRemovedBehaviourValue on iOS (#314) (2e1137e)

0.7.0 (2024-10-15)

Features

  • add carplay and android auto support (#255) (933209a)

0.6.1 (2024-09-27)

Bug Fixes

  • enable remaining time distance listener on ios (#276) (9364d0e)

0.6.0 (2024-09-13)

Features

0.5.1 (2024-09-10)

Bug Fixes

  • apply styling options for iOS navigation view (#248) (32dd6b3)
  • ensure EventDispatcher always receives non-null data from NavViewEvent (#256) (0ee4e8a)
  • marker click events on android (#257) (a3ee9ae)

0.5.0 (2024-09-05)

⚠ BREAKING CHANGES

  • The height and width properties have been removed from NavigationView in favor of an optional style property.

Features

  • view callback and layout functionality improvements (#239) (d24855b)

Miscellaneous Chores

0.4.3 (2024-08-19)

Miscellaneous Chores

0.4.2 (2024-08-06)

Bug Fixes

  • setFollowingPerspective functionality for iOS (#222) (ea85603)

0.4.1 (2024-08-05)

Bug Fixes

0.4.0 (2024-07-30)

Miscellaneous Chores