release_10.4.1
Patch release
- Only fixes in this release - use this in preference to 10.4.0.
Common-canvas
#617 Double image displayed after image field in node updated
A regression in 10.3.0 caused a double image to be displayed on the canvas when a node's image field was updated either through the canvas controller API or by loading a new pipeline flow document with an updated image. This has been fixed in this patch release.
Common-properties
#619 Updated row checkbox labels in virtualized table
Host applications that import the Flexible Table component directly will see a regression in version 10.2.0: the common-properties panel will not load and the following error will be seen in console:
Cannot read property 'getReactIntl' of undefined.
This regression issue is fixed in version 10.4.1. This was caused because Virtualized tables currently have checkboxes in headers and each row. In 10.2.0, labels were added to the checkboxes for screen readers. In 10.4.1, the labels for checkboxes in rows have been updated. There is no change in header checkbox labels. Host applications don't need to make any changes for this to work.
Row checkbox labels will be generated based on the table name.
For example -
Checkbox in the first row will have this label: Select row 1 from Table Input
Checkbox in the second row will have this label: Select row 2 from Table Input
Issues Resolved
#619 Using table name in row checkbox labels (#620)
#617 Double image displayed after image field in node updated (#618)