SixtyFPS v0.0.2 Release Notes

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

    • Default to the native style in the viewer, if available.
    • Changed the name of the common logical pixel unit from lx to px. The less often used physical pixel has now the phx suffix.

    โž• Added

    • Add support for more keyboard shortcuts to TextInput.
    • Added a current_item to StandardListView.
    • API cleanup in sixtyfps-node

    ๐Ÿ›  Fixed

    • Fix occasional hang when navigating in TextInput fields with the cursor keys.
    • Fix access to aliased properties from within for and if expressions.
    • Fix ScrollView being scrollable when it shouldn't.
    • Fix appearance of natively styled scrollbars.
    • Allow converting an object type to another even if it is missing some properties.
    • Add missing frame drawing around ScrollView.
    • Fix Clipping in scroll views in WASM builds.
    • Fix resizing of ListView.
    • Many more bugfixes