Releases: baianat/vuse
Releases · baianat/vuse
0.1.1
0.1.0
This release aims to add more UX features and fix performance issues.
Drag and Drop Sections
- you now can drag and drog section in its place (as suggested in #5 )
- arranging sections now updates the array of sections in Vue data
Performance Enhancements
- popper is created when the
Styler
is visible only - popper destroyed when the
Styler
is inactive (remove all event listeners) - when builder component is destroyed all section is also destroyed and removed from DOM (closes #9 )