·
5 commits
to main
since this release
Breaking Changes
- chore: 🚚 rename
requestPermission()
method torequestOverlayPermission()
. - chore: 🚚 rename
hasPermission()
method tohasOverlayPermission()
. - chore: 🚚 rename
options
parameter instartBubble()
method tobubbleOptions
. - feat: ✨ add
notificationOptions
parameter tostartBubble()
method and move the notification options frombubbleOptions
to the newnotificationOptions
.
🛂 starting from Android 13 (Tiramisu), the service notification will not be shown unless thePOST_NOTIFICATIONS
permission is granted at the runtime, refer to 🔔 Service Notification Section in the README file
Other Changes
- build: ⬆️ bump the native dependency version to
v5.3.0
- build: 🔧 applied some refactoring and migration to the native code
- refactor: 👔 update the service notification logic, refer to 🔔 Service Notification Section in the README file
- feat: ✨ add new options to customize the notification, which are
id
,channelId
, andchannelName
- refactor: ♻️ separate notification options from the bubble options
- docs: 📝 update the documentation
Full Changelog: dash_bubble_v1.0.0...dash_bubble_v2.0.0