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

1.5.0 Preview 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@rookiejava rookiejava released this 05 Jun 05:34
· 18 commits to master since this release
cfaff41

Nuget

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

Important Notice 📢

  • Update the version of referenced Xamarin.Forms version to 4.6.0.800
  • Deprecate the legacy APIs (#297)
    • The following classes are deprecate from 1.5.0, and no longer be supported in the future. Therefore, please update your application according to the migration guide below.

Deprecated APIs Migration Guide ⚡ ⚡ ⚡

New Controls 🎉

- BezelInteractionPage (#298) (#299)

  • BezelInteractionPage is basically a Xamarin.Forms.ContentPage but with an additional property, RotaryFocusObject, that helps developers interact with the bezel rotation. Normally, a focused control in an application gets the bezel interaction. However, BezelInteractionPage gives the full control of which control gets the bezel interaction in the current page to developers.
  • See also here for more detail

- CheckCell, Check2TextCell, RadioCell, Radio2TextCell, Switch2TextCell and SingleTextCell (#317) (#318) (#319) (#321)

  • CheckCell and Check2TextCell
  • RadioCell and Radio2TextCell
  • Switch2TextCell and SingleTextCell

Enhancements

  • Update Bezel Intercation behavior on closing dialog (#304)
  • Update CircleListViewRenderer (#303)
  • Update ActiveBezelInteractionElement on Activate (#302)
  • Update CircleScrollViewRenderer (#300) (#301)
  • Update renderers for Stepper and DateTimeSelector (#296)
  • Refactoring CirclePageRenderer (#291)

Bug Fixes

  • Fix TwoButtonPage overlap issue (#314)
  • Fix ExportRenderer (#306)
  • Fix Renderer error related with Bezel and CircleSurface (#305)