Skip to content

Releases: becem-gharbi/nuxt-fcm

v0.2.9

28 Feb 16:10
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Undefined navigator.serviceWorker in incognito mode (#12)

💅 Refactors

  • Check navigator before getMessaging (3474b09)

🌊 Types

🏡 Chore

  • Use @nuxtjs/eslint-config-typescript for linting (04298eb)

❤️ Contributors

v0.2.8

28 Dec 09:37
e83639b
Compare
Choose a tag to compare

compare changes

🔥 Performance

  • Avoid endpoints registration if serviceAccount is not set (0508ae8)

💅 Refactors

  • Remove serviceAccount not set warning (a3735f3)
  • No significant change (5817ffe)

🏡 Chore

  • deps-dev: Bump postcss from 8.4.28 to 8.4.31 (dc66737)
  • deps-dev: Bump undici from 5.23.0 to 5.27.0 (75a56ed)

❤️ Contributors

v0.2.7

23 Aug 18:10
30092a9
Compare
Choose a tag to compare

compare changes

About

With this release, the service worker is no longer served statically, instead it's generated at runtime. So you need to remove /public/firebase-messaging-sw.js file.

🚀 Enhancements

  • Dynamically serve firebase-messaging service worker (90d1263) #6

🩹 Fixes

  • Set status code to 500 on server errors (77cfee1)

📖 Documentation

  • Add enable Cloud Messaging note (537d2af)
  • Remove service worker setup (15fc80b)

🏡 Chore

  • deps-dev: Bump protobufjs from 6.11.3 to 6.11.4 (7189f82)
  • Upgrade dependencies (a62da6f)

❤️ Contributors

v0.2.6

29 May 17:53
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Handle undefined messaging on ssr (a81395c)

🏡 Chore

❤️ Contributors

v0.2.5

20 May 17:36
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Check serviceAccount before firebase admin init (54511e8)

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.2.4

06 Apr 15:47
Compare
Choose a tag to compare

compare changes

📖 Documentation

❤️ Contributors

  • Becem-gharbi

v0.2.3

06 Apr 13:06
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Set firebase-admin as peer dep (40d48f2)

💅 Refactors

  • Remove analytics, can be implemented externally (d51038e)
  • Rename onMessageReceived to onMessage & getRegistrationToken to getToken (9b2096e)
  • Code refactor (ab5e4b4)

📖 Documentation

❤️ Contributors

  • Becem-gharbi

v0.2.2

05 Apr 21:10
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Ask notification permission on page load (dc5ae7f)

❤️ Contributors

  • Becem-gharbi

v0.2.1

05 Apr 19:08
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add firebase as peer dependency (8cd7976)

❤️ Contributors

  • Becem-gharbi

v0.2.0

05 Apr 18:32
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • ⚠️ Add useFcm composable in favor of fcm helper (efda111)

⚠️ Breaking Changes

  • ⚠️ Add useFcm composable in favor of fcm helper (efda111)

❤️ Contributors

  • Becem-gharbi