expo-notifications
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -11,2 +11,8 @@ # Changelog | ||
## 0.3.2 — 2020-06-10 | ||
### 🐛 Bug fixes | ||
- Fixed compatibility with `expo-permissions` below `9.0.0` (the _duplicate symbols_ problem). ([#8753](https://github.com/expo/expo/pull/8753) by [@sjchmiela](https://github.com/sjchmiela)) | ||
## 0.3.1 — 2020-06-03 | ||
@@ -35,3 +41,3 @@ | ||
- > Note that this may or may not be a breaking change for you — if you'd expect the notification to be automatically dismissed when tapped on this is a bug fix and a new feature (fixes inconsistency between platforms as on iOS this is the only supported behavior; adds the ability to customize the behavior on Android). If you'd expect the notification to only be dismissed at your will this is a breaking change and you'll need to add `autoDismiss: false` to your notification content inputs. | ||
Changed the default notification behavior on Android to be automatically dismissed when clicked. This is customizable with the `autoDismiss` parameter of `NotificationContentInput`. ([#8241](https://github.com/expo/expo/pull/8241) by [@thorbenprimke](https://github.com/thorbenprimke)) | ||
Changed the default notification behavior on Android to be automatically dismissed when clicked. This is customizable with the `autoDismiss` parameter of `NotificationContentInput`. ([#8241](https://github.com/expo/expo/pull/8241) by [@thorbenprimke](https://github.com/thorbenprimke)) | ||
@@ -38,0 +44,0 @@ ### 🎉 New features |
{ | ||
"name": "expo-notifications", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Notifications module", | ||
@@ -52,3 +52,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "10c6d2bc05d4444e172c74eb16d1bc2fb9cbd1b1" | ||
"gitHead": "c771da9301b62081970b2ff6af5606ded4e01101" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
564288