Skip to content

Latest commit

 

History

History
269 lines (85 loc) · 11.6 KB

File metadata and controls

269 lines (85 loc) · 11.6 KB

Change Log

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

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