Skip to content

Dev Release: 3.0.0-dev.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@erisu erisu released this 15 Sep 12:08
· 36 commits to master since this release
84f64da

Overview:

This is a development release, future release may contain more breaking changes. This release should not be used in production as it is still being developed. This release can be used for testing and reporting feedback or issues.

In this development release, there are many major breaking changes to the Android platform.


Requirement Changes:

  • Cordova-Android: 9.x

Libraries & Dependencie Updates and Changes:

  • Bumped me.leolin:ShortcutBadger@1.1.22
  • Bumped Google Services Gradle Plugin@4.3.8
  • Migrated from Android Support Library to AndroidX
    • Added androidx.core:core@1.6.+

Breaking:

  • feat!(android): bump platform requirements (#122)
  • feat!(android): bump me.leolin:ShortcutBadger@1.1.22 (#121)
  • feat!(android): bump Google Services Gradle Plugin@4.3.8 (#120)
  • feat!(android): Migrate to AndroidX (#119)
    • feat!(android): migrate ASL to AndroidX
    • feat!(android): swap framework support-v13 w/ androidx.core
    • feat!(android): force AndroidXEnabled to true
    • feat!(android): bump androidx.core:core@1.6.+
    • doc(android): add androidx core version

Fixes:

  • fix(docs): update TS type import to new package name (#109)

Chores:

  • chore(npm): bump devDep, rebuild package-lock & fix audit (#110)

Docs:

  • doc: fixed minor typo (#98)