Skip to content

4.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Sep 21:40
· 3 commits to main since this release

Features

  • Django Engine now automatically replaces Django's standard template loaders with includecontents custom loaders, ensuring compatibility with third-party packages like django-template-partials while preserving custom Template class functionality and enhanced error messages.

Bugfixes

  • Fixed Jinja2 props with undefined variables rendering as literal {{ var }} instead of empty strings.

Misc

  • Internal refactoring: moved PropDefinition class to shared module for better code reuse between template engines.