Releases: muak/AiForms.SettingsView
Releases · muak/AiForms.SettingsView
ver.1.3.21
New Features
[CellBase] Add IsVisible property.
ver.1.3.5
ver.1.3.4
ver.1.3.1
News
- Corresponded to iOS14 and AndroidX.
New Features
- [SettingsView] ItemDroppedEvent and ItemDroppedCommand property.
- [TextPickerCell] IsCircularPicker property. #72
- [EntryCell] PlaceholderColor property #94
- Custom Font is now Supported. (required Xamarin.Forms 4.5.530 later) #30
Changes
- [Header/Footer] Section header/footer does not respect SafeAreaInsets #83
- Support .NETStandard2.1
- Minimum Xamarin.Forms version >= 4.6.0.800
Bug fixes
- [iOS] Crash ScrollToTop ScrollToBottom when no elements.
- [Android] Fix reordering bug.
- [Android] Fix Sequence contains no elements. #113 #86
- [PickerCell] PickerCell is now supported on Shell. #67
- FontImageSource is not displayed. #95
- [TextPickerCell] The last item is selected by default #93
- [HintText] HintText does not respect SafeAreaInsets. #90
- [Header/Footer] Header / Footer is broken the layout #87 #88 #89
- [SettingsView][Section] Crash when ItemsSource element is replaced.
ver.1.2.26-pre
Merge pull request #131 from muak/development Development
ver.1.2.24-pre
New Features
- [SettingsView] ItemDroppedEvent and ItemDroppedCommand property.
- [TextPickerCell] IsCircularPicker property. #72
- [EntryCell] PlaceholderColor property #94
- Custom Font is now Supported. (required Xamarin.Forms 4.5.530 later) #30
Changes
- [Header/Footer] Section header/footer does not respect SafeAreaInsets #83
- Support .NETStandard2.1
- Minimum Xamarin.Forms version >= 4.6.0.800
Bug fixes
- [iOS] Crash ScrollToTop ScrollToBottom when no elements.
- [Android] Fix reordering bug.
- [Android] Fix Sequence contains no elements. #113 #86
- [PickerCell] PickerCell is now supported on Shell. #67
- FontImageSource is not displayed. #95
- [TextPickerCell] The last item is selected by default #93
- [HintText] HintText does not respect SafeAreaInsets. #90
- [Header/Footer] Header / Footer is broken the layout #87 #88 #89
- [SettingsView][Section] Crash when ItemsSource element is replaced.
ver.1.2.12-pre
New Features
- [TextPickerCell] IsCircularPicker property. #72
- [EntryCell] PlaceholderColor property #94
- Custom Font is now Supported. (required Xamarin.Forms 4.5.530 later) #30
Changes
- [Header/Footer] Section header/footer does not respect SafeAreaInsets #83
- Support .NETStandard2.1
- Minimum Xamarin.Forms version >= 4.6.0.800
Bug fixes
- [PickerCell] PickerCell is now supported on Shell. #67
- FontImageSource is not displayed. #95
- [TextPickerCell] The last item is selected by default #93
- [HintText] HintText does not respect SafeAreaInsets. #90
- [Header/Footer] Header / Footer is broken the layout #87 #88 #89
- [SettingsView][Section] Crash when ItemsSource element is replaced.
Ver.1.1.4-pre
Changes
- [Header/Footer] Section header/footer does not respect SafeAreaInsets #83
Bug fixes
- [SettingsView][Section] Crash when ItemsSource element is replaced.
Ver.1.0.9
Ver.1.1.1-pre
New Features
- [CustomCell] set XAML in SettingsView's cell
- [EntryCell] SetFocus method #63
- [EntryCell] CompletedCommand property
- [PickerCell] SelectionMode property
- [PickerCell] SelectedItem property
- [SettingsView] ShowArrowIndicatorForAndroid Property – show an arrow indicator at the right side of CommandCell and PickerCell.
- [SettingsView][Section] TemplateStartIndex property – the index that starts inserting the template.
- [Section] HeaderView and FooterView property – can set a Forms view to a section header / footer.
Changes
- EntryCell's keyboard is now hidden when scrolling on iOS. #59
- EntryCell Completed event is now occurred when a cell is lost focus too.
- Improved cell maniputation performance.
Bug fixes
- [TextPickerCell] Show the soft keyboard when tapping the dialog. #68
- [EntryCell][Android] A binding sometimes lost.