django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
43 stars 20 forks source link

feat: release 0.9.4 #43

Closed fsbraun closed 2 years ago

fsbraun commented 2 years ago

This release deprecates the frontend_forms app which is moved into an independent repository.

Additionally, it is compatible with dark mode of django CMS v3.11.

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (adcfa07) into master (7e99d87) will decrease coverage by 0.02%. The diff coverage is 71.42%.

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   81.62%   81.60%   -0.03%     
==========================================
  Files         128      128              
  Lines        3968     3974       +6     
  Branches      798      799       +1     
==========================================
+ Hits         3239     3243       +4     
- Misses        601      602       +1     
- Partials      128      129       +1     
Impacted Files Coverage Δ
djangocms_frontend/contrib/frontend_forms/apps.py 90.47% <66.66%> (-9.53%) :arrow_down:
djangocms_frontend/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7e99d87...adcfa07. Read the comment docs.