Releases: DIPSAS/DIPS.Xamarin.UI
Releases · DIPSAS/DIPS.Xamarin.UI
Version 8.0.3
When the floating navigation button is set to hide, the badge on floating navigation button is also set to hide
Version 7.0.2 (patch release)
Badge in floating menu button is hidden when floating menu button is hidden
Version 8.0.2
Library.Initialize()
will always only run once.
Vibration patch
Vibration now works in SlidableLayout
when SelectedItemChangeCommand
is not set.
Xamarin.Forms 5.0 and simple Vibration API.
- Update to minimum required Xamarin.Forms version
5.0.0.2012
. - Static Vibration API:
Vibration
.
Version 7.0.1
Fixed animation for long list in sheet view
Version 7.0.1-pre002
Fix long list sheet view animation issue
Version 7.0.1-pre001
Version 7.0.1-pre001
[Android] TrendGraphs jumble issues in list views
TrendGraphs are now using BoxViews instead of Frames. The issue in iOS that's seen if BoxViews are used is also addressed
Version 7.0.0
Version 7.0.0
Date and Time converters
- All Date And Time converters in dxui will use convert the DateTime to local time prior to formatting it.
- To opt out of this, we can use the flag
IgnoreLocalTime
Version 6.9.0
Version 6.9.0
Sheet
- New vertical content alignment so the content size is the same as the sheet
- New OpenCommand that can be used directly in your XAML. This makes it easier to open the sheet without having to create a
IsOpen
property to simply open it.