This article is an overview of the most important improvements and fixes for release v31.25.5
Fixes
Identifier |
Description |
|
Notes |
CXS-3360
|
Rich text fields add extra white space on the CV when you add a line between the text. |
|
Lightning RTF adds <p> tags for every line break user makes in the input field. So standard way of displaying RTF value in pdf is empty lines before and after line of the text: |
Now, by default in Visualforce CV Generator templates which are using our custom <cxsrec:getMapValue /> component <p> tag is replaced with <br> to avoid unnecessary empty space: |
|||