This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
1.5.3
rookiejava
released this
09 Apr 01:27
·
3 commits
to master
since this release
Nuget
- CircularUI
- Nuget package here.
Important Notice 📢
-
Update the version of referenced Xamarin.Forms version to 5.0.0 (#355)
- As you may know, since Xamarin.Forms 5.0.0,
MediaElement
related classes and interfaces provided in Core have been removed. (See xamarin/Xamarin.Forms#12007 for more details). Accordingly, all classes and interfaces used in CircularUI for MediaView, MediaPlayer have been added again.
(These are the classes and interfaces that were removed from #270.) - One of the big changes to the Xamarin.Forms 5.0.0 Tizen backend is the use of
SkiaSharp
to support shiny new XF5 features such asBrush
,Path
andShape
. So,Xamarin.Forms.Platform.Tizen.dll
itself has a dependency on theSkiaSharp
package. Accordingly, CicularUI didn't have to worry about the dependency of SkiaSharp anymore, and decided to include it in the CicularUI package without providing the CircularUI.Chart package that was provided as a preview anymore.
These two changes are big changes, but don't worry.
There is nothing to modify in your app to do this, and nothing changes in behavior. - As you may know, since Xamarin.Forms 5.0.0,
Enhancements
- Add ItemFocused event to CircleListView (#362)
Bug Fixes
- Fix MediaPlayer issue (#359)