SixtyFPS v0.1.4 Release Notes

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

    • The TouchArea now grabs the mouse for every button instead of just the left button.
    • The ScrollView's default viewport size is no longer hardcoded to 1000px but depends on the contents.
    • In Rust, the sixtyfps::Model trait deprecates the attach_peer function in favor of model_tracker, where all you need to do is return a reference to your sixtyfps::ModelNotify field.

    โž• Added

    • Enable support for compressed SVG (.svgz).
    • Viewer: added possibility to set shell callback handler with --on <callback> <handler>.
    • It is now possible to query the length of a model with .length.

    ๐Ÿ›  Fixed

    • Fixed the PointerEvent.kind always being down.
    • LineEdit.has-hocus with the native style