Skip to content

Commit 99cef2b

Browse files
authored
Merge pull request #472 from openwebf/release/0.15.0
release: 0.15.0
2 parents 6464498 + a7e3e36 commit 99cef2b

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

webf/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## 0.15.0
2+
3+
This version will support Flutter 3.10.x
4+
5+
**Break Changes**
6+
7+
1. Remove `navigator.connection` API. https://github.com/openwebf/webf/pull/411
8+
9+
**Features**
10+
11+
1. Upgrade Flutter support to 3.10.x. https://github.com/openwebf/webf/pull/345
12+
2. Optimize location API for better performance results. https://github.com/openwebf/webf/pull/420
13+
3. Optimize the size of webf_bridge.xcframework and quickjs.xcframework. https://github.com/openwebf/webf/pull/414
14+
4. Support CSS initial length value. https://github.com/openwebf/webf/pull/421
15+
5. Optimize Element.children() and Document.all() performance. https://github.com/openwebf/webf/pull/424
16+
6. Support base64 format font data in `@font-face` src. https://github.com/openwebf/webf/pull/399
17+
7. Support Element.dir API. https://github.com/openwebf/webf/pull/418
18+
8. Add `<circle />` and `<ellipse>` tags for SVG. https://github.com/openwebf/webf/pull/423
19+
9. Support share customized JS properties in event object. https://github.com/openwebf/webf/pull/427
20+
10. Support `window.pageXOffset` and `window.pageYOffset` API. https://github.com/openwebf/webf/pull/428/files
21+
11. Optimize layout/paint performance when block box size is fixed. https://github.com/openwebf/webf/pull/450
22+
12. Optimize performance when update Element.className. https://github.com/openwebf/webf/pull/452
23+
13. Support CanvasRenderingContext2D.createPattern() API. https://github.com/openwebf/webf/pull/464
24+
25+
**Bug Fixed**
26+
27+
1. Fix use css vars with initial. https://github.com/openwebf/webf/pull/421
28+
2. Fix toggle position: fixed on bodyElement with other fixed elements. https://github.com/openwebf/webf/pull/416
29+
3. Fss nth-child not work. https://github.com/openwebf/webf/pull/417
30+
4. Fix Node.childNodes didn't update when nodes changed. https://github.com/openwebf/webf/pull/419
31+
5. Fix loading fonts cause assertion when remove or attach RenderObjects. https://github.com/openwebf/webf/pull/425
32+
6. Fix percentage width and height not working under inline block box. https://github.com/openwebf/webf/pull/430
33+
7. Fix Node.insertBefore with SVGElement error. https://github.com/openwebf/webf/pull/431
34+
8. Fix cookie delete file error when it's not available. https://github.com/openwebf/webf/pull/429
35+
9. Fix read ANDROID_SDK_HOME before implying to platform defaults. https://github.com/openwebf/webf/pull/422
36+
10. Fix cookie delete file error. https://github.com/openwebf/webf/pull/429
37+
11. Fix percentage width and height not working under inline block box. https://github.com/openwebf/webf/pull/430
38+
12. Fix Node.insertBefore with SVGElement error. https://github.com/openwebf/webf/pull/431
39+
13. Fix DevTool's network panel not working. https://github.com/openwebf/webf/pull/435
40+
14. Losen intl dependency constraint. https://github.com/openwebf/webf/pull/439
41+
15. Fix built-in methods in the event object cannot be overridden. https://github.com/openwebf/webf/pull/443
42+
16. Fix crash when touching pseduo elements. https://github.com/openwebf/webf/pull/445
43+
17. Fix event not responding when multiple flutter engine created. https://github.com/openwebf/webf/pull/451
44+
18. Fix Element.style.cssText API not works. https://github.com/openwebf/webf/pull/455
45+
19. Fix use-of-free crash of shared string property in event object. https://github.com/openwebf/webf/pull/458
46+
20. Fix dynamic build items in WidgetElement. https://github.com/openwebf/webf/pull/461
47+
21. Fix CSS content property have sequences of unicode chars. https://github.com/openwebf/webf/pull/463
48+
22. Fix crash when create unsupported svg element with style. https://github.com/openwebf/webf/pull/465
49+
150
## 0.14.1
251

352
**Features**

webf/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webf
22
description: W3C standards-compliant web rendering engine based on Flutter, allowing web applications to run natively on Flutter.
3-
version: 0.15.0-beta.1+1
3+
version: 0.15.0
44
homepage: https://openwebf.com
55

66
environment:

0 commit comments

Comments
 (0)