Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

46 lines (34 loc) · 2.79 KB

CHANGELOG

1.0.9

  • (types) bugfix: Apply patch to fix index.d.ts
  • Merge PR#38: Android 11 (API 30) target support

1.0.8

  • Merge PR#30: Fix for Android X
  • Merge PR#31: (Android) discover apps on getAvailableApps() call
  • (iOS) Rework hook scripts to detect development platform and projects so as to only run iOS-specific hooks if iOS platform project exists and development platform is OSX.
  • (Doc): Remove erroneous reference to native picker UI and make it clear that none is provided out-of-the-box.
  • (iOS): Remove postinstall/postlink scripts and document manual process to replace them.

1.0.7

  • Merge PR#18: Use project's minSdkVersion if available
  • Merge PR#20: Update build.gradle to use implementation instead of deprecated compile directive.

1.0.6

  • Support for React Native 0.60.x

1.0.5

  • Pass navigate=yes to Waze on Android if input type is an address. See dpa99c/phonegap-launch-navigator#213.
  • Fix checks for empty strings/objects on iOS.
  • iOS fix: Make LNEmptyCoord static to scope it to the class.
  • Merge PR#10: Fixed LaunchNavigator.navigate never resolving the returned promise when AppleMaps/MapKit is used on iOS

1.0.4

Fix check for empty extras parameter on iOS. See dpa99c/phonegap-launch-navigator#212.

1.0.3

Enable specification of Google API key for geocoding on Android. See dpa99c/phonegap-launch-navigator#211.

1.0.2

Fix auto-linking scripts to prevent multiple linking/unlinking attempts. Resolves #2.

1.0.1

Set FLAG_ACTIVITY_NEW_TASK on Android when launching intent to invoke navigation apps. Resolves #1.

1.0.0

Initial release: functionality ported from phonegap-launch-navigator