Skip to content

Commit 8b2066d

Browse files
committed
release: 0.24.17
1 parent 9917349 commit 8b2066d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

webf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.24.17
2+
3+
### Bug Fixes
4+
5+
- **Rendering/Widget**: revert the `0.24.16` auto-height shrink-wrap change for widget-hosted WebF content inside bounded flex and tooltip layouts, restoring the previous `RenderWidget` height-constraint behavior.
6+
17
## 0.24.16
28

39
### 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=\\"08ffda969\\" ' +
33-
'APP_VERSION=\\"0.24.16\\" ' +
32+
'APP_REV=\\"99173497a\\" ' +
33+
'APP_VERSION=\\"0.24.17\\" ' +
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.16
3+
version: 0.24.17
44
homepage: https://openwebf.com
55
license: GPL-3.0-only
66
environment:

0 commit comments

Comments
 (0)