Releases: reactiveui/splat
Releases · reactiveui/splat
Splat 0.2.0
What's New
Cross-platform Geometry
Splat now makes System.Drawing's geometry primitives (Point / Size / Rect) cross-platform by copying code from the Mono project for platforms that cannot directly add a reference to System.Drawing. Just like everything else, these classes now have a ToNative
and FromNative
methods to convert them to the platform-specific classes.
Thanks to @distantcam for adding this support!
Other Changes / Bug fixes
- Splat now supports Xamarin.Mac
- Fixed a bug in
Color.ToNative
where thethis
keyword was left off, thereby not making it an extension method.
Splat 0.1.1
What's New
- Add back missing
ToNative / FromNative
mixins on Windows - Finish platform-specific DLL detectifcation