v0.7.8

skeletonlabs/skeletonv0.7.8May 7, 2026by jkelleyrtp

AI Summary

This release backports fixes from v0.8 including macOS signing and notarization issues, a TOCTOU race condition in WASM hotpatching that caused undefined behavior, and an iframe fix.

Key Highlights

  • Backport of macOS signing and notarization fix
  • Fix for TOCTOU race condition in WASM hotpatch causing undefined behavior
  • Backport of iframe fix

New Features

  • macOS signing and notarization fix
  • WASM hotpatch race condition fix
  • Iframe fix

Full Release Notes

This release fixes a few small bugs discovered while working on v0.8. We decided the backport these to bring out fixes faster.

## What's Changed
* Fix macos signing/notarization (0.7 backport) by @nicoburns in https://github.com/DioxusLabs/dioxus/pull/5528
* fix: toctou in wasm hotpatch apply_patch causing UB by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/5534
* backport iframe fix to v0.7 by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/5535


**Full Changelog**: https://github.com/DioxusLabs/dioxus/compare/v0.7.7...v0.7.8