Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

1.5.0 Preview 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@rookiejava rookiejava released this 17 Apr 03:20
· 40 commits to master since this release
8b15584

Nuget

  • CircularUI
    • Nuget package here.
  • CircularUI.Chart
    • Nuget package here.

Important Notice

  • The namespace of FormsCircularUI.Init() has been changed. (#273)

Legacy (deprecated) :

Tizen.Wearable.CircularUI.Forms.Renderer.FormsCircularUI.Init();

New way :

Tizen.Wearable.CircularUI.Forms.FormsCircularUI.Init();
  • Introduce to CircularUI.Chart` 🎉

    • The CircularUI.Chart (based on SkiaSharp) has been newly added.
    • Now only RadialProgress(#272) has been added, but various charts will be provided in the future. Stay tuned! 😉
  • Update the version of referenced Xamarin.Forms version to 4.6.0-pre4 (#270)

  • Below removed classes/interfaces are replaced with the classes/interfaces added in Xamarin.Forms MediaElement PR.

    • public class MediaSourceHandler
    • public class EmbeddingControls
    • public class FileMediaSource
    • public class FIleMediaSourceConverter
    • public interface IPlatformMediaPlayer
    • public interface IVideoOutput
    • public class MediaSource
    • public class MediaSourceConverter
    • public class UriMediaSource

Enhancements

  • Adds cicular-ui-theme (#266)
    • FlatViewCell is now available on Tizen 4.0.

New Controls

  • RadialProgress (#272)

Bug Fixes

  • Fix year label issue in CircleDateTimeSelector (#269)
  • Fix Flyout item update issue (#265)