Releases: FerionVE/guion
Releases · FerionVE/guion
guion 0.4.0
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
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