File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.24.8+1
2+
3+ ### Bug Fixes
4+
5+ - ** DOM/Style** : flush styles after DOM/inline-style UICommand batches so layout queries (e.g.
6+ ` offsetLeft ` /` offsetWidth ` ) observe up-to-date selector matching and computed styles.
7+ - ** Viewport** : remove redundant viewport size change notifications triggered during layout.
8+
19## 0.24.8
210
311### Major Features
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Pod::Spec.new do |s|
2929 'LLVM_LTO' => 'YES' , # Enable Link Time Optimization for release builds
3030 'GCC_OPTIMIZATION_LEVEL' => 's' , # Enable optimization for size
3131 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) ' +
32- 'APP_REV=\\"e5f80846a \\" ' +
33- 'APP_VERSION=\\"0.24.8\\" ' +
32+ 'APP_REV=\\"5d6e919ff \\" ' +
33+ 'APP_VERSION=\\"0.24.8+1 \\" ' +
3434 'CONFIG_VERSION=\\"2025-04-26\\" ' +
3535 'WEBF_QUICK_JS_ENGINE=1 ' +
3636 'FLUTTER_BACKEND=1 ' +
Original file line number Diff line number Diff line change 11name : webf
22description : W3C standards-compliant web rendering engine based on Flutter, allowing web applications to run natively on Flutter.
3- version : 0.24.8
3+ version : 0.24.8+1
44homepage : https://openwebf.com
55license : GPL-3.0-only
66environment :
You can’t perform that action at this time.
0 commit comments