@capacitor-community/background-geolocation
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -26,8 +26,8 @@ "repository": { | ||
"devDependencies": { | ||
"@capacitor/android": "^3.1.1", | ||
"@capacitor/core": "^3.1.1", | ||
"@capacitor/ios": "^3.1.1" | ||
"@capacitor/android": "^4.0.0", | ||
"@capacitor/core": "^4.0.0", | ||
"@capacitor/ios": "^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.1.1" | ||
"@capacitor/core": ">=3.0.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "capacitor": { |
@@ -133,2 +133,3 @@ # Background Geolocation | ||
| v3 | v1 | | ||
| v4 | v1 | | ||
@@ -210,7 +211,10 @@ Read the documentation for v0.3 [here](https://github.com/capacitor-community/background-geolocation/tree/0.3.x). | ||
### v1.2.3 | ||
- Adds support for Capacitor v4. | ||
### v1.2.2 | ||
- Prevented location updates from halting on iOS due to extended inactivity. | ||
- Prevents location updates from halting on iOS due to extended inactivity. | ||
### v1.2.1 | ||
- Fixed background location updates for some devices running Android 12. | ||
- Fixes background location updates for some devices running Android 12. | ||
@@ -221,3 +225,3 @@ ### v1.2.0 | ||
### v1.0.4 | ||
- Added the `ACCESS_COARSE_LOCATION` permission. This is required for apps which target Android 12 (API level 31). A preceeding example shows how to add this permission to your app's manifest. | ||
- Adds the `ACCESS_COARSE_LOCATION` permission. This is required for apps which target Android 12 (API level 31). A preceeding example shows how to add this permission to your app's manifest. | ||
@@ -224,0 +228,0 @@ ### v1.0.0 |
Sorry, the diff of this file is not supported yet
44749
230