Closed
Description
This is a tracking issue for the upcoming v0.19.0
release 🎉
There are a number of things that I think should be completed before release and some others that would be nice to see included but shouldn't prevent the release. None of this is set in stone and I welcome everyone to comment below whether you think something should be added or removed from either list!
Blocking (in no particular order):
- Setting optional props with base expr fails without
Some(...)
#2034 - Tasks are not removed from Vec in file upload example #2035 (this issue exists in the
master
example too) - VComp is not mounted #1946
- Improve documentation of the router #1852
- Integrate use_ref with NodeRef #1642
- Some events doesn't work since listener multiplexer update #2061
- Allow specifying worker script location as absolute or relative to current path #2056
- Example using function components #2072
- yew_router::attach_route_listener Event listener provides previuos route instead of current #2116
-
AttrValue
'sPartialEq
takes the enum variant into account #2161 - Yew router example main.rs component does not update html at all #2168
- Event propagation cancellation check happens too early? #2185
Notable but not blocking (in no particular order):
- Support Rc in html! attributes #1851
- Anymap dependency is unmaintained #1844
- yew_router should provide an ergonomic way to access the fragment from the URL #1858
- Rewrite router more #1860
- Factor out support for
query_arg
binding from rest of router changes #1892 - Bring the context method more inline with other Yew APIs by separating #1891
- Add ergonomic support for nested routers #1853
- Improve macro hygiene #1633
- Add the ability to add child nodes conditionally in
html!
#1609 - Replace uses of
anyhow
with error types #925 - A proposal to include the `spawn` keyword in `send_future` and friends #2048
- A proposal for a new type to describe component and agent references #2050
Issues that can be closed by new release
- Routing doesn't work #1986
- Cannot fetch with relative paths #1985
- Document Firefox WebSocket flakiness? #1045
Two of these issues are about services that are going to be removed, so can't be fixed, and one is a more general
critique of the router which has been re-written.
Misc
Some extra bits to do before the release:
- Review dependencies
- Review and list issues that are resolved by the new release (more of a note to self 💭)
- Confirm that each example is working correctly (the CI only checks if they compile) ( Tracking issue Tracking issue for testing examples before 0.19 release #2205 )
- Consider migration information and where it would live - yew.rs? as a discussion? ( PR Add migration guide for 0.19 #2210 )
- Update CHANGELOG ( Open PR generate 0.19 CHANGELOG.md #2199 )
- Add the new version and make it default in yew docs (No need to copy all files, just make it so that new version points to same things as "next") ( Open PR Final documentation touch ups & tag 0.19.0 #2220 )
Expect all sections to change - I will update it as we go :)
Metadata
Metadata
Assignees
Labels
No labels