Skip to content

tui-realm 1.5.0

Compare
Choose a tag to compare
@veeso veeso released this 06 Mar 11:22
· 97 commits to main since this release

1.5.0

Released on 06/03/2022

  • Updated tui to 0.17
  • Added Injectors
    • Properties injectors are trait objects, which must implement the Injector trait, which can provide some property (defined as a tuple of Attribute and AttrValue) for components when they're mounted.
    • Read more in advanced concepts