2
0

v0.17.0.rst 953 B

12345678910111213141516171819202122232425262728293031
  1. v0.17.0 release notes
  2. =====================
  3. New features
  4. ------------
  5. * NEW setting to globally force all external links to open in a new tab. See
  6. :doc:`/how_to/link_targets`.
  7. * Upgraded Wagtail to version 2.7
  8. * New UI of streamfield, and other changes from
  9. `Wagtail 2.7 <https://docs.wagtail.io/en/stable/releases/2.7.html>`_.
  10. * Now supports Django 2.0, 2.1, 2.2 and Python 3.5, 3.6, 3.7, 3.8
  11. Bug fixes
  12. ---------
  13. * Fix bug where form field without a selected type would cause a 500 error.
  14. * Render valid AMP images and iframes on ArticlePage and in RichText and Embed
  15. blocks.
  16. Upgrade considerations
  17. ----------------------
  18. * You will need to run ``python manage.py makemigrations website`` and
  19. ``python manage.py migrate`` after upgrading.
  20. * Template tag ``richtext_amp_formatting`` has been removed and should be
  21. replaced with ``richtext|convert_to_amp``.
  22. * Template tag ``amp_formatting`` has been replaced with ``convert_to_amp``.