Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 18KB

@firebase/messaging

0.12.1

Patch Changes

0.12.0

Minor Changes

Patch Changes

0.11.0

Minor Changes

  • 9e9ee7ba3 #6728 - Expose ‘icon’ field from the Firebase Messaging SDK as part of the ‘notification’ payload

0.10.0

Minor Changes

  • 4b9da74db #6722 - Expose ‘icon’ field from the Firebase Messaging SDK as part of the ‘notification’ payload

Patch Changes

0.9.19

Patch Changes

0.9.18

Patch Changes

0.9.17

Patch Changes

0.9.16

Patch Changes

0.9.15

Patch Changes

0.9.14

Patch Changes

0.9.13

Patch Changes

0.9.12

Patch Changes

0.9.11

Patch Changes

0.9.10

Patch Changes

0.9.9

Patch Changes

  • b3e4af842 #6030 - Await on onBackgroundMessage to fix silent warning issue.

0.9.8

Patch Changes

  • 0a04a1c06 #5957 (fixes #5868) - Fix uncaught rejection in isSupported() if environment does not support IndexedDB’s open() method.

0.9.7

Patch Changes

  • 93e6126b3 #5901 - Changed messaging exports paths to always point to cjs bundles when in a Node.js context.

0.9.6

Patch Changes

  • 88d43ec00 #5884 - Add a CJS bundle for messaging/sw. This enables some SSR frameworks to run their Node.js pipelines without erroring.

  • 3c20727d8 #5881 - Fix message id parsing.

0.9.5

Patch Changes

0.9.4

Patch Changes

0.9.3

Patch Changes

0.9.2

Patch Changes

0.9.1

Patch Changes

0.9.0

Minor Changes

Patch Changes

0.8.0

Minor Changes

  • d0710d500 #5139 - Allows retrieval of messageId from MessagePayload.

Patch Changes

0.7.15

Patch Changes

0.7.14

Patch Changes

0.7.13

Patch Changes

0.7.12

Patch Changes

0.7.11

Patch Changes

0.7.10

Patch Changes

0.7.9

Patch Changes

0.7.8

Patch Changes

0.7.7

Patch Changes

0.7.6

Patch Changes

0.7.5

Patch Changes

0.7.4

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

0.7.0

Minor Changes

  • 29327b21 #3234 - Add getToken(options:{serviceWorkerRegistration, vapidKey}),onBackgroundMessage. Deprecate setBackgroundMessageHandler, onTokenRefresh, useVapidKey, useServiceWorker, getToken.

Add Typing MessagePayload, NotificationPayload, FcmOptions.

Patch Changes

0.6.21

Patch Changes

0.6.20

Patch Changes

0.6.11

  • [fixed] Fixed an issue introduced in firebase@7.7.0, when FCM switched to provide base64-encoded VAPID key to PushManager for push subscription. For backward compatibility, the SDK has switched back to using VAPID key in type ArrayBuffer.