Skip to content

Releases: DIPSAS/DIPS.Xamarin.UI

Added OnOpen/OnClose commands for sheet

23 Jan 11:47
Compare
Choose a tag to compare
Pre-release
v2.5.0-pre001

Renamed and moved code

Sheet

22 Jan 13:44
874480e
Compare
Choose a tag to compare

Added / Changed

  • Added Sheet (wiki)
  • Introduced obsoletes because of the transition to ModalityLayout
    • PopupLayout is now obsolete and the consumers should use ModalityLayout.
    • Popup attached property is now obsolete and the consumers should use Modality.
  • Moved RadioButton to internal namespace as this is not supposed to be used outside of a RadioButtonGroup.

Added Sheet component, pre-release with correct dependencies

22 Jan 10:13
Compare
Choose a tag to compare
v2.4.0-pre002

Updated xamarin forms dependencies

Added Sheet component, pre-release

22 Jan 10:00
Compare
Choose a tag to compare
Pre-release
v2.4.0-pre001

Fixed y position of drag when the component changes

Added ModalityLayout and set PopupLayout to obsolete.

17 Jan 17:28
819a0c7
Compare
Choose a tag to compare

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

10 Jan 12:57
645322f
Compare
Choose a tag to compare
v2.2.1

Fixed crashing RadioButtonGroup (#92)

Popup / MultiplicationConverter improvements

10 Jan 10:25
4fc1b46
Compare
Choose a tag to compare

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

Improved `DatePicker` and `TimePicker`

09 Jan 11:56
79bb1f1
Compare
Choose a tag to compare

Added

  • LabelSize for Date/TimePicker can now be set with named font sizes.
  • Date/TimePicker now has a Open() method to open the picker programatically.

Added `IsOpen` properties for date/time picker

09 Jan 07:28
Compare
Choose a tag to compare
v2.1.3-pre004

Added IsOpen property for date/time picker

Added Open() to datepicker and timepicker.

09 Jan 07:06
Compare
Choose a tag to compare
v2.1.3-pre003

Added missing xml comment for timepicker open method