Releases: DIPSAS/DIPS.Xamarin.UI
Releases · DIPSAS/DIPS.Xamarin.UI
Added OnOpen/OnClose commands for sheet
v2.5.0-pre001 Renamed and moved code
Sheet
Added / Changed
- Added Sheet (wiki)
- Introduced obsoletes because of the transition to
ModalityLayout
PopupLayout
is now obsolete and the consumers should useModalityLayout
.Popup
attached property is now obsolete and the consumers should useModality
.
- Moved
RadioButton
to internal namespace as this is not supposed to be used outside of aRadioButtonGroup
.
Added Sheet component, pre-release with correct dependencies
v2.4.0-pre002 Updated xamarin forms dependencies
Added Sheet component, pre-release
v2.4.0-pre001 Fixed y position of drag when the component changes
Added ModalityLayout and set PopupLayout to obsolete.
ModalityLayout
In preperation to #94 we have desided to make sure that the old PopupLayout now is more generic and can be reused.
The old PopupLayout is now obsolete and consumers should use ModalityLayout instead.
Fixed RadioButtonGroup
v2.2.1 Fixed crashing RadioButtonGroup (#92)
Popup / MultiplicationConverter improvements
Added / Fixed
- Popup
- Added ability to animate when opening / closing
- Added ability to choose more directions as to where to pop up
- MultiplicationConverter
- Factor is now expected to be of type
double
- Factor is now expected to be of type
Improved `DatePicker` and `TimePicker`
Added
LabelSize
forDate
/TimePicker
can now be set with named font sizes.Date
/TimePicker
now has aOpen()
method to open the picker programatically.
Added `IsOpen` properties for date/time picker
v2.1.3-pre004 Added IsOpen property for date/time picker
Added Open() to datepicker and timepicker.
v2.1.3-pre003 Added missing xml comment for timepicker open method