Releases: infinite-system/vue-dd
Releases · infinite-system/vue-dd
vue-dd@1.6.5
- Added support for getters when 'get-all-properties' prop is enabled.
vue-dd@1.6.4
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
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
Minor style fix for (R) Reactive object display.
vue-dd@1.5.0
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
- 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
- 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
- Streamlined 'focus' and 'focusSticky'
vue-dd@1.3.1
- 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
- Clarified docs on Vue 3 and Vue 2