0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/docs/releases/2.15.rst
Dmitrii Faiazov fb66c1fd17 Styling for Windows high contrast
- add media queries for icons & logos
- fix issue with color problems
2021-08-23 20:15:08 +10:00

39 lines
1.9 KiB
ReStructuredText

===========================================
Wagtail 2.15 release notes - IN DEVELOPMENT
===========================================
.. contents::
:local:
:depth: 1
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).
What's new
==========
Other features
~~~~~~~~~~~~~~
* 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)
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott)
* 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)
* Added a distinct ``wagtail.copy_for_translation`` log action type (Karl Hobley)
* Add a debug logger around image rendition generation (Jake Howard)
Bug fixes
~~~~~~~~~
* Delete button is now correct colour on snippets and modeladmin listings (Brandon Murch)
* Ensure that StreamBlock / ListBlock-level validation errors are counted towards error counts (Matt Westcott)
* InlinePanel add button is now keyboard navigatable (Jesse Menn)
* Remove redundant 'clear' button from site root page chooser (Matt Westcott)
* Make ModelAdmin IndexView keyboard-navigable (Saptak Sengupta)
* Prevent error on refreshing page previews when multiple preview tabs are open (Alex Tomkins)
* Admin fields and Icon visibility issues in Windows high contrast mode (Dmitrii Faiazov)
Upgrade considerations
======================