Skip to content

First Release of V3

Compare
Choose a tag to compare
@enisn enisn released this 07 Mar 21:56
· 225 commits to master since this release
266e9e6

#About V3
V3 contains much more new features and fixes and stability on existing controls and some new experimental controls. Main aim of V3 is more customizability!

Changes

  • UWP Build Support added. (UWP Still doesn't have most of implementations and experimental)
  • NetStandard Full Support added. ( #87 ) ( 5059674 )
  • Linker Problems resolved. Init() methods implemented. ( 8e4c396, 28f83ce, 6048fa7, d3d66dd)
  • AutoCompleteView (experimental) added. ( #86 )
  • Plugin.CurrentActivity dependency removed.
  • Dropdown Improvements are merged from damiansikora85/Xamarin.Forms.InputKit ( #88 )
  • AdvancedEntry's Updated.
    • AdvancedEntry AnnotationTypes updated. (Some of them changed)( f32c9ea ) Be careful while migrating
    • AdvancedEntry TextFontSize added.
    • AnnotationMessage position moved to bottom of AdvancedEntry ( 67d0711 ) Be careful while migrating
  • IconView Updated ( 95a767a )
  • RadioButton Updated ( c2158ee)
    • RadioButton Visual States added. Now it can give feedback user when it's pressed state.
    • RadioButton render logic changed. Circle and Checked icon can be replaced with CircleImage and CheckedImage properties. ( c2158ee )
    • CircleSize property is obsolete now. This property does not affect on Android. Be careful while migrating
    • ApplyIsCheckedAction and ApplyIsPressedAction properties are added. You can add your custom method to change 'Pressed' and 'Normal' states easily. ( bd59949 )
    • Coloring problem while changing color after selected is solved.
    • RadioButton and Text Vertical Alignment problem fixed ( #57 )
  • CheckBox Updated
    • CheckBox render logic changed. Now looks better as default.
    • Custom Type and CustomIcon property added to CheckBox. CustomIcon property will be rendered when Type is Custom. ( #79 )
    • CheckBox VisualStates added. It can give feedback when it's pressed state.
    • CheckBox coloring problem fixed ( dfdab05 )
    • ApplyIsCheckedAction and ApplyIsPressedAction properties are added. You can add your custom method to change 'Pressed' and 'Normal' states easily. ( bd59949 )
  • RadioButtonGroupView Selecting problem with boxed vales is solved. ( 938bcaf )