2020.2

Table Of Contents
Connect 2020.1 Designer Improvements
Improved backwards compability
Save a Copy now modifies script wizards in such a way that they will work in Connect versions
that pre-date the wizards.. (SHARED-74183)
Scripting Improvements
l Introduced new translate(string[, context]) script function that can be used
to translate a string and optional context. (SHARED-74827)
l
Control script change. Assigning the value "undefined" to masterFront or masterBack
should override the master page settings in the Sheet Configuration dialog and ensure
that no master page is used. In 2019.2 you needed to pass either "null" or an empty string.
(SHARED-74887)
l Fixed an issue with scripting that could cause statements like query("<tbody>") or query
("<tr>") to fail. (SHARED-74898)
General Designer Improvements
l The underline feature now creates <span> wrappers with text-decoration:underline
instead of <u> wrappers. This prevents a preflight warning about the <u> tag not being
supported. (SHARED-69181)
l “Save as” now uses the directory of the original resource as default save location, unless
the resources was never saved or was included in external package. (SHARED-70057)
l
CSS can be pretty printed manually by invoking the new "Format" command or through
the Ctrl+Shift+F shortcut. (SHARED-71419)
l Added support for custom properties and the var() keyword in CSS. (SHARED-72634)
For more info, see https://developer.mozilla.org/en-US/docs/Web/CSS/--*
l Table columns can now only be re-sized in DESIGN mode. This change was introduced
to prevent columns from being unintentionally re-sized in PREVIEW mode. (SHARED-
73021)
l
The Styles panel now includes styles for pseudo-elements like ::before and ::after.
(SHARED-73327)
l Fixed a problem with the Align toolbar buttons not always properly aligning the selected
elements. (SHARED-73493)
Page 1037