Something 'cool' is coming soon (teaser)

All the latest news about WYSIWYG Web Builder can be read in this section

*** Current version: WYSIWYG Web Builder 19.2.0 ***


User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Login Tools - User Redirect

Post by Pablo »

Login Tools - User Redirect

- New feature: Added the ability to redirect with user roles. Use brackets, to indicate that you want to use a user role. For example: {guest] or [admin]

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Login Tools - Login

Post by Pablo »

Login Tools - Login

- New feature: Added 'Allow Login with Email Address' option. Specifies whether the user can also login with the email address (in addition to the username).

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Conditions

Post by Pablo »

Conditions

- New feature: Added 'range' condition. An easier way to test whether the numeric input is within a range (min / max).

Image


- New feature: Added 'set choices' action. This lets you "chain" multiple form combo boxes (select lists) together so that the selection in a "parent" list can tailor the options available in a "child" list.
Options should be separated by a comma: option1,option2,option3. By default, the text is also used as the value. But you can also configure a separate value: option1=1,option2=2,option3=3

Demo:
https://www.wysiwygwebbuilder.com/support/wb17tryouts/wb17_cascadingdropdown.html

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Layers, Layout Grid, Flex container

Post by Pablo »

Layers, Layout Grid, Flex container

- New feature: Added the ability to select a local file as video background.
Also, if you select a background image then this will be used as the 'poster' image.

Image


- New feature: Added support for 'universal-parallax’. This can be used as alternative for the standard parallax. universal-parallax is a third-party parallax script that is lightweight and cross browser compatible. Including mobile platforms (iOS, Android).
https://github.com/marrio-h/universal-parallax

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Dialog

Post by Pablo »

Dialog

- New feature: Added the ability to set the heading tag for the dialog title (applied to Bootstrap only). Previously the title was fixed to <h4>, but now you can control this yourself. This may be useful to optimize your web site’s heading and /or improve Lightspeed scores.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Accordion

Post by Pablo »

Accordion

- New feature: Added the ability to set the heading tag for the panel titles.
See also ‘Dialog’, in the previous post
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Flex Grid

Post by Pablo »

Flex Grid

- New feature: Added an easier way to define grid areas using the mouse.

Step 1: clear the grid (via template).

Image

Step 2: click the first cell of the range and hold down the mouse button.

Image

Step 3: move the mouse cursor to the last cell and release the mouse button. A new range will be created automatically. Repeat these steps to add more areas.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Text

Post by Pablo »

Text

- New feature: Added support for underline styles: double, dotted, dashed, wave

Image

- New feature: Added the ability to set a different underline color.

Image

Image


- New feature: Added RTF table support to text object. Now you can directly insert tables in text. With the ability to set the cell background color, border color and with.
Columns and rows can be resized with the mouse. The formatting (font family, font size, color etc.) can be set for multiple cells at once.
You can even copy/paste table from Word or Excel. Note however that RTF does not support all Office features.

Online tutorial:
https://www.wysiwygwebbuilder.com/tables.html

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Tables

Post by Pablo »

Tables

- New feature: Added new border commands to quickly set the borders of selected cells: color, width, left, right, top, bottom, no borders, all borders, outside borders, inside border etc.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Google Fonts

Post by Pablo »

Google Fonts

- New feature: Added 96 new Google Fonts.

- New feature: Added the ability to specify additional parameters for Google Fonts.

Image


- New feature: Check for missing Google fonts when loading a project. This will scan the project for missing fonts and prompt to automatically install the missing fonts.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

General Text Input

Post by Pablo »

Change Case

- New feature: Added ‘Change case’ to the context menu of text input boxes (in property dialogs). You can now easily change the capitalization, or case, of text in an input box via the context menu (right click). For example, text in links, navigation etc…

Image


Lorem Ipsum
- New feature: Added ‘Lorem Ipsum’ insert options to the context menu of text input boxes. This may be useful to quickly insert dummy text in objects.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Shape

Post by Pablo »

Shape

- New feature: Added the ability to justify alignment of shape text.

Image

Image


- New feature: Added experimental 'shape-inside' text for "Flowchart Connector" shape.
Basically, this shape is exactly the same as the standard ellipse shape.
However, the text will wrap following the circle inside of the regular rectangular box.
Note: the output format should be set the SVG!

Demo:
https://www.wysiwygwebbuilder.com/support/wb17tryouts/wb17_shapeinside.html

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

ClipArt / TextArt / Shape

Post by Pablo »

ClipArt / TextArt / Shape

- New feature: Added the ability to use a video as the background for shapes, clipart and textart!
This uses CSS's clip-path (https://caniuse.com/css-clip-path) to clip the video inside the path.
Supported video's include YouTube, Vimeo, Pixabay and HTML5 video (mp4, webm).

Demo:
https://www.wysiwygwebbuilder.com/support/wb17tryouts/wb17_shapevideo.html

Image


- New feature: Added 'fill rule' option (normal / inverse).
This makes it possible to create 'cutout' shapes, clipart and text where the shape or text is transparent, instead of the background.

Image

Image

Image


- New feature: Added the ability to add padding to the shape, clipart or text.
This is especially useful when fill rule is set to 'inverse', so you can set some spacing around the shape.

Image


- Improved: ClipArt, TextArt, Shape objects are now responsive when the output format is set to SVG!
So, finally shapes can have different sizes in breakpoints even in fixed/absolute layouts.

- Improved: Shadow now uses native CSS filters instead of simulated effect.
This improves the size, quality and performance of the shape.
Also, image/svg remains responsive and the effect is animatable (via transition and animations).
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

TextArt

Post by Pablo »

TextArt

- New feature: Added 3 new warp styles: circle large, circle medium, circle small.
A great way to add circular text. Note: When exported as SVG, the text is responsive.

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

ClipArt / TextArt / Shape / Polygon / Banner / Text / Merged Object

Post by Pablo »

ClipArt / TextArt / Shape / Polygon / Banner / Text / Merged Object

- New feature: Added the ability to publish the image in WebP format. This may reduce image file sizes while maintaining the same quality. The published file will use lossless compression.

Image

The compression level can be set in Tools -> Options -> Publish. with level 1 being the fastest, 9 being the slowest. Fast mode produces larger file size than slower ones.

Image

It is also possible to export in WebP format via the context menu: Save as Image.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Image

Post by Pablo »

Image

- Improved: Image now uses scrset instead of javascript for the retina image.

Image

Image


- Improved: Lazy load script has been replaced with native HTML loading="lazy" attribute for better performance. Also applies to photo gallery and rollover images.

Image


- Improved: 'gaussian blur' shadow effect has been renamed to 'drop shadow' because this is the official CSS name for this effect.

Image

- Improved: 'drop shadow' now uses native CSS filters instead of simulated effect. This improves the size, quality and performance of the image. Also, image remains responsive and the effect is animatable (via transition and animations).
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Picture

Post by Pablo »

Picture

- New feature: Added support for 'drop shadow'.

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Photo Gallery

Post by Pablo »

Photo Gallery

- Improved: If you use WebP images in the Photo Gallery then the generated thumbnail images now also will be in WebP format.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Icons

Post by Pablo »

Icons

- New feature: Added the ability to use multiple colors for icons. Each part of the icon can now have a different color (for SVG output format).

Demo:
https://www.wysiwygwebbuilder.com/support/wb17tryouts/wb17_multicoloricons.html

Image

Image

Image


- New feature: Added 'text-stroke' option to border styles, adds a stroke to the icon.

Image

- New feature: Added support for Bootstrap Icons (https://icons.getbootstrap.com/) with over 1300 icons.
Bootstrap Icons will be available as free add-on: https://www.wysiwygwebbuilder.com/free_extras.html

Image


- Improved: Added built-in support for Material Icons 4.0.0 with more than 800 new icons!

Image


- New feature: Added support for Material Icons Round, Material Outlined and Material Icons Sharp.
These are variants of the Material Icons. The add-on Icon libraries will be available in the 'Free Extras' section: https://www.wysiwygwebbuilder.com/free_extras.html

Image


- Improved: The Font Awesome 5 libraries will also be updated to the latest version.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

YouTube / Vimeo / HTML5 Video

Post by Pablo »

YouTube / Vimeo / HTML5 Video

- New feature: Added support for Portrait aspect ratio 9:16.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Video Player

Post by Pablo »

Video Player

- New feature: wb.videoplayer.min.js has been replaced with plyr.min.js, so the video player now has many extra options: responsive, sub title support, aspect ratio and lots of styling options!

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Embed

Post by Pablo »

Embed
The 'plug-in' object has been renamed to 'embed', because this is the official HTML element name.
Deprecated HTML options have been removed.

- New feature: Added 'type' property to set the media type.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Site Tree

Post by Pablo »

Site Tree

- New feature: Added padding support.

Image


- New feature: Added 'indent' property to set offset for text items.

Image

Image


- New feature: Added 'full width' property for use with layout grids.

Image

- New feature: Added 'text alignment' option.

Image

Image

- New feature: Added the ability to rotate the object.

Image


- New feature: Added support for custom border and border images.

Image

Image


- New feature: Added the ability to set the line height.

Image


- Improved: Responsive fonts.

- Improved: The Site Tree now uses Direct2D rendering instead of MSHTML. This results in faster rendering and more control over the layout.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

CSS Menu / Text Menu

Post by Pablo »

CSS Menu / Text Menu

- Improved: The "Spacing" of (main) menu items is now responsive so it can be different in breakpoints. This may be helpful to increase spacing between links on mobile devices (and prevent "Tap targets are too small" warnings in Google's Lighthouse).

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Navigation

Post by Pablo »

Navigation (general)

- Improved: If a navigation object (menubar, panel menu etc.) is selected then the 'Link' button will open the object's properties.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Text Menu

Post by Pablo »

Text Menu

- New feature: Added 'Full Width' property. Display the menu full width in Layout Grids.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Breadcrumb

Post by Pablo »

Breadcrumb

- Improved: The separator padding is now responsive so it can be different in breakpoints. This may be helpful to increase spacing between links on mobile devices.

- Improved: Added support for structured data (https://schema.org/BreadcrumbList), so search engines can better understand the structure of the Breadcrumb navigation.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Go Menu

Post by Pablo »

Go Menu

- New feature: Added border-radius property.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Themeable Menu

Post by Pablo »

Themeable Menu

- Improved: Added support for multilevel drop-down menus. Previously only one level was supported. Note: this requires 'click to open'.

Image


- New feature: Added the ability to set the padding for sub items in mobile mode.

Image


- New feature: Added 'Arrow spacing' option. Specifies the spacing between the text and the drop-down arrow.

Image


- New feature: Added 'Use Split Button' option. A split button is a hybrid between a button and a drop-down menu. It displays a drop-down menu when the user clicks the arrow, but also offers one-click access to a default choice that doesn't require opening the menu. Note: split buttons only work with 'click to open submenus'.

Image

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Overlay Menu

Post by Pablo »

Overlay Menu

- New feature: Added 'Expanded' option. This makes it possible to display the menu fully expanded. For example, to display a tree like navigation. When the menu is full expanded the main items with a sub menu can also have links.

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Responsive Menu

Post by Pablo »

Responsive Menu

- New feature: Added 'Arrow offset' option. This specifies the spacing between the text and arrow (for menu item with sub levels). It is also possible to set a negative offset. In that case the arrow will positioned at the right side of the menu item.

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

ListView

Post by Pablo »

ListView

- New feature: Added an optional 'Search filter'. This adds a search filter bar to the listview.

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Themeable Button

Post by Pablo »

Themeable Button

- New feature: Added 'show checkmark' option for checkbox and radio button mode. This specifies whether the optional checkmark is displayed on the button.

Image

Image


- Improved: The button no longer uses jQuery and jQuery UI themes when the button type is set to normal, reset, submit or link.
This will make the page weight a lot lighter.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Carousel / Slideshow / Snap Scroll

Post by Pablo »

Carousel / Slideshow / Snap Scroll

- Improved: The built-in pagination dots now use CSS instead of images. This slightly reduces the size and load time of the page.

- New feature: Added 8 new pagination dot styles: Dot 2 Stroke, Fill In, Fill Up, Puff, Scale Down, Scale Up, Shadow, Small Dot
These options affects the way the dots are animated between states.

Demo:
https://www.wysiwygwebbuilder.com/support/wb17tryouts/wb17_paginationdots.html

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

prefers-reduced-motion

Post by Pablo »

prefers-reduced-motion

- New feature: Added support for 'prefers-reduced-motion' via "Disable CSS animations and transitions for prefers-reduced-motion". This option will disable CSS animations and transitions if 'Reduce motion' is enabled in the user's system settings. In Windows 10 you can disable animation via Control Panel -> Turn off all unnecessary animations'. On the Mac: Accessibility -> Display -> Reduce motion

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

jquery-3.6.0.slim.min.js

Post by Pablo »

jquery-3.6.0.slim.min.js

- New feature: Added support for the ‘slim’ version of jQuery.
The 'slim' version excludes the ajax and effects modules and is approximately 17Kb smaller than the full version of jQuery. You can select the slim version if you are just using basic features like simple events (without effects) or Bootstrap based widgets.

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Easing

Post by Pablo »

Easing

- Improved: When using Easing effects in animations (for example in Bookmarks, Panel Menu, SVG animations, Snap Scroll etc), the HTML generator will now only include the jQuery Effects module (11KB) instead of the full jQuery UI library (248KB)!

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Animation and Transitions

Post by Pablo »

Animation and Transitions

- New feature: Added support for 'clip-path' property. This is a powerful property that allows you to create shape-based animations.

Image


- New feature: Added 15 new animations using the clip-path property.

Demo:
https://www.wysiwygwebbuilder.com/support/wb17tryouts/wb17_clippath.html

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Dark Mode

Post by Pablo »

Dark Mode

- New feature: Added a toggle button to quickly switch between Light and Dark mode.

Image

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Templates

Post by Pablo »

To demonstrate the WWB17 features, we have created a bunch of new templates ;)

Image
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Something cool is coming soon (teaser)

Post by Pablo »

And to conclude this teaser, here's the (almost) complete list of new features for WYSIWYG Web Builder 17.
https://www.wysiwygwebbuilder.com/support/wb17.html

WYSIWYG Web Builder 17 will be available within a few days...
Locked