- Add Update -button for theming control panel making it possible to reload modified theme manifest without deactivating theme at first. [datakurre]
1.3.1
------------------
Fixes:
- Enable unload protection by using pattern class ``pat-formunloadalert`` instead ``enableUnloadProtection``. [thet]
- Small fix in documentation [staeff]
- Fix issue where theming control panel errored when a packaged theme was overridden with a global resource directory theme [datakurre]
1.3.0
------------------
New:
- Control theme compilation in development mode through the environment variable ``DIAZO_ALWAYS_CACHE_RULES`` [ale-rt]
Fixes:
- Small fixes to documentation [ale-rt]
1.2.19
-------------------
New:
- For the theming controlpanel, change base URLs from portal URL to what getSite returns, but don't change the controlpanels context binding. This allows for more flexibility when configuring it to be allowed on a sub site with a local registry. [thet]
1.2.18
-------------------
Fixes:
- Fixed html validation: element nav does not need a role attribute. [maurits]
- Handle potential scenarios where wrong theme would show selected in the theming control panel [vangheem]
1.2.17
-------------------
New:
- Documented how to disable diazo transform by setting the ``X-Theme-Disabled`` header. [ale-rt]
Fixes:
- Rebuild resources so they work with latest mockup/patternslib integration changes. [vangheem]
- Removed github dependencies in thememapper. [Gagaro]