This repository has been archived by the owner on Jan 9, 2022. It is now read-only.
Releases: MichaelGitArt/gitart-vue-dialog
Releases · MichaelGitArt/gitart-vue-dialog
v1.2.0
v1.1.0
🚀 Features
- add activator slot for the GDialog
v1.0.0
First Stable Version 1.0.0
Add a lot of features after previous versions.
Read the docs and follow next releases to know about changes
v0.2.0
🚀 Features
- add customization for gialog transition
- add customization for content box-shadow
- add customization for overlay background
🔨 Bug Fixes
- fix enabling scroll if other dialogs is open
v0.2.0-alpha.4
🚀 Features
- add fullscreen mode
- add customization for content
background
andborder-radius
- make global customization by CSS vars
v0.2.0-alpha.3
🚀 Features
- make possible use plugin properties in option api
- setup types to support types in option api for plugin properties
- combine the properties of the plugin into one $dialog
v0.2.0-alpha.2
🔨 Bug Fixes
- setup disabling scrolling for mobile devices by html overflow
v0.2.0-alpha.1
🚀 Features
- make an object to install the package like a plugin
- add plugin methods to open and close dialogs programmatically (without putting them in a template)
- add plugin methods as an injection
- add a default component (GDialogRoot) to display programmatically added dialogs