Skip to content

Latest commit

 

History

History
92 lines (58 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

92 lines (58 loc) · 4.42 KB

Change Log

2.0.0

Major Changes

  • 4cc44dd: Adding a new App API, as well as app badge manipulation methods to the Notifications API
  • 36d9a61: Fixing typo in CapacitorWatch interface name
  • 3194a7d: Updates to support Capacitor 6

Minor Changes

  • 7adb608: (Android) Adding support for Content-Length in fetch requests
  • 4957271: (iOS) Fixing task repeat functionality

1.1.0

Minor Changes

  • 142e96d: (iOS) KV: calling get on 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.aar from android/src/main/libs, and add the following to android/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 appStateChange events

  • 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

Patch Changes

  • 174f2fe: Fixing incorrect method name in CapacitorGeolocation
  • 11124d2: (iOS): Removing unnecessary run loop thread causing spike in CPU while the app was in the foreground

1.0.5 (2023-08-17)

Bug Fixes

  • using fully qualitifed class name for TimedNotificationPublisher (c4b3bd8)

1.0.4 (2023-08-10)

Note: Version bump only for package @capacitor/background-runner

1.0.3 (2023-08-10)

Note: Version bump only for package @capacitor/background-runner

1.0.2 (2023-08-10)

Note: Version bump only for package @capacitor/background-runner

1.0.1 (2023-08-09)

Bug Fixes

1.0.0 (2023-07-18)

Features

1.0.0-rc.1 (2023-07-18)

Features