Vuse Versions Save

🚧 Build web pages with Vuse, the next-gen interactive page builder powered with Vue.js.

0.1.1

5 years ago

This release changes the internal structure of the project, separating the Vuse core files from the demo files which caused a confusion between the available components and the example specific ones.

Issues ✔

  • Fixed package.json not referencing the correct module closes #12 #14

0.1.0

5 years ago

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 )