-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎉 Tracking issue for v0.19.0
release 🎉
#2052
Comments
Can we pin this issue? |
Oh, could've sworn I had already pressed the button 😅 |
Should we also add an example that uses function components to the list? I wonder whether it's useful to base this off an existing example so that users can compare the two Edit: this has been added in blocking issue list as an example for function components had been mention by #1129 |
#2125 Is a nice feature and just missing documentation. Would be nice to have it for yew 0.19, so will add it to the list. Let me know if this is not ok. |
Even if we can't release it alongside 0.19, we could always release yew-agent 0.2. Agents are a separate crate now |
@hamza1311 oh that's right, thx |
I moved still open issues to |
Also leaving a comment here: |
Re-opening this. The can be closed when 0.19 is released. |
Does it make sense to reconsider this statement in the
For example:
Having used the master branch now for a while, I wonder if |
I would not reccomend yew in production, the api might change too mutch, to the point where you will be refactoring your app more than writing features. |
The scary words "Yew is not (yet) production ready" make me think more of random crashes than API breakage. If you just mean that you don't promise API stability, then say that you don't promise API stability. |
I agree with both your positions. I can see that you don't want people to be disappointed or frustrated by having to do major refactoring on API changes. However if you are open and transparent about this, it would be the user's decision if they want to take that work on, or not. As @jbg pointed out, the current statement, does not do justice to all the work that went into So maybe make the statement even more explicit:
|
Could you make a PR? |
Sure. |
Yew |
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):
Some(...)
#2034master
example too)AttrValue
'sPartialEq
takes the enum variant into account #2161Notable but not blocking (in no particular order):
query_arg
binding from rest of router changes #1892html!
#1609anyhow
with error types #925Issues that can be closed by new release
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:
Expect all sections to change - I will update it as we go :)
The text was updated successfully, but these errors were encountered: