v0.7.0-rc3

leptos-rs/leptosv0.7.0-rc3Nov 28, 2024by benwis

AI Summary

A minor release candidate to facilitate `leptos-wasi` integration and address build configuration issues.

Key Highlights

  • Version bump for `any_spawner` alongside other crates.
  • Re-export of `CustomExecutor` for better integration.
  • Improved hydration error message line location.
  • Fixed help message for island macro.

New Features

  • Wasi integration preparation
  • Re-export of CustomExecutor

Full Release Notes

A very minor release to facilitate leptos-wasi, a new base integration crate used by the Spin and new WasmCloud integrations!

## What's Changed
* chore(deps): bump proc-macro2 from 1.0.91 to 1.0.92 by @dependabot in https://github.com/leptos-rs/leptos/pull/3276
* Version any_spawner alongside other crates, reexport CustomExecutor by @ogghead in https://github.com/leptos-rs/leptos/pull/3284
* Fix help message for island macro by @NiklasEi in https://github.com/leptos-rs/leptos/pull/3287
* docs: improve line location of hydration error message when using `view!` macro by @gbj in https://github.com/leptos-rs/leptos/pull/3293


**Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.7.0-rc2...v0.7.0-rc3