8000 release(local-notifications): 6.0.0 · NativeScript/plugins@d375dd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d375dd2

Browse files
committed
release(local-notifications): 6.0.0
BREAKING CHANGES: * plugin has to be imported at application startup no matter the platform * launch config option for notification actions will only work while targeting SDK 30 or lower (starting from Android 12, there's no way to start an activity now from a service). It should be deprecated and removed in future releases.
1 parent 9ac0265 commit d375dd2

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

packages/local-notifications/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ From the command prompt go to your app's root folder and execute:
1717
#### NativeScript 7+:
1818

1919
```cli
20-
ns plugin add @nativescript/local-notifications
20+
npm install @nativescript/local-notifications
2121
```
2222

2323
#### NativeScript prior to 7:
2424

2525
```cli
26-
tns plugin add nativescript-local-notifications@4.2.1
26+
tnpm install nativescript-local-notifications@4.2.1
2727
```
2828

2929
## Setup
@@ -54,16 +54,6 @@ import '@nativescript/local-notifications';
5454
// ... Bootstrap application
5555
```
5656

57-
### NativeScript-Angular
58-
59-
This plugin is part of the [plugin showcase app](https://github.com/EddyVerbruggen/nativescript-pluginshowcase/tree/master/app/feedback) I built using Angular.
60-
61-
There's also a simple Angular [demo in this repo](https://github.com/EddyVerbruggen/nativescript-local-notifications/tree/master/demo-ng):
62-
63-
### NativeScript-Vue
64-
65-
There is a [Vue demo](https://github.com/EddyVerbruggen/nativescript-local-notifications/tree/master/demo-vue):
66-
6757
## Plugin API
6858

6959
### schedule

packages/local-notifications/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
{
3030
"name": "Dani Gámez Franco",
3131
"url": "https://github.com/Danziger"
32+
},
33+
{
34+
"name": "NativeScript",
35+
"email": "oss@nativescript.org"
3236
}
3337
],
3438
"license": "MIT",

packages/local-notifications/platforms/android/app-release.aar

100644100755
File mode changed.

0 commit comments

Comments
 (0)
0