Skip to content

0.16.3

Latest
Compare
Choose a tag to compare
@andycall andycall released this 30 Dec 14:04

This version supports Flutter 3.27.x, 3.24.x, 3.22.x, 3.19.x, 3.16.x, and 3.13.x.

Features

  • Optimize Dart/C++ FFI performance in multiple thread mode. #654
  • Change viewport css property value automatically when app metrics changed. #655
  • Optimize listview performance. #669
  • Full support of CanvasContext2D.Path2D. #684
  • Add WebFChildNodeSize widget. #690
  • Add console.inspect() API for inspecting JavaScript Objects. #691
  • Using std::atomic value types for disposed checks of NativeBindingObject. #699
  • Upgrade intl deps to 0.19.0. #701

Bug Fixed

  • Fix dart type error when attach flex layout underneath of Flutter ListView. #650
  • Fix crash when clear ui commands without commands. #651
  • Fix onClick events respond very slowly on React 18. #665
  • Fix negative percentage translate in positioned elements. #680
  • Fix ios simulator[arm64] build. #681
  • Fix globalToLocal coordinate conversion related to position fixed layout. #686
  • Rework inline cache handling. #688
  • Fix crash when add property maybe failed on build arguments. #689

Experimental Features

Rust/Native API

Have a Try

https://github.com/openwebf/webf/tree/main/webf/example/rust_builder/rust

Provides support for native plugin APIs and offers corresponding Rust bindings.