Skip to content

Commit

Permalink
release: 0.16.1 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Jul 13, 2024
2 parents b1e37c7 + 7165a19 commit ed138d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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

0 comments on commit ed138d4

Please sign in to comment.