Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@lpotthast lpotthast released this 19 Feb 11:58
· 182 commits to main since this release
b5517ec

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 through use 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