First Release of V3
#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.
- 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
CircleImageandCheckedImageproperties. ( c2158ee ) CircleSizeproperty is obsolete now. This property does not affect on Android. Be careful while migratingApplyIsCheckedActionandApplyIsPressedActionproperties 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.
CustomType andCustomIconproperty added to CheckBox.CustomIconproperty 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 )
ApplyIsCheckedActionandApplyIsPressedActionproperties 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 )