v0.6.4
leptos-rs/leptosv0.6.4Jan 30, 2024by gbj
AI Summary
This release fixes bugs that appeared since 0.6.3. It includes a fix for correctly tracking source in `create_local_resource` and adds an example for file upload with streaming progress bar.
Key Highlights
- Fix correctly track source in `create_local_resource`
- Example for file upload with streaming progress bar
- Fix serialization error during SSR on ServerFnError
New Features
- File upload streaming example
- Resource source tracking fix
Full Release Notes
This fixes a few bugs that have popped up since 0.6.3. For general 0.6 migration notes, [see here](https://github.com/leptos-rs/leptos/releases/tag/v0.6.3). ## What's Changed * chore: define `edtion = "2021"` in `rustfmt.toml` by @chrisp60 in https://github.com/leptos-rs/leptos/pull/2235 * fix: correctly track source in `create_local_resource` (closes #2237) by @gbj in https://github.com/leptos-rs/leptos/pull/2238 * example: file upload with streaming progress bar by @gbj in https://github.com/leptos-rs/leptos/pull/2242 * fix: serialization error during SSR on ServerFnError by @gbj in https://github.com/leptos-rs/leptos/pull/2240 **Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.6.3...v0.6.4