Skip to content

Latest commit

 

History

History
346 lines (131 loc) · 20.6 KB

File metadata and controls

346 lines (131 loc) · 20.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.1 (2022-07-28)

Note: Version bump only for package @capacitor/local-notifications

4.0.0 (2022-07-27)

Note: Version bump only for package @capacitor/local-notifications

4.0.0-beta.2 (2022-07-08)

Features

  • local-notifications: Add delivered notification handling (#1060) (0a89dc9)

4.0.0-beta.0 (2022-06-27)

Bug Fixes

  • local-notifications: Add FLAG_MUTABLE to pending intents for SDK 31 support (#914) (9ad0ce6)
  • local-notifications: Handle case of not allowed exact notifications (#954) (5016996)
  • correct addListeners links (#655) (f9871e7)
  • inline source code in esm map files (#760) (a960489)
  • Make removeAllListeners return a promise (#895) (e5c49d6)
  • remove postpublish scripts (#656) (ed6ac49)
  • android: fire localNotificationReceived event on Android (#217) (d97682d)
  • local-notification: Throw unavailable if Notification API not supported (#285) (a90a88b)
  • local-notifications: Adding check for new Notification support (#295) (a806f22)
  • local-notifications: Checking for null schedule in notification JSObject (#258) (73cb416)
  • local-notifications: don't store notifications if not scheduled (#310) (c1445fd)
  • local-notifications: extra not being returned on notification events (#340) (5b03a7f)
  • local-notifications: Make getPending not return already fired notifications (#256) (fb96f8a)
  • local-notifications: Opt out of Capacitor date serialization (#264) (6e447d5)
  • local-notifications: requestPermissions and checkPermissions return if enabled (#494) (555bb1f)
  • local-notifications: return schedule on as object (#603) (ca34b01)
  • local-notifications: Throw errors if missing mandatory channel fields (#577) (6bf3a4f)
  • local-notifications: use proper rollup config (#528) (cd17daa)
  • normalize use of integers for notification IDs (#195) (b56e111)
  • web: fix scheduled notifications not being sent (#220) (c8e92d6)
  • add es2017 lib to tsconfig (#180) (2c3776c)
  • Use the event names from Capacitor 2 (#215) (008fe9e)

Features

  • set targetSDK default value to 31 (#824) (3ee10de)
  • set targetSDK default value to 32 (#970) (fa70d96)
  • Upgrade gradle to 7.4 (#826) (5db0906)
  • Use java 11 (#910) (5acb2a2)
  • android: implements Activity Result API changes for permissions and activity results (#222) (f671b9f)
  • local-notifications: add more info to pending notifications (#211) (7c50487)
  • local-notifications: Add weekday scheduling support for Android and iOS (#756) (430b485)
  • local-notifications: Adding summary text to grouped notifications (#296) (f625bd2)
  • local-notifications: Fire local notifications while app is idle (#237) (43380ef)
  • local-notifications: Support for Big Text and Inbox Notification Style (#280) (dc96ef9)
  • local-notifications: Support setting seconds in Schedule "on" (#253) (4ec8d06)
  • web: implement ActionPerformed and Received events (#219) (e062901)
  • add commonjs output format (#179) (8e9e098)
  • Local Notifications plugin (#94) (e59ba9c)

1.1.0 (2022-01-19)

Bug Fixes

Features

  • local-notifications: Add weekday scheduling support for Android and iOS (#756) (430b485)

1.0.10 (2022-01-10)

Note: Version bump only for package @capacitor/local-notifications

1.0.9 (2021-11-03)

Note: Version bump only for package @capacitor/local-notifications

1.0.8 (2021-10-14)

Bug Fixes

1.0.7 (2021-10-13)

Bug Fixes

1.0.6 (2021-09-15)

Bug Fixes

  • local-notifications: return schedule on as object (#603) (ca34b01)

1.0.5 (2021-09-01)

Bug Fixes

  • local-notifications: Throw errors if missing mandatory channel fields (#577) (6bf3a4f)

1.0.4 (2021-08-18)

Bug Fixes

  • local-notifications: use proper rollup config (#528) (cd17daa)

1.0.3 (2021-07-07)

Bug Fixes

  • local-notifications: requestPermissions and checkPermissions return if enabled (#494) (555bb1f)

1.0.2 (2021-06-23)

Note: Version bump only for package @capacitor/local-notifications

1.0.1 (2021-06-09)

Note: Version bump only for package @capacitor/local-notifications

1.0.0 (2021-05-19)

Note: Version bump only for package @capacitor/local-notifications

0.6.4 (2021-05-11)

Note: Version bump only for package @capacitor/local-notifications

0.6.3 (2021-05-10)

Note: Version bump only for package @capacitor/local-notifications

0.6.2 (2021-05-07)

Note: Version bump only for package @capacitor/local-notifications

0.6.1 (2021-04-29)

Bug Fixes

  • local-notifications: don't store notifications if not scheduled (#310) (c1445fd)
  • local-notifications: extra not being returned on notification events (#340) (5b03a7f)

0.6.0 (2021-03-10)

Bug Fixes

  • local-notification: Throw unavailable if Notification API not supported (#285) (a90a88b)
  • local-notifications: Adding check for new Notification support (#295) (a806f22)

Features

  • local-notifications: Adding summary text to grouped notifications (#296) (f625bd2)
  • local-notifications: Support for Big Text and Inbox Notification Style (#280) (dc96ef9)

0.5.1 (2021-03-02)

Note: Version bump only for package @capacitor/local-notifications

0.5.0 (2021-02-27)

Bug Fixes

  • local-notifications: Checking for null schedule in notification JSObject (#258) (73cb416)
  • local-notifications: Make getPending not return already fired notifications (#256) (fb96f8a)
  • local-notifications: Opt out of Capacitor date serialization (#264) (6e447d5)

Features

  • local-notifications: Support setting seconds in Schedule "on" (#253) (4ec8d06)

0.4.0 (2021-02-10)

Features

  • android: implements Activity Result API changes for permissions and activity results (#222) (f671b9f)

0.3.0 (2021-02-05)

Bug Fixes

  • android: fire localNotificationReceived event on Android (#217) (d97682d)
  • normalize use of integers for notification IDs (#195) (b56e111)
  • web: fix scheduled notifications not being sent (#220) (c8e92d6)

Features

  • local-notifications: add more info to pending notifications (#211) (7c50487)
  • local-notifications: Fire local notifications while app is idle (#237) (43380ef)
  • web: implement ActionPerformed and Received events (#219) (e062901)

0.2.1 (2021-01-26)

Bug Fixes

  • Use the event names from Capacitor 2 (#215) (008fe9e)

0.2.0 (2021-01-14)

Note: Version bump only for package @capacitor/local-notifications

0.1.0 (2021-01-13)

Bug Fixes

Features