Skip to content

Commit ed138d4

Browse files
authored
release: 0.16.1 (#628)
2 parents b1e37c7 + 7165a19 commit ed138d4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

webf/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.16.1
2+
3+
This version supports Flutter 3.22.x, 3.19.x, 3.16.x, and 3.13.x.
4+
5+
**Features**
6+
7+
1. Add support for AbortController JS API. https://github.com/openwebf/webf/pull/606
8+
2. Add flutter 3.22.x support. https://github.com/openwebf/webf/pull/624
9+
10+
**Bug Fixed**
11+
12+
1. Fix iOS FontFamilyFallback on -apple-system style, display error on Vietnamese lang. https://github.com/openwebf/webf/pull/609
13+
2. Fix crash with unexpected format string on `window.btoa` API. https://github.com/openwebf/webf/pull/615; https://github.com/openwebf/webf/pull/616
14+
115
## 0.16.0
216

317
This version supports Flutter 3.19.x, 3.16.x, and 3.13.x.

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.16.0
3+
version: 0.16.1
44
homepage: https://openwebf.com
55

66
environment:

0 commit comments

Comments
 (0)