SixtyFPS v0.1.4 Release Notes
Release Date: 2021-10-22 // over 1 year 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 theattach_peer
function in favor ofmodel_tracker
, where all you need to do is return a reference to yoursixtyfps::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