Feature list
http://www.wysiwygwebbuilder.com/new_features.html
Upgrade FAQ
http://www.wysiwygwebbuilder.com/howtoupgrade.html
This section lists the most important changes and known compatibility issues with previous versions of WWB.
Hardware acceleration/Direct2D
Modern websites are becoming more complicated with large high resolution images, flexible layouts, animations and other graphically demanding functionality.
Unfortunately, the standard graphics functionality in Windows GDI (as used in previous versions of WWB) is not capable of handling all this new functionality. That is why in WB15, we have switched to Direct2D/hardware accelerated graphics.
The graphics engine for workspace rendering has been completely redesigned using hardware acceleration (Direct2d), for better performance and higher quality graphics during design time. Basically this is also what browsers use for rendering.
To make this possible all rendering had to be implemented from scratch. We have spent a lot of time to make sure everything looks the same (or better) than before, but it's possible we overlooked something.
If you find huge differences then please let us know.
Unfortunately the switch to Direct2D also means that the software no longer works on Windows XP/Vista.
For the best results we recommend to use Windows 10. Although most functionality should also work with Windows 7 and 8.
If you are using an older version of Windows 7 then you may need to install Direct2D support manually:
https://support.microsoft.com/en-us/hel ... 008-r2-sp1
More information about Direct2D / GDI:
https://docs.microsoft.com/en-us/window ... 2d-and-gdi
Text
In version 15, the text editor is now fully integrated into the workspace. WWB no longer loads an overlay editor, but handles all editing internally (via ITextHost): this means that it’s faster, it uses the same rendering in edit/display mode and we have more control over editing and the generated output.
For example, the editor now supports lists (bullets/numbered lists), emojis and inline images (experimental).
On Windows 10 the editor also uses Direct2D. Unfortunately Windows 7 and 8 do not support Direct2D in the text editor, so in that case the software will fall back to GDI.
Because WWB15 uses a different rendering engine, text may not look exactly the same as in previous versions, some fonts will be render slightly larger or smaller.
If this causes major issues for you then you can disable Direct2d for text in the registry:
1. open regedit.exe
2. Go to HKEY_CURRENT_USER\Software\Pablo Software Solutions\WYSIWYG Web Builder 15\Settings
3. Add 'EnableD2D' (DWORD) and set the value to '0'
Now restart WWB15.

The text object also has a new HTML code generator with direct RTF to HTML conversion for more accurate rendering results.
To make sure existing websites look the same as before, all text in old projects will be published in 'compatibility mode'.
To use the new format, set the output format to 'use <p> tags'. The output format of all new text will automatically be set the 'use <p> tags'.
