Skip to content

Commit

Permalink
Update v30.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 18, 2024
1 parent 52a7098 commit bd18211
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/content/docs/release-notes/client/v30.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ import Aside from '../../../../components/Alert.tsx';
import RN from '../../../../components/ReleaseNote.astro';
import GitHubIssue from '../../../../components/GitHubIssue.tsx';

# 3.3.0 - TBD 2024
# 4.0.0 - TBD 2024

## Local Notifications
* <RN type="enhancement" breaking={true}>RequestAccess & RequestRequiredAccess(Notification) now return a NotificationAccessState which includes states for all the various permissions needed for a notification</RN>
* <RN type="enhancement">INotificationManager.GetCurrentAccess added which allows you to get current permission set without requesting access from user</RN>
* <RN type="enhancement" platform="iOS" breaking={true}>IAppleNotificationManager now allows more ways to control the native platform</RN>


# 3.3.0 - March 18, 2024

## Core
* <RN type="fix">Allow for keyed services</RN><GitHubIssue number={1413} />
Expand All @@ -25,10 +33,6 @@ import GitHubIssue from '../../../../components/GitHubIssue.tsx';
* <RN type="fix">Characteristic async extension signature fixes</RN><GitHubIssue number={1420} />

## Local Notifications

* <RN type="enhancement" breaking={true}>RequestAccess & RequestRequiredAccess(Notification) now return a NotificationAccessState which includes states for all the various permissions needed for a notification</RN>
* <RN type="enhancement">INotificationManager.GetCurrentAccess added which allows you to get current permission set without requesting access from user</RN>
* <RN type="enhancement" platform="iOS" breaking={true}>IAppleNotificationManager now allows more ways to control the native platform</RN>
* <RN type="fix" platform="Android">Use notification audio channel</RN><GitHubIssue number={1392} pr={true} contributor="msousley" />

## Push
Expand Down

0 comments on commit bd18211

Please sign in to comment.