django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
http://www.django-cms.org/
Other
411 stars 116 forks source link

fix: sometimes `data-theme="undefined"` gets added to the `<html>` tag #498

Closed fsbraun closed 9 months ago

fsbraun commented 9 months ago

This PR fixes several issues:

This PR also bumps the version to 3.2.6 to preprare for a minor release

codecov[bot] commented 9 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c303359) 100.00% compared to head (863de1e) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #498 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 33 33 Branches 3 3 ========================================= Hits 33 33 ``` | [Files Changed](https://app.codecov.io/gh/django-cms/djangocms-admin-style/pull/498?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=django-cms) | Coverage Δ | | |---|---|---| | [djangocms\_admin\_style/\_\_init\_\_.py](https://app.codecov.io/gh/django-cms/djangocms-admin-style/pull/498?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=django-cms#diff-ZGphbmdvY21zX2FkbWluX3N0eWxlL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DmytroLitvinov commented 9 months ago

LGTM