Skip to content

Commit e6cf320

Browse files
committed
Merge branch 'mobile-2.1.1' into mobile-2.2.0
2 parents b1856c2 + 31ed8ca commit e6cf320

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
@@ -20,6 +20,20 @@ icon="{{ \Native\Mobile\Facades\System::isIos() ? 'flashlight.on.fill' : 'flashl
2020
```
2121
@endverbatim
2222

23+
## v2.1.1
24+
25+
### Foreground permissions
26+
Prevent removal of FOREGROUND_SERVICE and POST_NOTIFICATIONS permissions when they're needed by camera features, even if push notifications are disabled
27+
28+
### FSymlink fix
29+
Run storage:unlink before storage:link to handle stale symlinks, and exclude public/storage from build to prevent symlink conflicts
30+
31+
### iOS Push Notifications
32+
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.
33+
34+
### Fix Missing $id param on some events
35+
Some events were missing an `$id` parameter, which would cause users to experience errors when trying to receive an ID from the event.
36+
2337
## v2.1.0
2438

2539
### Cleaner Console Output

0 commit comments

Comments
 (0)