2.15.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ===========================================
  2. Wagtail 2.15 release notes - IN DEVELOPMENT
  3. ===========================================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. Wagtail 2.15 is designated a Long Term Support (LTS) release. Long Term Support releases will continue to receive maintenance updates as necessary to address security and data-loss related issues, up until the next LTS release (typically a period of 12 months).
  8. What's new
  9. ==========
  10. Other features
  11. ~~~~~~~~~~~~~~
  12. * Add the ability for the page chooser to convert external urls that match a page to internal links, see :ref:`WAGTAILADMIN_EXTERNAL_LINK_CONVERSION` (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
  13. * Added "Extending Wagtail" section to documentation (Matt Westcott)
  14. * Added "Extending Wagtail" section to documentation (Matt Westcott)
  15. * Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott)
  16. * Added a `background_position_style` property to renditions. This can be used to crop images using its focal point in the browser. See :ref:`rendition_background_position_style` (Karl Hobley)
  17. * Added a distinct ``wagtail.copy_for_translation`` log action type (Karl Hobley)
  18. * Add a debug logger around image rendition generation (Jake Howard)
  19. Bug fixes
  20. ~~~~~~~~~
  21. * Delete button is now correct colour on snippets and modeladmin listings (Brandon Murch)
  22. * Ensure that StreamBlock / ListBlock-level validation errors are counted towards error counts (Matt Westcott)
  23. * InlinePanel add button is now keyboard navigatable (Jesse Menn)
  24. * Remove redundant 'clear' button from site root page chooser (Matt Westcott)
  25. * Make ModelAdmin IndexView keyboard-navigable (Saptak Sengupta)
  26. * Prevent error on refreshing page previews when multiple preview tabs are open (Alex Tomkins)
  27. * Admin fields and Icon visibility issues in Windows high contrast mode (Dmitrii Faiazov)
  28. Upgrade considerations
  29. ======================