Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/local-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 7.0.0 (2026-08-24)

### ⚠️ Breaking Changes

- **local-notifications:** now depends on `@nativescript-community/perms` v3, whose `check()`/`request()` resolve to a `Status` string instead of a `[Status, boolean]` tuple. Apps pinning perms v2 must upgrade.

### 🚀 Features

- **local-notifications:** use updated perms dependency + simplify authorization check ([#639](https://github.com/NativeScript/plugins/pull/639))

### ❤️ Thank You

- 江程训 @cnclboss

## 6.4.0 (2025-03-03)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/local-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/local-notifications",
"version": "6.4.0",
"version": "7.0.0",
"description": "The Local Notifications plugin allows your app to show notifications when the app is not running.",
"main": "index",
"typings": "index.d.ts",
Expand Down