v4.1.0.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. v4.1.0 release notes
  2. ====================
  3. New features
  4. ------------
  5. * Support Wagtail 6.3 exclusively.
  6. * Support Python 3.9 to 3.13.
  7. * Improve visual consistency of miniview and search templates, including uniform height when rendered in rows, i.e. Related Pages.
  8. * New miniview template for Article and Event pages, which show more contextual details about each page type.
  9. * All miniview templates now include variables ``h`` to set the heading level, and ``miniview_css_class`` to add CSS to the top level card.
  10. * New search template for Event pages which shows more contextual details.
  11. Bug fixes
  12. ---------
  13. * Fix modal and download buttons by restoring ``button_title`` field on ``ButtonMixin`` (which was previously refactored in v4.0).
  14. * Fix accessibility warnings about inconsistent heading levels of Related Pages.
  15. * Fix visual overflow of Carousel block.
  16. * Fix default field type on Form page fields.
  17. Maintenance
  18. -----------
  19. * Update to the latest fullcalendar, icalendar, and django-bootstrap5 versions.
  20. Upgrade considerations
  21. ----------------------
  22. After upgrading, be sure to generate and apply new migrations as so:
  23. .. code-block::
  24. python manage.py makemigrations
  25. python manage.py migrate
  26. Template changes
  27. ~~~~~~~~~~~~~~~~
  28. The default Article Index and Event Index page templates now use the respective miniview template to list child pages. This results in a slight visual difference.
  29. Block changes
  30. ~~~~~~~~~~~~~
  31. * ``button_title`` has been re-added to ``ButtonMixin``.
  32. Thank you!
  33. ----------
  34. Thanks to everyone who contributed to `4.1 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/56?closed=1>`_.