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: CHANGELOG.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,30 @@
1
1
# Unreleased
2
2
3
+
4
+
# 1.10
5
+
6
+
## 1.10.0
7
+
8
+
### Experimental.TextureLoader
9
+
- Added a set of overloads that return the texture object directly instead of passing the texture via callbacks. The old callback-based overloads are deprecated.
10
+
3
11
### Fuse.Controls.WebView
4
-
- Improves WebView to handle mailto, sms, and tel special URLs supported by system apps on Android & iOS platforms
12
+
- Improves WebView to handle `mailto:`, `sms:`, and `tel:` special URLs supported by system apps on Android and iOS.
5
13
6
14
### Fuse.LocalNotifications
7
-
- Fix bug on iOS where an app is launched (not restored) from a notification and the notification isn't delivered
15
+
- Fix bug on iOS where an app is launched (not restored) from a notification and the notification isn't delivered.
8
16
9
17
### Fuse.Controls.DatePicker
10
-
- Fixed bug which caused dates not to be selectable if the control was inside a WhileTrue on iOS
18
+
- Fixed bug which caused dates not to be selectable if the control was inside a WhileTrue on iOS.
11
19
12
20
### Fuse.Deprecated.CameraView
13
21
- This obsolete package has been removed. All functionality should be present in `Fuse.Controls.CameraView` instead.
14
22
15
-
###Camera
23
+
###Camera
16
24
- New feature: `checkPermissions()` - Check if your app has access to the camera.
17
25
- New feature: `requestPermissions()` - Request permission to access the camera. In iOS, if the user has previously denied access this function will redirect them to your app settings in their iPhone / iPad.
18
26
19
-
###CameraRoll
27
+
###CameraRoll
20
28
- New feature: `checkPermissions()` - Check if your app has access to the gallery.
21
29
- New feature: `requestPermissions()` - Request permission to access the gallery. In iOS, if the user has previously denied access this function will redirect them to your app settings in their iPhone / iPad.
0 commit comments