VS Builder Changelog

v2
new
Drag and Drop column resize implemented.
new
Method 'save()' added to VSBuilder object.
new
Method 'getJSON()' added to VSBuilder object.
new
Method 'getHTML()' added to VSBuilder object.
new
Method 'getBodyHTML()' added to VSBuilder object.
new
Method 'getHeadHTML()' added to VSBuilder object.
new
Method 'getHeaderHTML()' added to VSBuilder object.
new
Method 'getSectionsHTML()' added to VSBuilder object.
new
Method 'getFooterHTML()' added to VSBuilder object.
new
Method 'getCSS()' added to VSBuilder object.
new
Method 'getJSFiles()' added to VSBuilder object.
new
Method 'getCSSFiles()' added to VSBuilder object.
new
Method 'getPageMeta()' added to VSBuilder object.
v1.9.1
new
Custom save function added to the config object.
new
Custom load function added to the config object.
new
Custom reset function added to the config object.
v1.9
new
Hotkeys added: 'CTRL + S' for save, 'CTRL + SHIFT + R' for reset, 'Delete' for element remove, 'F1' for documentation.
new
Approve confirmation popup by pressing 'Enter'.
new
Auto save option added to the config object.
fix
Ask for confirmation on reset.
fix
Fixed the empty sidebar once saved data is loaded.
v1.8
new
Changelog added to the package.
new
Fonts option added to the config object. You can choose which fonts to include in the generated page.
new
'appendTo' option added to the config object. From now you can choose where Builder's interface should be created.
new
Save the actual state to the local storage implemented. Now you can save your changes and close the builder carelessly.
new
Created new css preloader for smooth animations while loading.
v1.7
new
Integrated VS Builder with Bootstrap.
new
Completely rewritten the documentation.
fix
Major CSS changes, all VS Builder's classes were prefixed with 'vs-' to avoid theme conflicts.
fix
Octa completely separated from VS Builder. Now all the VS Builder's components are integrated into the Octa theme. No more components inside the VS Builder itself.
fix
A lot of work was done around the optimization, and now vsbuilde.min.js is 200kb lighter then previous version - which makes 30% of optimization.
fix
Solved the icon issue in FireFox.
v1.6.2
new
Filter for the list of components implemented.
v1.6.1
new
Hierarchy highlight added.
v1.6
new
Now users can create custom component.
fix
Provided all needed 'Less' files.
fix
Minor fixes.