What's Changed
- doc(
leptos_config): Improve docs readability; Add# Errorssections by @DanikVitek in #4593 - feat(
leptos_config): ImplementLeptosOptions::css_pathby @DanikVitek in #4592 - fix: prevent circular reference in
Actionby usingWeakOwner(closes #4602) by @gbj in #4603 - Better implementation of
css_pathwith that moved tocss_file_pathto better reflect/compliment underlying use cases by @metatoaster in #4615 - feat: Extend either macro by @domwst in #4613
- Update readme playground link to that of leptos.dev by @xiaogz in #4625
- chore: update nightly toolchain and adjust trybuild stderr by @gbj in #4626
- chore: actually test nightly in CI by @gbj in #4637
- Fixes deriving
PatchforStorewherestoreattribute is being used. by @mskorkowski in #4620 - Document getrandom/rand setup for wasm32 builds, closes #3979 by @ordokr in #4648
- A few
Storecleanup items by @gbj in #4645 - Fix typo: occured -> occurred in leptos_config doc comment in #4657
- fix: don't panic on invalid UTF-8 in paths (closes #4662) by @gbj in #4663
- Deriving Store no longer generates warning about missing docs by @mskorkowski in #4671
- chore(deps): bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in #4658
- feat(
either_of): AddEither!convenience macro by @DanikVitek in #4627 - chore: pull in latest
wasm_split_helpersversion by @gbj in #4684
New Contributors
Full Changelog: v0.8.17...v0.8.18