Skip to content

Commit 5e43b8c

Browse files
committed
release: 0.24.8+1
1 parent 5d6e919 commit 5e43b8c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

webf/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

webf/ios/webf.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ' +

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.24.8
3+
version: 0.24.8+1
44
homepage: https://openwebf.com
55
license: GPL-3.0-only
66
environment:

0 commit comments

Comments
 (0)