Skip to content

Releases: infinite-system/vue-dd

vue-dd@1.6.5

10 Sep 18:23
Compare
Choose a tag to compare
  • Added support for getters when 'get-all-properties' prop is enabled.

vue-dd@1.6.4

03 Jul 05:24
Compare
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!

vue-dd@1.6.2

05 Jun 20:30
Compare
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!

vue-dd@1.5.1

28 May 16:25
Compare
Choose a tag to compare

Minor style fix for (R) Reactive object display.

vue-dd@1.5.0

10 May 16:06
Compare
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!

vue-dd@1.4.0

07 May 23:26
Compare
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

vue-dd@1.3.8

27 Mar 23:07
Compare
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!

vue-dd@1.3.6

28 Jan 07:30
Compare
Choose a tag to compare
  • Streamlined 'focus' and 'focusSticky'

vue-dd@1.3.1

28 Jan 04:02
Compare
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

vue-dd@1.2.2

27 Jan 00:22
Compare
Choose a tag to compare
  • Clarified docs on Vue 3 and Vue 2