v0.141.3 (2025-08-14)ยค
__
Featยค
-
You no longer need to render the whole page with the
documentstrategy to use HTML fragments.Previously, if you wanted to insert rendered components as HTML fragments, you had to ensure that the HTML document it was being inserted into was rendered with the
documentstrategy.Now, when you render components with
fragmentstrategy, they know how to fetch their own JS / CSS dependencies.
Fixยค
- Fix compatibility with django-template-partials (#1322)