diff --git a/webf/CHANGELOG.md b/webf/CHANGELOG.md index 81b27ba888..ead76c279a 100644 --- a/webf/CHANGELOG.md +++ b/webf/CHANGELOG.md @@ -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. diff --git a/webf/pubspec.yaml b/webf/pubspec.yaml index 0865a2ae78..e148f42e86 100644 --- a/webf/pubspec.yaml +++ b/webf/pubspec.yaml @@ -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: