2
0

v0.20.0.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. v0.20.0 release notes
  2. =====================
  3. Bug fixes
  4. ---------
  5. * Fix rich text toolbar in Wagtail admin when scrolling long blocks of text.
  6. * Always create valid element IDs in templates when random generation is
  7. required (i.e. modal blocks).
  8. * Fix rendering of modal button to be valid HTML.
  9. New features
  10. ------------
  11. * Upgraded to Wagtail 2.11
  12. * Upgraded to Bootstrap 4.6.0
  13. Upgrade considerations
  14. ----------------------
  15. * You may need to alter your initial ``website`` migration if you run into any
  16. issues after updating. See `Wagtail 2.11 release notes
  17. <https://docs.wagtail.io/en/stable/releases/2.11.html#run-before-declaration-needed-in-initial-homepage-migration>`_.
  18. * If you have forms and form submissions in your database, you may need to add the ``unidecode`` library to your project's ``requirements.txt``.
  19. Wagtail 2.11 replaces ``unidecode`` with ``anyascii`` for Unicode to Ascii conversion. Your older form data will still need the ``unidecode`` library
  20. to be read by Wagtail. Read more in the `Wagtail 2.11 notes for other features <https://docs.wagtail.io/en/stable/releases/2.11.html#other-features>`_.
  21. Thank you!
  22. ----------
  23. Thanks to everyone who contributed to `0.20.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/27?closed=1>`_.