Releases: ionic-team/capacitor-background-runner
Releases · ionic-team/capacitor-background-runner
1.1.0
1.1.0
Minor Changes
-
142e96d: (iOS) KV: calling
geton an non-existent key returns null instead of empty object
(iOS) Fixed an issue within Runner that could potentially cause EXC_BAD_ACCESS crashes -
18f72b6: More reliability fixes for the JS Engine used in the Background Runner:
- (Android) Fixes in runtime during background execution
- (Android) Improvements in native lib handling for testing
When updating, if you have an existing Android app, be sure to delete the
android-js-engine-release.aarfromandroid/src/main/libs, and add the following toandroid/app/build.gradle:... repositories { flatDir{ dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs' + dirs '../../node_modules/@capacitor/background-runner/android/src/main/libs', 'libs' } } ... -
d6511b2: (Android): Fixing issue that disabled
appStateChangeevents -
b09f30e: Reliability fixes for the JS Engine used in the Background Runner:
- (Android) Improvements to QuickJS integration
- (Android / iOS) Improvements in the handling of multiple dispatched events