You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| [TRIAGE] Yew version selection and yew-router compatibility (0.21+?) | completed | task | critical | 2026-03-10T23:32:05Z | 2026-03-10T23:32:05Z |
Research findings (2026-03-02):
- yew latest stable: 0.22.1
- yew-router latest stable: 0.19.0
- yew-router 0.19 requires
yew ^0.22.0— confirmed compatible - Both crates use
wasm-bindgen ^0.2, compatible withwasm-bindgen-cli 0.2.108in the Nix dev shell
Actions taken:
- Updated ticket 93515e with explicit version constraints and serde placement guidance
- Documented chosen versions in
docs/ARCHITECTURE.mdunder "Key Dependency Versions"