Skip to content

Releases: TerryZ/v-dialogs

v3.0.3

12 Aug 02:22
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.0.2

06 Jul 05:48
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.0.1

06 Jul 05:35
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.0.0

05 Jul 08:27
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v2.2.0

20 Jun 06:56
Compare
Choose a tag to compare

Changelog:

  • Refactoring internal implementations
  • Adjust the dialogs style
  • Add functional entry
    • alert apply DialogAlert function
    • modal apply DialogModal function
    • toast apply DialogToast function
    • mask apply DialogMask 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 in modal dialog, maximize when opening modal dialog
  • Add alert, toast header text overflow truncate

v2.1.4

15 Mar 03:30
Compare
Choose a tag to compare

Changelog:

  • add Function type for Modal component prop
  • upgrade some lib

v2.1.3

27 Oct 09:58
7c0fcb4
Compare
Choose a tag to compare

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

v2.0.3

07 Mar 08:17
Compare
Choose a tag to compare

更新内容:

  • Model 模式的 params 入参以本体直接绑定,在内部获取数据时不再需要使用 this.params.username 结构来获取,而是 this.username 来获取即可
  • 重构部分样式

v2.0.1

28 Dec 09:26
Compare
Choose a tag to compare

更新内容:

  • 重构插件
  • 增加部分参数可全局配置
  • 增加 instanceName 参数在全局注册插件时配置名称
  • 默认插件实例名称从 $vDialog 精简为 $dlg
  • 修改 iconfont 的字体名称,以免与实际项目中的字体名称冲突
  • 多语言增加葡萄牙语(Portuguese)
  • 完善窗口动画及背景遮罩动画
  • Alert, Mask, Toast 三种方式的参数设置允许自由组合
  • 修复 IE9 下 Toast 的位置不正确的问题
  • 调整 Modal 模式下关闭窗口的 API