Fuse beta release 0.1.2577
This release is a Fuse library update.
Fuse libs
Changes
-
Rectangle
andCircle
use 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.Hertz
renamedFrequency
to be consistent -
StrokeAlignment
andStrokeAdjustment
have been removed fromShape
andPathGeometryRenderer
and moved intoStroke
where they belong - Several drop shadow enhancements
- DrawContext changes
- HTTP: Renamed
Experimental.Net.Http
toUno.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 aroundHttpMessageHandler
instead. - 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.0
specifically , 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.