Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 32762bb

Browse files
committed
Release 3.3.0
1 parent 3ea54f5 commit 32762bb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Features
1111

12+
### Fixed
13+
14+
## [3.3.0] - 2020-04-29
15+
16+
### Features
17+
1218
- (Android) Keep interface parity with PushNotificationIOS [#909](https://github.com/zo0r/react-native-push-notification/pull/909)
1319
- (Android) Unsubscribe from topic [#917](https://github.com/zo0r/react-native-push-notification/pull/917)
1420
- (Android) Add notification data in onNotification [#1212](https://github.com/zo0r/react-native-push-notification/pull/1212)
1521

1622
### Fixed
1723

1824
- (Android) Create default channel to receive notification when background / killed.
25+
- (Android) Fix vibrate: false is ignored [#878](https://github.com/zo0r/react-native-push-notification/issues/1140)
1926
- `package.json` fix suffic in main, `index` => `index.js` [#878](https://github.com/zo0r/react-native-push-notification/pull/878)
2027

2128
### Breaking changes

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ include ':react-native-push-notification'
159159
project(':react-native-push-notification').projectDir = file('../node_modules/react-native-push-notification/android')
160160
```
161161

162-
In your `android/build.gradle`
162+
In your `android/app/build.gradle`
163163

164164
```gradle
165165
dependencies {
@@ -411,7 +411,6 @@ Removes the specified notifications from Notification Center
411411
| ----------- | ----- | -------- | ---------------------------------- |
412412
| identifiers | array | Yes | Array of notification identifiers. |
413413

414-
415414
## Notification priority
416415

417416
(optional) Specify `priority` to set priority of notification. Default value: "high"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-push-notification",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "React Native Local and Remote Notifications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)