Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Releases: MichaelGitArt/gitart-vue-dialog

v1.2.0

12 Dec 20:22
7d70812
Compare
Choose a tag to compare

🚀 Features

  • Add local mode for GDialog. Allows dialog fixing to the closest relative parent
  • Add onClose scoped data for default slot

🔨 Bug Fixes

  • Hide overlay for fullscreen mode
  • Disable content shadow for fullscreen mode

v1.1.0

10 Oct 22:04
Compare
Choose a tag to compare

🚀 Features

  • add activator slot for the GDialog

v1.0.0

29 Aug 10:21
Compare
Choose a tag to compare

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

28 Aug 11:57
Compare
Choose a tag to compare

🚀 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

27 Aug 20:03
Compare
Choose a tag to compare
v0.2.0-alpha.4 Pre-release
Pre-release

🚀 Features

  • add fullscreen mode
  • add customization for content background and border-radius
  • make global customization by CSS vars

v0.2.0-alpha.3

23 Aug 13:03
Compare
Choose a tag to compare
v0.2.0-alpha.3 Pre-release
Pre-release

🚀 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

21 Aug 20:38
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release

🔨 Bug Fixes

  • setup disabling scrolling for mobile devices by html overflow

v0.2.0-alpha.1

08 Aug 12:13
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

🚀 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