Skip to content

Releases: infinite-system/vue-dd

[email protected]

10 Sep 18:23

Choose a tag to compare

  • Added support for getters when 'get-all-properties' prop is enabled.

[email protected]

03 Jul 05:24

Choose a tag to compare

Fixed display bugs when the new prop :get-all-properties="true", this prop can be used to show properties of classes (static properties) and class objects (enumerating also the prototype properties from parents and grand parents when class extends inheritance is used).

Enjoy!

[email protected]

05 Jun 20:30

Choose a tag to compare

New prop added get-all-properties when set to true will get all properties from the class based objects, as well as from that objects' prototype.

Enjoy!

[email protected]

28 May 16:25

Choose a tag to compare

Minor style fix for (R) Reactive object display.

[email protected]

10 May 16:06

Choose a tag to compare

Fixed saveFocus prop functionality, now to be able to saveFocus you have to supply name or id props, anonymous saveFocus is deprecated.

Enjoy!

[email protected]

07 May 23:26

Choose a tag to compare

  • Removed button elements to prevent accidental form submits
  • Repositioned the eye focus button to a more optimal position, visually and from the UX perspective

[email protected]

27 Mar 23:07

Choose a tag to compare

  • Form submit is now prevented when clicking the arrow button
  • Advanced display functionality is implemented and integrated when using many options in parallel

Enjoy!

[email protected]

28 Jan 07:30

Choose a tag to compare

  • Streamlined 'focus' and 'focusSticky'

[email protected]

28 Jan 04:02

Choose a tag to compare

  • new prop 'focusSticky' will follow the focus element even on modelValue change,
    • or even when you re-open the object containing the focus element.
  • improved documentation

[email protected]

27 Jan 00:22

Choose a tag to compare

  • Clarified docs on Vue 3 and Vue 2