Skip to content

Commit 31ed8ca

Browse files
committed
Updates changelog mobile 2.1.1
1 parent 2761f87 commit 31ed8ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

resources/views/docs/mobile/2/getting-started/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ title: Changelog
33
order: 2
44
---
55

6+
## v2.1.1
7+
8+
### Foreground permissions
9+
Prevent removal of FOREGROUND_SERVICE and POST_NOTIFICATIONS permissions when they're needed by camera features, even if push notifications are disabled
10+
11+
### FSymlink fix
12+
Run storage:unlink before storage:link to handle stale symlinks, and exclude public/storage from build to prevent symlink conflicts
13+
14+
### iOS Push Notifications
15+
Handles push notification APNS flow differently, fires off the native event as soon as the token is received from FCM vs assuming the AppDelegate will ahndle it.
16+
17+
### Fix Missing $id param on some events
18+
Some events were missing an `$id` parameter, which would cause users to experience errors when trying to receive an ID from the event.
19+
620
## v2.1.0
721

822
### Cleaner Console Output

0 commit comments

Comments
 (0)