Releases: TerryZ/v-dialogs
Releases · TerryZ/v-dialogs
v3.0.3
v3.0.2
Please refer to CHANGELOG.md for details.
v3.0.1
Please refer to CHANGELOG.md for details.
v3.0.0
Please refer to CHANGELOG.md for details.
v2.2.0
Changelog:
- Refactoring internal implementations
- Adjust the dialogs style
- Add functional entry
alert
applyDialogAlert
functionmodal
applyDialogModal
functiontoast
applyDialogToast
functionmask
applyDialogMask
function- collection of related tool functions
DialogHelper
- Fixed no animation when closing
mask
dialog - Fixed when
modal
dialog maximized, the dialog content area is not maximized (#39), closes #39 - Add global scroll bar management
- Add
fullscreen
property inmodal
dialog, maximize when opening modal dialog - Add
alert
,toast
header text overflow truncate
v2.1.4
v2.1.3
Changelog:
- Use render functions to completely refactored plugin
- Modify prop name from dialogCloseButton to closeButton
- Modify prop name dialogMaxButton to maxButton
- Added prop icon, config to whether display message type icon
- Added prop customClass, custom them class name
- Added prop shaking, config to whether display a shaking animation when clicking outside of dialog
- Use Javascript Standard Style to format code