v0.5.0 – Python context modifiers 🎉
Added
Added support for 'context modifiers' - A way to modify template contexts with Python (#141, #147, #106).
This addresses the following limitations of the pattern library:
- #10 No way to specify objects that have attributes and support iteration
- #113 Django form fields not well supported
- #135 Competing tag/context config for image provides inconsistent result
View the documentation, as well as demos leveraging the new capability: forms (see forms and fields recipe), and pagination (see pagination recipe).