What's Changed
- Move view.rs from sycamore-macro into sycamore-view-parser codegen.rs by @davidon-top in #762
- Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows by @dependabot[bot] in #763
- Fix some typos by @AMNRG in #765
- head should be html by @phocks in #767
- owned String required .into() or .to_string() by @phocks in #768
- signal instead of value name of var by @phocks in #769
- Update
ref
syntax tor#ref
in doc comments by @AMNRG in #771 - Fix view update handling for dynamic field bases by @AMNRG in #773
- Fix context not removed when node is rerun by @lukechu10 in #775
- guide: fix a minor typo by @tguichaoua in #779
- Update resources-and-suspense.md by @humb1t in #780
- Fix typo in js-interop.md by @alexmccartneymoore in #782
- Fix
unexpected_cfgs
in the crates and add a troubleshooting note by @tguichaoua in #783 - Fix lint warnings by @tguichaoua in #784
- Update bench.yml by @ZAZPRO in #786
- Fix missing deref in adding-state.md example by @ZAZPRO in #787
- Update router documentation by @lukeh990 in #788
- Fix typo in rendering-lists.md by @JoeriDamme in #791
- Fix bug where the stop function in
create_raf_loop
was not actually being called by @lukechu10 in #793 - fix reconcile_fragments bug by @acheul in #796
- Enforce minimum supported Rust version by @Vectornaut in #797
- Reimplement
is_ssr!
andis_not_ssr!
macros to not trigger unknown cfg warning by @lukechu10 in #798 - Fix new clippy warnings by @lukechu10 in #799
- Update LICENSE year to 2025 by @lukechu10 in #800
- Fix
#[cfg_ssr]
and#[cfg_not_ssr]
to useis_ssr!
andis_not_ssr!
macros. by @lukechu10 in #801 - Disable publishing in Cargo.toml for examples by @lukechu10 in #803
- Add main packages as default members for the virtual workspace by @lukechu10 in #804
- v0.9.2 by @lukechu10 in #805
New Contributors
- @phocks made their first contribution in #767
- @tguichaoua made their first contribution in #779
- @humb1t made their first contribution in #780
- @alexmccartneymoore made their first contribution in #782
- @ZAZPRO made their first contribution in #786
- @lukeh990 made their first contribution in #788
- @JoeriDamme made their first contribution in #791
- @acheul made their first contribution in #796
- @Vectornaut made their first contribution in #797
Full Changelog: 0.9.1...0.9.2