APIs
The following make it simpler to create Table cells that need to operate on their row data. Unfortunately this means some existing CellVisualizers that are defined without sufficient context to determine their Table's type will need to be updated with that type.
- [Breaking Change] Table
CellVisualizerandCellInfoare now parameterized with the row as well as column data. CellInfonow has anitemproperty to provide the row item it is showing a portion of.
Fixes | Improvements
- General
- Fixed issue where
Tabledid layout before it is fully initialized ifcolumnSizePolicyis set - Fixed
Canvas.scale(around: ...) - Fixed data sync issue in DynamicList/Tree related to being removed from and re-added to the display.
- Fixed issue in PathIcon where fill and stroke could be null
- Fixed
TreeColumnsrendering
- Fixed issue where
- Browser
- Fixed issue with child ordering when View added to parent
- Fixed native HyperLink rendering was not setting canvas size properly
- Font smoothing for Mac
- Desktop
- Fixed base64 encoded image loading
- Fixed issues related to releasing graphics resources