SixtyFPS v0.1.3 Release Notes

Release Date: 2021-10-06 // over 2 years ago
  • ๐Ÿ”„ Changed

    • Due to changes in the build system, the C++ build now requires CMake >= 3.19.
    • Fluent style: The Slider and ScrollBar now updates as the mouse moves.
    • Parentheses around callable expression is now deprecated.
    • Naming a callback without calling it is now a hard error instead of producing error in the generated code.

    โž• Added

    • New no-frame property of a Window which changes it to borderless/frameless
    • sixtyfps-compiler and sixtyfps-viewer can read the .60 file content from stdin by passing -
    • sixtyfps-viewer gained ability to read or save the property values to a json file with --save-data and --load-data
    • New StandardButton widget
    • New Dialog element
    • sixtyfps::Image has now a path() accessor function in Rust and C++ to access the optional path of the file on disk that's backing the image.
    • New moved and pointer-event callback in TouchArea
    • New AboutSixtyFPS widget

    ๐Ÿ›  Fixed

    • Fixed panic when using TabWidget with Text elements and the native style.
    • Fixed panic when caling hide() on a sixtyfps::Window from within a callback triggered by keyboard/mouse input when using the GL backend.
    • Rust: The implementation of ModelModel::set_row_data now forward the call to the inner model