Skip to content

Releases: DIPSAS/DIPS.Xamarin.UI

Version 6.2.1

28 Aug 13:51
43d15d5

Choose a tag to compare

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

28 Aug 08:29
003bf56

Choose a tag to compare

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

25 Aug 15:48

Choose a tag to compare

Version 6.2.0 Pre-release
Pre-release

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

23 Aug 19:29
1db1373

Choose a tag to compare

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

23 Aug 16:05

Choose a tag to compare

Version 6.1.2 Pre-release
Pre-release
v6.1.2-pre001

Added Unfocus and Close methods

Version 6.1.1

21 Aug 13:06
2106e71

Choose a tag to compare

Fixed

  • DatePicker
    • Made sure the DateSelected event gets raised when the user is done on iOS and have selected WhenDone DateChangedStrategy.

Version 6.1.0

21 Aug 11:27
2475a5b

Choose a tag to compare

Added

  • DatePicker
    • Now has the ability of adding an extra button to the native DatePicker (PR, wiki)
    • You can now set the behavior of when the Date should update on iOS. (PR, wiki)

Version 6.0.0

13 Aug 11:57
ca87b73

Choose a tag to compare

Sheet

Added / Fixed

  • Added a new ShouldAutoClose property that defaults to true.
    • This lets you control if the sheet should automatically close when it reaches the MinPosition

Breaking behavior

  • The sheet will not snap in place when you only set MinPosition any more, you will have to set ShouldAutoClose = "False" for it to behave like before. (See this wiki)
  • The sheet now closes / snaps relative to MinPosition when the user RELEASE a drag. (Used to happen WHILE DRAGGING before).

Version 5.4.1

13 Aug 07:12
968d7c4

Choose a tag to compare

Added / Fixed

  • Toast performance optimization (PR)

v5.4.1-pre002

12 Aug 19:16

Choose a tag to compare

v5.4.1-pre002 Pre-release
Pre-release
Remove unessesary event subscription + null-checks that are safe to n…