Skip to content

Fuselibs 1.14.0

Choose a tag to compare

@mortend mortend released this 17 Jan 09:28
· 518 commits to master since this release

Changes since v1.13

Experimental.TextureLoader

  • Marked all members as obsolete. Please use TextureLoader in Uno.Graphics.Utils instead (#1327).

Fuse.Android

  • Switched to AndroidX libraries (#1323).

Fuse.iOS

  • Auto Resizing Mask Fix (#1316).
  • Fixed compile-time warnings (#1335).

Fuse.Charting

  • Fix crash caused by accessing disposed object (#1322).
  • Added the following properties (#1317).
    • PlotPoint.RadialOffset
    • PlotPoint.RadialScale
    • PlotWedge.RadialOffset
    • PlotWedge.RadialScale

FuseJS/GeoLocation

  • Added authorizationStatus (#1319).

Fuse.Gestures

  • Added HoldPress trigger (#1320).

FuseJS/InterApp

Fuse.PushNotifications

  • Updated IsRegistered and updated dependencies (#1318).

Fuse.Triggers

  • Print run-time warning instead of throwing exception (#1321).

Fuse.Vibration

  • On iOS you can do feedback vibration by leveraging Taptic Engine (#1338). There are 9 types of vibration:
    • Soft
    • Rigid
    • Light
    • Medium
    • Heavy
    • Success
    • Warning
    • Error
    • Selection

Expressions

  • Added more string functions (#1337):
    • trim function
    • indexOf function
    • substring function
    • replace function
    • insert function
    • split function
    • startsWith function
    • endsWith function

v1.13.0...v1.14.0