Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions webf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.16.1

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

**Features**

1. Add support for AbortController JS API. https://github.com/openwebf/webf/pull/606
2. Add flutter 3.22.x support. https://github.com/openwebf/webf/pull/624

**Bug Fixed**

1. Fix iOS FontFamilyFallback on -apple-system style, display error on Vietnamese lang. https://github.com/openwebf/webf/pull/609
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

## 0.16.0

This version supports Flutter 3.19.x, 3.16.x, and 3.13.x.
Expand Down
2 changes: 1 addition & 1 deletion webf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webf
description: W3C standards-compliant web rendering engine based on Flutter, allowing web applications to run natively on Flutter.
version: 0.16.0
version: 0.16.1
homepage: https://openwebf.com

environment:
Expand Down