Skip to content

0.15.0

Compare
Choose a tag to compare
@andycall andycall released this 06 Sep 14:04
· 424 commits to main since this release
99cef2b

This version will support Flutter 3.10.x

Break Changes

  1. Remove navigator.connection API. #411

Features

  1. Upgrade Flutter support to 3.10.x. #345
  2. Optimize location API for better performance results. #420
  3. Optimize the size of webf_bridge.xcframework and quickjs.xcframework. #414
  4. Support CSS initial length value. #421
  5. Optimize Element.children() and Document.all() performance. #424
  6. Support base64 format font data in @font-face src. #399
  7. Support Element.dir API. #418
  8. Add <circle /> and <ellipse> tags for SVG. #423
  9. Support share customized JS properties in event object. #427
  10. Support window.pageXOffset and window.pageYOffset API. https://github.com/openwebf/webf/pull/428/files
  11. Optimize layout/paint performance when block box size is fixed. #450
  12. Optimize performance when update Element.className. #452
  13. Support CanvasRenderingContext2D.createPattern() API. #464

Bug Fixed

  1. Fix use css vars with initial. #421
  2. Fix toggle position: fixed on bodyElement with other fixed elements. #416
  3. Fss nth-child not work. #417
  4. Fix Node.childNodes didn't update when nodes changed. #419
  5. Fix loading fonts cause assertion when remove or attach RenderObjects. #425
  6. Fix percentage width and height not working under inline block box. #430
  7. Fix Node.insertBefore with SVGElement error. #431
  8. Fix cookie delete file error when it's not available. #429
  9. Fix read ANDROID_SDK_HOME before implying to platform defaults. #422
  10. Fix cookie delete file error. #429
  11. Fix percentage width and height not working under inline block box. #430
  12. Fix Node.insertBefore with SVGElement error. #431
  13. Fix DevTool's network panel not working. #435
  14. Losen intl dependency constraint. #439
  15. Fix built-in methods in the event object cannot be overridden. #443
  16. Fix crash when touching pseduo elements. #445
  17. Fix event not responding when multiple flutter engine created. #451
  18. Fix Element.style.cssText API not works. #455
  19. Fix use-of-free crash of shared string property in event object. #458
  20. Fix dynamic build items in WidgetElement. #461
  21. Fix CSS content property have sequences of unicode chars. #463
  22. Fix crash when create unsupported svg element with style. #465