Fuse beta release 0.1.2577
This release is a Fuse library update.
Fuse libs
Changes
-
RectangleandCircleuse a different drawing program now that does not involve tesselation. No changes need to be made to use this, but some differences in the strokes may occur. -
Cycle.HertzrenamedFrequencyto be consistent -
StrokeAlignmentandStrokeAdjustmenthave been removed fromShapeandPathGeometryRendererand moved intoStrokewhere they belong - Several drop shadow enhancements
- DrawContext changes
- HTTP: Renamed
Experimental.Net.HttptoUno.Net.Http - HTTP: Enabled support for caching by default
- HTTP: Removed
SetContentType, useSetHeader("Content-type", "text/javascript")instead - HTTP: New Android implementation
- HTTP: New iOS implementation
- HTTP: Removed outdated
HttpClient, it’s recommended to create your own wrapper aroundHttpMessageHandlerinstead. - We have started tagging our packages with build numbers. Instead of always having
0.1.0, packages are now e.g.0.1.590. If you have projects referring to version0.1.0specifically , a warning will be printed, and the latest package version will be used instead. To remove the warning, simply deleteVersion="0.1.0"from your.unoproj. This is a temporary solution until we start using Semantic Versioning in the future.