| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.24.13 source code.tar.gz | 2026-02-19 | 68.2 MB | |
| 0.24.13 source code.zip | 2026-02-19 | 77.1 MB | |
| README.md | 2026-02-19 | 1.2 kB | |
| Totals: 3 Items | 145.3 MB | 0 | |
Major Features
- Networking: add
EventSource(Server-Sent Events) API support, including named events and integration coverage and a use-cases demo page.
Performance Improvements
- Bridge/DOM: avoid style invalidation work when attributes are re-applied without value changes (common in React).
Bug Fixes
- Blink/Rendering: defer first paint for newly inserted elements until Blink style-sync starts to prevent 1-frame unstyled flashes (FOUC).
- Scrolling: use a custom overflow
ScrollControllerto avoid layout-time ballistic simulations that can trigger asserts with some physics. - Routing: use
HybridHistoryDelegate.state()forRouteAwarecallbacks inWebFandWebFRouterView(#855). - Routing/React: bump
@openwebf/react-routerto1.0.1and alignRouterLinkwith@openwebf/react-core-uicomponent wiring. - Flexbox: include gap and border-box extents when computing flex scrollable area; add regression snapshots.
- CSS/Parsing: accept
calc(...)inflexshorthand basis parsing; add integration coverage. - DOM/Blink: bypass stale CSS batch dirties when Blink is enabled to avoid redundant style work.