Skip to content

Releases: FerionVE/guion

guion 0.4.0

02 Mar 15:02

Choose a tag to compare

API changes (highlights)

  • Style reconcept: Style and Selector (#17)
  • Rework resolving to use Path fns instead of relying on path fragments (#20)
  • GuionError: Informative resolve/traitcast errors (#21)
  • Widget trait method based tabulate, possible for trait implementations to customize e.g. the next child in a specific direction (#23)

API changes

  • Relax mandatory trait bounds (#25)
  • Widget: improve debug_type_name (d3fccbc)
  • Move modules (#29)

Fixes

  • StdPath::tip: fix panic (c6c9141)
  • widgets: event: fix response Button and TextBox (#24)
  • widgets: SplitPane: fix handling min-bounds of childs (60190bd)

Misc

  • Improved Docs