Releases: givanz/VvvebJs
VvvebJs 2.0.4
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
- Enable save button if changes are made in code editor 2f1c5e6
- Added default width to image component template 4a844a3
- Fixed tabs and accordion add new item bug 008d3c4
- Show css variables in 2 columns for colors and 1 column for other values 133e1b3
- Save downloaded zip file name to match current page name 7517929
- Fixed missing images 3a6909e
- Add default media variables only if not added from editor.html to allow easier override 1bd8078
- Parallax background toggle and sections reuse refactor 3e46bb1
- Move actions toolbar to bottom if there is no space on top, shortcuts for undo/redo, new page, navigator and code editor toggle caa09e6
- Fixed toggle input template on/off state for emtpy values 11c2298
- Type option to switch between ordered and unordered list for list component 409ede1
- Fixed chrome bug that adds div elements inside paragraphs on enter key, media modal styles improvement. 1a7e4a7
- Open the ckeditor text editor in popup 838b155 @eduardokraus
- Fixed content overflowing issue 33e89ae #378
VvvebJs 2.0.3
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
- UI changes 1e8b5c5
- Moved font list update code to Vvveb.FontsManager.addFontList
VvvebJs 2.0.2
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
-
Hover state styles #164
-
Inline css switch for email templates #371
-
Removed adjustListsHeight() and enabled drag and drop for sections ef55737
-
Fixed 'Set image' button from image input not working properly 469a3c4 #368
-
Tinymce plugin fix ef921fe
-
Page zoom control 90ccaa7
-
Oembed load provider javascript to fully render widget, change twitter domain to x, encode url and set user agent to work with certain providers such as reddit. 2ac3e7d
-
Fixed selectBoxPosition error on window resize if no element is selected 86f9757 #360
-
Fixed accordion component missing :scope from selector 6d56c92 #359
-
Fixed ListInput section index and remove method 9a3efea
-
Fixed css properties not changed after code editor changes 63d80f7 #358
-
Select box adjust size on window resize. ec44917
VvvebJs 2.0.1
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
Fixed code editor modal save bug #355
Select box adjust size on window resize.
Hide add component button if body is selected
Hide select actions for body element.
UI elements size and space improvement
Added table head/footer components to show proper icons in navigator when selecting table cells.
Fixed bug in embed video component
Color palette for color input initialized with theme colors
Fixed 'PayloadTooLargeError: request entity too large' #341 (comment)
Removed GLOB_BRACE from glob for compatibility with OSes that lacks support like Alpine Linux
VvvebJs 2.0.0
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
JQuery to Vanilla js code rewrite, removed jQuery dependency
VvvebJs + Landing theme 1.7.7
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
VvvebJs + Landing theme 1.7.6
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
-
Fix for list height adjustments.
-
Landing theme update with new sections.
1.7.5
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
-
Fixed XSS vulnerability in save.php #342 reported by https://github.com/Hebing123
-
Updated Bootstrap to 5.3.3
VvvebJs + Landing theme 1.7.4
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
Fixed missing page url for new pages when created with new page modal
Media modal upload area style fix
Designer mode not working fix.
Keep element selected while using move up/down buttons.
Don't try to drop dragged element to void elements like img/input etc.
Vertical position calculation fix for proper before/after drop position when moving dragged element.
If element has property set as inline style change it inline instead of saving to css to fix issues like font size/family change not working when the element is edited with the inline text editor and then from properties panel.
VvvebJs + Landing theme 1.7.3
This package is the same used in VvvebJs demo
Includes Landing theme from Vvveb CMS as default edit page with custom sections and automatic section screenshots generation from html source.
Drag element improvements to avoid elements jumping around.
Components icons update.
New components: oEmbed components, swiper carousel, tabs, accordion, flip-box, font-icon, social icons.
New events: vvveb.FileManager.deletePage, vvveb.FileManager.renamePage, vvveb.FileManager.addPage, vvveb.FileManager.loadPage, vvveb.Breadcrumb.click, vvveb.Breadcrumb.hover
ChatGPT assistant plugin.
Svg icons default stroke and fill fix to display properly on dark mode.
Grid and column components extends base to shows styles options.
Changed pages file to include path for new save function changes.