0.14.3
0.14.3
This version will support Flutter 3.3.x ~ 3.7.x.
Features
- Optimize location API for better performance results. #420
- Optimize the webf_bridge and quickjs binary size. #414
- Support CSS initial length value. #421
- Optimize Element.children() and Document.all() performance. #424
- Support element for svg. #475
- Add WebFController.onTitleChanged API. #479
Bug Fixed
- 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 use css vars with initial. 1da2e58
0.15.0-beta.3 - Fix toggle position: fixed on bodyElement with other fixed elements. #416
- Fix css 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 crash when reload pages. #476
- Fix memory leaks. #487