-
-
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
Add render method to Component and auto implement Renderable #563
Conversation
63b36a9
to
14d0477
Compare
e182f26
to
b10de3a
Compare
689807c
to
b6bd146
Compare
As a thought, to make this a non-breaking change, you could define a I understand that you are opposed to aesthetic-only features, but something like this would allow avoidance of breaking everyone's code, and normalize the existence of something like The obvious downsides would be confusion related to differences between It might be possible to deprecate Trait name migration plan:
|
b6bd146
to
1a54c20
Compare
1a54c20
to
07a7147
Compare
…k#563) * Add render method to Component and auto implement Renderable * More cleanup * Rename Renderable method from view to render * Doc fixes * fix * Update CHANGELOG.md
Fixes: #339