Skip to content

Releases: TerryZ/v-dialogs

v3.1.1

23 Sep 17:34

Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.1.0

01 Sep 17:25

Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.0.3

12 Aug 02:22

Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.0.2

06 Jul 05:48

Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.0.1

06 Jul 05:35

Choose a tag to compare

Please refer to CHANGELOG.md for details.

v3.0.0

05 Jul 08:27

Choose a tag to compare

Please refer to CHANGELOG.md for details.

v2.2.0

20 Jun 06:56

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

Choose a tag to compare

Changelog:

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

v2.1.3

27 Oct 09:58
7c0fcb4

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

Choose a tag to compare

更新内容:

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