leptos Releases
110 releases of leptos-rs/leptos
- v0.7.8
A minor release with quality of life improvements, bugfixes, and dependency updates including removing `getrandom` and bumping `tokio`.
Mar 20, 2025
- v1.3Open-Sora V1.3 Release
Open-Sora V1.3 introduces significant improvements to model architecture and generation quality, featuring upgraded video compression and an enhanced ST-DiT architecture.
Feb 21, 2025
- v0.7.7
A small patch release focusing on bugfixes, improvements to reactive stores, and handling `erase_components` with `Either` types.
Feb 12, 2025
- v0.7.5
A small patch release including bugfixes, support for custom patching, lazy loading macros, and improvements to store reactivity.
Jan 31, 2025
- v0.7.4
A small patch release addressing hydration issues on nightly, store notification handling, and adding `refetch` method to resources.
Jan 16, 2025
- v0.7.3
A small patch release adding prop destructuring syntax and fixing island hydration and context issues.
Jan 4, 2025
- v0.7.2
A small patch release fixing hydration of static text nodes on nightly and adding `From` implementations.
Dec 21, 2024
- v0.7.1
A small patch release following the 0.7.0 rewrite, focusing on bug fixes, dependency updates, and filling in API gaps identified since the major release.
Dec 17, 2024
- v0.7.0
A major rewrite of the framework internals focusing on async handling, binary size reduction, and improved ergonomics, while maintaining backward compatibility where possible.
Nov 30, 2024
- v0.7.0-rc3
A minor release candidate to facilitate `leptos-wasi` integration and address build configuration issues.
Nov 28, 2024
- v0.7.0-rc2
Release candidate with bug fixes and refinements for the 0.7.0 major version, setting the API for the final release.
Nov 22, 2024
- v0.7.0-rc1
First release candidate for the major 0.7 rewrite, establishing the final API and documenting the significant internal changes.
Nov 5, 2024
- v0.6.15
A maintenance patch addressing a security advisory regarding an unmaintained dependency and improving Rust Analyzer support.
Sep 18, 2024
- v0.6.14
Maintenance release updating core dependencies for `wasm-bindgen` and `web-sys` to support newer browser APIs.
Aug 14, 2024
- v0.6.13
Bugfix release focusing on resource handling, server function streaming, and documentation improvements.
Jul 24, 2024
- v1.2.0Open-Sora v1.2.0 Released Today!
This release builds upon v1.1 with new components focused on training efficiency and model control, including a video compression network and rectified-flow training.
Jun 18, 2024
- v0.6.12
Feature release adding `impl Trait` support in component props and dynamic attribute spreading capabilities.
Jun 2, 2024
- v1.1.0Open-Sora V1.1.0 Release
V1.1.0 introduces a robust data processing pipeline, improved ST-DiT architecture with specific enhancements, and expanded support for flexible training and video editing capabilities.
May 7, 2024
- v0.7.0-preview2
A pre-alpha preview of the 0.7 rewrite indicating significant internal changes, missing features, and that existing applications may not drop in easily.
Apr 29, 2024
- v0.6.11
This release primarily addresses a memory leak in leptos_router on the server. It introduces the ability to spread attributes and event handlers onto elements, implements IntoView for Rc<str>, and significantly improves error reporting spans in the view macro. Additionally, all examples have been migrated to use stable syntax.
Apr 11, 2024