You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/docs/mobile/2/getting-started/changelog.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,19 @@ order: 2
9
9
EDGE components now validate required props at render time and provide helpful error messages showing exactly which props are missing and how to fix them.
10
10
11
11
### Direct SF Symbol Support (iOS)
12
-
Use any SF Symbol directly by including a `.` in the icon name (e.g., `car.side.fill`, `flashlight.on.fill`).
12
+
Use any SF Symbol directly (e.g., `car.side.fill`, `flashlight.on.fill`).
13
13
14
14
### Font-based Material Icons (Android)
15
15
Reduced Android app size by ~30MB by switching from the `material-icons-extended` library to a lightweight font-based approach. Any Material Icon ligature name now works directly.
Prevent removal of FOREGROUND_SERVICE and POST_NOTIFICATIONS permissions when they're needed by camera features, even if push notifications are disabled
27
32
28
-
### FSymlink fix
33
+
### Symlink fix
29
34
Run storage:unlink before storage:link to handle stale symlinks, and exclude public/storage from build to prevent symlink conflicts
0 commit comments