v0.8.2
leptos-rs/leptosv0.8.2May 6, 2025by gbj
AI Summary
A patch release addressing hydration issues with `<Stylesheet/>` and meta components, specifically correcting the order of meta content relative to surrounding tags.
Key Highlights
- Fixed hydration of `<Stylesheet/>` and meta components
- Corrected order of meta content relative to surrounding tags
- Fixed cargo-leptos stylesheet caching
Full Release Notes
For 0.8 release notes in general, see [`0.8.0`](https://github.com/leptos-rs/leptos/releases/tag/v0.8.0). This patch release mostly addresses a bad issue with hydrating `<Stylesheet/>` and other meta components. (See #3945 #3946) ## What's Changed * fix: correct order of meta content relative to surrounding tags (closes #3945) by @gbj in https://github.com/leptos-rs/leptos/pull/3950 * Fix cargo-leptos stylesheet caching (#3927) by @luxalpa in https://github.com/leptos-rs/leptos/pull/3947 **Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.8.1...v0.8.2