Skip to content

Latest commit

 

History

History
261 lines (165 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

261 lines (165 loc) · 10.8 KB

@firebase/messaging

0.9.6

Patch Changes

0.9.5

Patch Changes

  • Updated dependencies [3b481f572]:
    • @firebase/util@1.4.3
    • @firebase/component@0.5.10
    • @firebase/installations@0.5.5

0.9.4

Patch Changes

  • 3281315fa #5708 (fixes #1487) - Update build scripts to work with the exports field

  • Updated dependencies [3281315fa]:

    • @firebase/component@0.5.9
    • @firebase/installations@0.5.4
    • @firebase/util@1.4.2

0.9.3

Patch Changes

  • 2322b6023 #5693 - Add exports field to all packages

  • Updated dependencies [2322b6023]:

    • @firebase/component@0.5.8
    • @firebase/installations@0.5.3
    • @firebase/util@1.4.1

0.9.2

Patch Changes

  • 93795c780 #5596 - report build variants for packages

  • Updated dependencies [93795c780]:

    • @firebase/installations@0.5.2

0.9.1

Patch Changes

  • b835b4cba #5506 - checking isSupported led to runtime errors in certain environments

  • Updated dependencies [a99943fe3, b835b4cba]:

    • @firebase/util@1.4.0
    • @firebase/component@0.5.7
    • @firebase/installations@0.5.1

0.9.0

Minor Changes

Patch Changes

  • Updated dependencies [cdada6c68]:
    • @firebase/installations@0.5.0
    • @firebase/messaging-interop-types@0.1.0

0.8.0

Minor Changes

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

Patch Changes

  • Updated dependencies [bb6b5abff, 3c6a11c8d]:
    • @firebase/component@0.5.6
    • @firebase/util@1.3.0
    • @firebase/installations@0.4.32

0.7.15

Patch Changes

  • Updated dependencies [a3cbe719b]:
    • @firebase/util@1.2.0
    • @firebase/component@0.5.5
    • @firebase/installations@0.4.31

0.7.14

Patch Changes

  • Updated dependencies [56a6a9d4a]:
    • @firebase/component@0.5.4
    • @firebase/installations@0.4.30

0.7.13

Patch Changes

  • Updated dependencies [725ab4684]:
    • @firebase/component@0.5.3
    • @firebase/installations@0.4.29

0.7.12

Patch Changes

  • Updated dependencies [4c4b6aed9]:
    • @firebase/component@0.5.2
    • @firebase/installations@0.4.28

0.7.11

Patch Changes

  • Updated dependencies [5fbc5fb01]:
    • @firebase/component@0.5.1
    • @firebase/installations@0.4.27

0.7.10

Patch Changes

  • Updated dependencies [c34ac7a92, ac4ad08a2]:
    • @firebase/component@0.5.0
    • @firebase/util@1.1.0
    • @firebase/installations@0.4.26

0.7.9

Patch Changes

  • Updated dependencies [7354a0ed4]:
    • @firebase/util@1.0.0
    • @firebase/component@0.4.1
    • @firebase/installations@0.4.25

0.7.8

Patch Changes

  • Updated dependencies [f24d8961b]:
    • @firebase/component@0.4.0
    • @firebase/installations@0.4.24

0.7.7

Patch Changes

  • Updated dependencies [de5f90501]:
    • @firebase/util@0.4.1
    • @firebase/component@0.3.1
    • @firebase/installations@0.4.23

0.7.6

Patch Changes

  • Updated dependencies [5c1a83ed7]:
    • @firebase/component@0.3.0
    • @firebase/installations@0.4.22

0.7.5

Patch Changes

  • Updated dependencies [ec95df3d0]:
    • @firebase/util@0.4.0
    • @firebase/component@0.2.1
    • @firebase/installations@0.4.21

0.7.4

Patch Changes

  • Updated dependencies [6afe42613]:
    • @firebase/component@0.2.0
    • @firebase/installations@0.4.20

0.7.3

Patch Changes

  • 54a46f89c #3780 - Adds a timeout for onBackgroundMessage hook so that silent-push warnings won't show if showNotification is called inside the hook within 1s. This fixes the issue where the silent-push warning is displayed along with the message shown with ServiceWorkerRegistration.showNotification.
  • Updated dependencies [9cf727fcc]:
    • @firebase/util@0.3.4
    • @firebase/component@0.1.21
    • @firebase/installations@0.4.19

0.7.2

Patch Changes

  • Updated dependencies [a5768b0aa, 7d916d905]:
    • @firebase/component@0.1.20
    • @firebase/util@0.3.3
    • @firebase/installations@0.4.18

0.7.1

Patch Changes

  • dc9892565 #3710 - stops redirecting user to non-origin urls.

  • Updated dependencies [da1c7df79, fb3b095e4]:

    • @firebase/component@0.1.19
    • @firebase/util@0.3.2
    • @firebase/installations@0.4.17

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

  • Updated dependencies [d4ca3da0, 29327b21]:
    • @firebase/util@0.3.1
    • @firebase/messaging-types@0.5.0
    • @firebase/component@0.1.18
    • @firebase/installations@0.4.16

0.6.21

Patch Changes

  • Updated dependencies [a87676b8]:
    • @firebase/util@0.3.0
    • @firebase/component@0.1.17
    • @firebase/installations@0.4.15

0.6.20

Patch Changes

  • 17c628eb #3312 Thanks @Feiyang1! - Fixed an issue where we try to update token for every getToken() call because we don't save the updated token in the IndexedDB.
  • 469c8bdf #3221 Thanks @zwu52! - Added support for onMessage so the internal callback can work with Subscriber

  • Updated dependencies [a754645e]:

    • @firebase/component@0.1.16
    • @firebase/installations@0.4.14

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.