Digital Writer 4.6.0

Compatibility

  • Editor Service >=3.6>=4.0
  • Concept Backend >=2.6

Released 2018-05-21

Release overview

Configuration for displaying current text styles in writer by default.

There’s now an optional config entry in the writer config file for displaying current text styles in the document. If this config is not set, the text styles are hidden.

Enabled image download functionality in image node

The functionality to download the original image was moved from a plugin to core writer functionality.

Webpack upgrade and optimization

The build process is upgraded, and optimized. This makes writer faster to load for end-users.

Changes in this release

New Feature

  • WRIT-647 - Optional config for “showTextStyles” default value

Improvement

  • WRIT-644 - Extend image node traits with download original image method
  • WRIT-551 - Upgrade to webpack 4

Bug

Upgrade notes

WRIT-647 Optional config for “showTextStyles” default value

Enable text styles by default by setting this property to true in writer config. The property is optional and default value, if omitted, is false.

"showTextStyles": true,