Skip to content

tui-realm 0.5.0

Compare
Choose a tag to compare
@veeso veeso released this 31 Jul 14:40
· 217 commits to main since this release
1d4fc5b

0.5.0

Released on 31/07/2021

  • New PropValue values:
    • Alignment
    • Dataset
    • Shape
    • Style
    • Table
    • TextSpan
  • Added unwrap_{type}() helpers for PropPayload and PropValue
  • ❗ Breaking changes ❗
    • Removed Color from PropValue, use palette instead ❗
    • ❗ Removed TextParts from Props, use own properties instead ❗
    • ❗ Removed TextSpanBuilder, you can just use the same methods on TextSpan when creating it ❗
    • ❗ Renamed Canvas to Frame ❗
    • ❗ Moved standard library to tui-realm-stdlib ❗
    • ❗ Removed with-components feature ❗