Rendering Versions
RenderingVersion is a setting per XForms that controls fixes related to rendering accuracy (incorrect widths, margins...). As applying them wculd negatively affect existing screens, only new screens are initialized with the latest RenderingVersion, while existing screens have to be migrated manually.
v10 Rendering versions
20231024
- v10, ItemXxx() functions now return an empty string when passed an empty string instead of a #VAL!
20230828
- v10, checkboxes in a list view layer will now follow the cell font size
20230713
- v10, added warning when using '
+' rather than '&' for string concatenation, as '+' has non-obvious implicit conversion side-effects
20230420
- v10, Drop-Down List selects the first option from the list when the previous value isn't among the new data instead of selecting the value with the same index.
v9 Rendering Versions
20211118
- v9, fixed multi-line text field dimensions accuracy (box-sizing)
20210913
- v9, compensate image borders when stretching image control
20210817
- v9, apply "box-sizing: border-box" even when border width are not homogeneous
20210504
- no longer increase height of cell containing an image with a hyperlink
- apply border-box box sizing as soon as a border is set, even if all borders are not of the same width
20210427
- v9, no longer increase width of cells without borders