========= Changelog ========= 0.3.2 - 2026-05-01 ------------------ Changes: * Add block ``body_attrs`` and ``body_class`` for changing body tag attributes 0.3.1 - 2026-04-30 ------------------ Changes: * Add support for external URLs in ``Nav`` elements (#4) * Change Python requirement to ``>=3.10`` (#3) Theme simple: * Fix header font sizes * Change site header from h1 to a, link to root, reduce visual importance Bootstrap: * Fix header link to root Tailwind: * Change site header from h1 to a, link to root Thanks to: * Víðir Valberg Guðmundsson (valberg) for Python version fix (#3) and external URLs in ``Nav`` objects (#4) 0.3.0 - 2026-04-07 ------------------ Features * Add block ``messages`` to display Django's `messages framework `_ * Add settings-level defaults for ``STYLE_SITE_TITLE``, ``STYLE_SITE_NAV`` and ``STYLE_FOOTER_NAV`` Changes: * If no site title is set, it will try to detect the project's name and title-case that * Simplify app examples to make it clearer what they do Theme ``simple``: * Add basic table styling * Increase specificity of CSS form selectors - fixes select2 issues * Hide footer if empty Theme ``tailwind``: * Fix app layout footer 0.2.0 - 2026-03-06 ------------------ Features: * Add block ``extra_head`` for inserting tags into the ```` * Add wrapper blocks ``body``, ``site_nav_items`` and ``footer_nav_items`` to act as convenient hooks. 0.1.2 - 2025-08-24 ------------------ Features: * Add a nanodjango plugin to automatically add django-style to ``INSTALLED_APPS``, if it isn't already. 0.1.1 - 2025-04-11 ------------------ Bugfix: * Fix package 0.1.0 - 2025-04-09 ------------------ Features: * Simple plain CSS theme * Bootstrap theme * Tailwind theme * App mode