- Initial release with basic dialogs.
- Added new type of dialog
ModalDialog.confirmation
- There were a lot of breaking changes in this revision. You should definitely check the documentation. Added the option to set a custom color for the button and the title of the dialogs. In this revision, some
String
properties were replaced by theModalTitle
,ModalButton
andModalDetail
objects.
- Fixed an issue with the
ModalDialog.detailed
where it would fail to build if thedetail
was null