Jinjax

Latest version: v0.48

Safety actively analyzes 701442 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.42

What's Changed
* Add support to double-curly-braces syntax in addition of the vue-like syntax for passing arguments to components by jpsca in https://github.com/jpsca/jinjax/pull/80

Both of these are now valid:

html+jinja
<Example
columns={{ 2 }}
tabbed={{ False }}
panels={{ {'one': 'lorem', 'two': 'ipsum'} }}
class={{ 'bg-' + color }}
/>

<Example
:columns="2"
:tabbed="False"
:panels="{'one': 'lorem', 'two': 'ipsum'}"
:class="'bg-' + color"
/>


**Full Changelog**: https://github.com/jpsca/jinjax/compare/0.41...0.42

0.41

Allow comments in `{ def` declarations

0.37

- Fix attrs bug with 0-values (https://github.com/jpsca/jinjax/pull/68)

**Full Changelog**: https://github.com/jpsca/jinjax/compare/0.36...0.37

0.36

What's Changed
* Autoload assets by jpsca in https://github.com/jpsca/jinjax/pull/66


**Full Changelog**: https://github.com/jpsca/jinjax/compare/0.35...0.36

0.35

What's Changed
* Make sure it works with autoescape activated by jpsca in https://github.com/jpsca/jinjax/pull/63 Fix #46

**Full Changelog**: https://github.com/jpsca/jinjax/compare/0.34...0.35

0.34

What's Changed
* Documentation on how Jinja's env can be re-used for JinjaX in a Django setup by AhnafCodes in https://github.com/jpsca/jinjax/pull/51
* Allow alpine-like attributes by jpsca in https://github.com/jpsca/jinjax/pull/60

New Contributors
* AhnafCodes made their first contribution in https://github.com/jpsca/jinjax/pull/51

**Full Changelog**: https://github.com/jpsca/jinjax/compare/0.33...0.34

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.