Skip to content

Latest commit

 

History

History
175 lines (88 loc) · 9.49 KB

CHANGELOG.md

File metadata and controls

175 lines (88 loc) · 9.49 KB

Changelog

7.0.0

Major Changes

Minor Changes

6.3.1

6.3.0

Minor Changes

  • 72080dd (#760): feat(deps): add support for Firebase JS SDK 11

Patch Changes

  • cabf5ac (#701): fix(web): check if notifications are supported before checking or requesting permission

6.2.0

Patch Changes

  • a780009 (#737): chore(ios): update Firebase pods to version 11.0

6.1.0

Patch Changes

  • f597638 (#642): chore(deps): update Firebase iOS SDK to 10.25

6.0.0

Major Changes

  • 249ba0a (#612): chore(deps): update Firebase iOS SDK to 10.24.0
  • 6703b9d (#594): chore(deps): update the firebase dependency to 10.9.0
  • 8ad8035: feat: update to Capacitor 6

Minor Changes

  • 4d21118 (#572): feat(android): support dynamic Firebase config

5.4.1

5.4.0

5.3.0

Patch Changes

  • 65a9d0c: fix(ios): set correct return type for removeAllListeners()

5.2.0

Minor Changes

  • 2085bb8 (#428): feat(ios): add support for criticalAlert

5.1.0

Minor Changes

5.0.1

5.0.0

Major Changes

  • fe89573 (#357): refactor(android)!: use getMessage instead of getLocalizedMessage

Patch Changes

1.4.0

Minor Changes

1.3.0

Minor Changes

1.2.0

Patch Changes

  • 57ae209 (#214): fix(ios): getConfigValue is deprecated
  • a6a0720: fix(ios): retain all events until consumed

1.1.0

Patch Changes

  • 3b45e52: fix: set plugin config class name to FirebaseMessaging

1.0.0

Major Changes

Minor Changes

  • fa93e28 (#145): refactor!: tokenReceived event is no longer triggered by the getToken method (BREAKING CHANGES: see BREAKING.md)

0.5.1

Patch Changes

  • d78f6ae (#144): fix(ios): initial tokenReceived event contains invalid token value
  • c8543f6 (#149): fix(android): catch all native errors and pass to the webview

0.5.0

Minor Changes

  • e72bb95: fix(android)!: removeDeliveredNotifications crash (BREAKING CHANGES: see BREAKING.md)

Patch Changes

  • e72bb95: fix(ios): APNS device token not set before retrieving FCM Token
  • e72bb95: fix: GetTokenOptions parameter is now optional

0.3.1

Patch Changes

  • c1a30cb (#106): fix(web): messaging/unsupported-browser error when loading the plugin
  • 35d4407 (#95): chore(deps): update native dependencies

0.3.0

Minor Changes

  • 40b786a (#89): fix(ios)!: receive background notifications (BREAKING CHANGES: see BREAKING.md)

Patch Changes

  • 20db43e (#90): fix(android): getToken should trigger tokenReceived

0.2.2

Patch Changes