Fuse beta release 0.1.2658
This release contains several updates to Fuse libraries.
Fuse libs
Features
Changes
- Styles now apply templates in backwards order.
- Layout Animation fixes & improvement.
- Renamed triggers for consistency and clarity.
-
Fuse.Animations.Timeline
,TimelinePlayer
andTrack
have been removed. Use the newFuse.Trigger.Timeline
functionality. -
Fuse.Trigger.ProgressRange
can be used to track the progress of a control in a trigger - The old
Uno.DateTime
class has been replaced with a new date and time APIUno.Time
, based on the popular Noda Time library.