v0.81 ๐จ๐ข (2024-06-12)ยค
__
BREAKING CHANGESยค
- The order of arguments to
render_to_response
has changed, to align with the (now public)render
method ofComponent
class.
Featยค
-
Component.render()
is public and documented -
Slots passed
render_to_response
andrender
can now be rendered also as functions.