Releases: DIPSAS/DIPS.Xamarin.UI
Releases · DIPSAS/DIPS.Xamarin.UI
Version 6.2.1
Fixed
- DatePicker
- The iOS datepicker is now synced when the user has closed the iOS datepicker but not chosen to set date until it's done.
Version 6.2.0
You can now set gesture recognizers on the content in a SlidableContentLayout without losing the scroll capability on Android.
Closes #179
Version 6.2.0
Added
Sheet
- Sheet content can now be set by using a
DataTemplate- The sheet content will be lazily loaded when the sheet opens and closes.
- The sheet content view will get destroyed and recreated each time the sheet opens / closes
- You can benefit from
x:DataType(compiled bindings) which increases performance.
Version 6.1.2
Added / Fixed
- DatePicker
- The datepicker now unfocus when you use the extra button.
- Added both Focus / Unfocus and Open / Close methods for the consumer.
Version 6.1.2
v6.1.2-pre001 Added Unfocus and Close methods
Version 6.1.1
Fixed
- DatePicker
- Made sure the DateSelected event gets raised when the user is done on iOS and have selected
WhenDoneDateChangedStrategy.
- Made sure the DateSelected event gets raised when the user is done on iOS and have selected
Version 6.1.0
Version 6.0.0
Sheet
Added / Fixed
- Added a new
ShouldAutoCloseproperty that defaults totrue.- This lets you control if the sheet should automatically close when it reaches the
MinPosition
- This lets you control if the sheet should automatically close when it reaches the
Breaking behavior
- The sheet will not snap in place when you only set
MinPositionany more, you will have to setShouldAutoClose = "False"for it to behave like before. (See this wiki) - The sheet now closes / snaps relative to
MinPositionwhen the user RELEASE a drag. (Used to happen WHILE DRAGGING before).
Version 5.4.1
Added / Fixed
- Toast performance optimization (PR)
v5.4.1-pre002
Remove unessesary event subscription + null-checks that are safe to n…