Leptonic now supports Leptos in version 0.6!
Changed
- Leptos dependencies were update to v0.6.
- The
Icon' component no longer wraps an Icon from
leptos-icons. It now expects v0.3
icondata` icons. Documentation of the component was updated.
Added
- Dependency on the
icondata
crate. Leptonic provides a re-export throughuse leptonic::prelude::*;
. You do not have to depend on this yourself.
Removed
- Dependency on the
leptos-icons
crate. You can remove the dependency from you Cargo.toml as well if you have not used it outside of the Leptonic context.
Compare: v0.4.0...v0.5.0