0.15.0
This version will support Flutter 3.10.x
Break Changes
- Remove
navigator.connection
API. #411
Features
- Upgrade Flutter support to 3.10.x. #345
- Optimize location API for better performance results. #420
- Optimize the size of webf_bridge.xcframework and quickjs.xcframework. #414
- Support CSS initial length value. #421
- Optimize Element.children() and Document.all() performance. #424
- Support base64 format font data in
@font-face
src. #399 - Support Element.dir API. #418
- Add
<circle />
and<ellipse>
tags for SVG. #423 - Support share customized JS properties in event object. #427
- Support
window.pageXOffset
andwindow.pageYOffset
API. https://github.com/openwebf/webf/pull/428/files - Optimize layout/paint performance when block box size is fixed. #450
- Optimize performance when update Element.className. #452
- Support CanvasRenderingContext2D.createPattern() API. #464
Bug Fixed
- Fix use css vars with initial. #421
- Fix toggle position: fixed on bodyElement with other fixed elements. #416
- Fss nth-child not work. #417
- Fix Node.childNodes didn't update when nodes changed. #419
- Fix loading fonts cause assertion when remove or attach RenderObjects. #425
- Fix percentage width and height not working under inline block box. #430
- Fix Node.insertBefore with SVGElement error. #431
- Fix cookie delete file error when it's not available. #429
- Fix read ANDROID_SDK_HOME before implying to platform defaults. #422
- Fix cookie delete file error. #429
- Fix percentage width and height not working under inline block box. #430
- Fix Node.insertBefore with SVGElement error. #431
- Fix DevTool's network panel not working. #435
- Losen intl dependency constraint. #439
- Fix built-in methods in the event object cannot be overridden. #443
- Fix crash when touching pseduo elements. #445
- Fix event not responding when multiple flutter engine created. #451
- Fix Element.style.cssText API not works. #455
- Fix use-of-free crash of shared string property in event object. #458
- Fix dynamic build items in WidgetElement. #461
- Fix CSS content property have sequences of unicode chars. #463
- Fix crash when create unsupported svg element with style. #465