github nacular/doodle v0.7.2
0.7.2

latest releases: v0.11.5, v0.11.4, v0.11.3...
3 years ago

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 CellVisualizer and CellInfo are now parameterized with the row as well as column data.
  • CellInfo now has an item property to provide the row item it is showing a portion of.

Fixes | Improvements

  • General
    • Fixed issue where Table did layout before it is fully initialized if columnSizePolicy is 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 TreeColumns rendering
  • 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

Don't miss a new doodle release

NewReleases is sending notifications on new releases.