Skip to content

Commit 52e9487

Browse files
committed
prepare for release 1.10.0-rc1
1 parent 01be4e3 commit 52e9487

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
# Unreleased
22

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+
311
### 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.
513

614
### 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.
816

917
### 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.
1119

1220
### Fuse.Deprecated.CameraView
1321
- This obsolete package has been removed. All functionality should be present in `Fuse.Controls.CameraView` instead.
1422

15-
### Camera
23+
### Camera
1624
- New feature: `checkPermissions()` - Check if your app has access to the camera.
1725
- 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.
1826

19-
### CameraRoll
27+
### CameraRoll
2028
- New feature: `checkPermissions()` - Check if your app has access to the gallery.
2129
- 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.
2230

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0-rc1

0 commit comments

Comments
 (0)