Skip to content

Releases: baianat/vuse

0.1.1

12 Aug 23:07
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

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

27 Jun 14:10
Compare
Choose a tag to compare

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 )