Skip to content

v0.141.3ยค

Featยค

  • You no longer need to render the whole page with the document strategy 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 document strategy.

    Now, when you render components with fragment strategy, they know how to fetch their own JS / CSS dependencies.

Fixยค

  • Fix compatibility with django-template-partials (#1322)