Skip to content

v0.5.0 – Python context modifiers 🎉

Compare
Choose a tag to compare
@thibaudcolas thibaudcolas released this 04 Jun 07:26
4a57c5d

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:

View the documentation, as well as demos leveraging the new capability: forms (see forms and fields recipe), and pagination (see pagination recipe).