v0.8.14

leptos-rs/leptosv0.8.14Nov 25, 2025by gbj

AI Summary

Small release restoring trait implementations for Signal, ArcSignal, Callback, and similar types that were previously removed.

Key Highlights

  • Restore From<Fn() -> T> for Signal<T>, ArcSignal<T>, Callback<T, _> and similar trait implementations

New Features

  • Re-support From<Fn() -> T> for Signal<T>, ArcSignal<T>, Callback<T, _> and similar

Full Release Notes

## What's Changed
* Resupport `From<Fn() -> T> for Signal<T>`, `ArcSignal<T>`, `Callback<T, _>` and similar by @zakstucke in https://github.com/leptos-rs/leptos/pull/4273
* chore: bump versions after recent release by @gbj in https://github.com/leptos-rs/leptos/pull/4462


**Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.8.13...v0.8.14