| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.24.11 source code.tar.gz | 2026-02-03 | 68.0 MB | |
| 0.24.11 source code.zip | 2026-02-03 | 76.9 MB | |
| README.md | 2026-02-03 | 1.1 kB | |
| Totals: 3 Items | 144.9 MB | 0 | |
Major Features
- CSS/Selectors: add Selectors Level 4
:has()support to the Blink backend (Tailwind CSS compatibility), including invalidation coverage and snapshots (#840).
Bug Fixes
- Rendering/Widget: avoid clamping portal/modal popup widget width to DOM parent constraints (#841).
- Rendering/Text: establish a local inline formatting context for inline spans hosted under
RenderWidget, fixing flexbox/inline layout edge cases (#842). - Flexbox: don’t stretch auto-height flex items when cross-axis constraints are bounded,
improving
WebFListViewsizing inside flex containers (#843). - RTL: isolate per-subtree
directionoverrides and support dynamicdocumentElement.dirupdates (including logical margin remapping) (#844). - Bridge: serialize Dart enums across the native bridge for stable
NativeValueround-trips (#840). - Form Controls: add
HTMLOptGroupElementsupport and resolve related bridge build issues (#840). - Scrolling: detach overflow scroll listeners on dispose to prevent stale callbacks/leaks.