fui v0.9.0 Release Notes

Release Date: 2018-07-28 // over 5 years ago
    • ⚡️ Update cursive to 0.9
    • ➕ Add types FieldErrors, FormErrors
    • ➕ Add required parameter program_name to Fui::new() - Breaking change
    • Ensure Fui action names are unique or panic
    • Form can be dumped to CLI command by ctrl+k
    • Cancel Fui's form shows back action picker
    • ⚡️ Update to new Cursive API - Breaking change
      • Replace all Box<AnyView> with ViewBox
    • First item selection improved in Autocomplete
    • 🛠 Fix empty list scrolling in view Autocomplete
    • 👌 Improved Autocomplete focus change between edit and select
    • Autoselect's highlight color changed to light black
    • 🔧 Fui theme is now configurable (through Fui::theme setter)
    • ➕ Add shell completion example
    • Make Fui::build_cli_app public for generating shell completion