Releases: infinite-system/vue-dd
Releases · infinite-system/vue-dd
[email protected]
- Added support for getters when 'get-all-properties' prop is enabled.
[email protected]
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]
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]
Minor style fix for (R) Reactive object display.
[email protected]
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]
- 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]
- 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]
- Streamlined 'focus' and 'focusSticky'
[email protected]
- new prop 'focusSticky' will follow the focus element even on
modelValuechange,- or even when you re-open the object containing the focus element.
- improved documentation
[email protected]
- Clarified docs on Vue 3 and Vue 2