kopia lustrzana https://github.com/wagtail/wagtail
Finalise release notes for 2.13rc1
rodzic
deade75907
commit
e1766874eb
|
@ -4,10 +4,11 @@ Changelog
|
||||||
2.13 (xx.xx.xxxx) - IN DEVELOPMENT
|
2.13 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The documentation now uses Sphinx Wagtail Theme https://github.com/wagtail/sphinx_wagtail_theme (Storm Heg, Tibor Leupold, Thibaud Colas and Coen van der Kamp).
|
|
||||||
* New StreamField implementation with performance and functionality improvements (Matt Westcott, Karl Hobley)
|
* New StreamField implementation with performance and functionality improvements (Matt Westcott, Karl Hobley)
|
||||||
* Added a simple translation module into `wagtail.contrib.simple_translation` (Coen van der Kamp)
|
* Added a simple translation module into `wagtail.contrib.simple_translation` (Coen van der Kamp)
|
||||||
* Combined account settings into a single form (Karl Hobley)
|
* Combined account settings into a single form (Karl Hobley)
|
||||||
|
* Add support for exporting redirects (Martin Sandström)
|
||||||
|
* The documentation now uses Sphinx Wagtail Theme https://github.com/wagtail/sphinx_wagtail_theme (Storm Heg, Tibor Leupold, Thibaud Colas and Coen van der Kamp).
|
||||||
* Add support for Django 3.2
|
* Add support for Django 3.2
|
||||||
* Support passing `min_num`, `max_num` and `block_counts` arguments directly to `StreamField` (Haydn Greatnews, Matt Westcott)
|
* Support passing `min_num`, `max_num` and `block_counts` arguments directly to `StreamField` (Haydn Greatnews, Matt Westcott)
|
||||||
* Add the option to set rich text images as decorative, without alt text (Helen Chapman, Thibaud Colas)
|
* Add the option to set rich text images as decorative, without alt text (Helen Chapman, Thibaud Colas)
|
||||||
|
@ -24,7 +25,6 @@ Changelog
|
||||||
* Reinstate submitter's name on moderation notification email (Matt Westcott)
|
* Reinstate submitter's name on moderation notification email (Matt Westcott)
|
||||||
* Add a new switch input widget as an alternative to checkboxes (Karl Hobley)
|
* Add a new switch input widget as an alternative to checkboxes (Karl Hobley)
|
||||||
* Allow `{% pageurl %}` fallback to be a direct URL or an object with a `get_absolute_url` method (Andy Babic)
|
* Allow `{% pageurl %}` fallback to be a direct URL or an object with a `get_absolute_url` method (Andy Babic)
|
||||||
* Add support for exporting redirects (Martin Sandström)
|
|
||||||
* Support slicing on StreamField / StreamBlock values (Matt Westcott)
|
* Support slicing on StreamField / StreamBlock values (Matt Westcott)
|
||||||
* Switch Wagtail choosers to use SVG icons instead of font icon (Storm Heg)
|
* Switch Wagtail choosers to use SVG icons instead of font icon (Storm Heg)
|
||||||
* Save revision when restart workflow (Ihor Marhitych)
|
* Save revision when restart workflow (Ihor Marhitych)
|
||||||
|
|
|
@ -26,15 +26,6 @@ In this release, a new contrib app has been introduced called :doc:`simple_trans
|
||||||
|
|
||||||
This module was contributed by Coen van der Kamp.
|
This module was contributed by Coen van der Kamp.
|
||||||
|
|
||||||
Sphinx Wagtail Theme
|
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
The `documentation <https://docs.wagtail.io/>`_ now uses `Sphinx Wagtail Theme <https://github.com/wagtail/sphinx_wagtail_theme>`_.
|
|
||||||
|
|
||||||
Feedback and feature requests may be reported to the `theme issue list <https://github.com/wagtail/sphinx_wagtail_theme/issues>`_.
|
|
||||||
|
|
||||||
This theme is developed by Storm Heg, Tibor Leupold, Thibaud Colas and Coen van der Kamp.
|
|
||||||
|
|
||||||
Commenting
|
Commenting
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -47,6 +38,20 @@ Combined account settings
|
||||||
|
|
||||||
The "Account settings" section available at the bottom of the admin menu has been updated to include all settings on a single form. This feature was developed by Karl Hobley.
|
The "Account settings" section available at the bottom of the admin menu has been updated to include all settings on a single form. This feature was developed by Karl Hobley.
|
||||||
|
|
||||||
|
Redirect export
|
||||||
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
The redirects module now includes support for exporting the list of redirects to XLSX or CSV. This feature was developed by Martin Sandström.
|
||||||
|
|
||||||
|
Sphinx Wagtail Theme
|
||||||
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
The `documentation <https://docs.wagtail.io/>`_ now uses `Sphinx Wagtail Theme <https://github.com/wagtail/sphinx_wagtail_theme>`_.
|
||||||
|
|
||||||
|
Feedback and feature requests may be reported to the `theme issue list <https://github.com/wagtail/sphinx_wagtail_theme/issues>`_.
|
||||||
|
|
||||||
|
This theme is developed by Storm Heg, Tibor Leupold, Thibaud Colas and Coen van der Kamp.
|
||||||
|
|
||||||
Other features
|
Other features
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -66,7 +71,6 @@ Other features
|
||||||
* Reinstate submitter's name on moderation notification email (Matt Westcott)
|
* Reinstate submitter's name on moderation notification email (Matt Westcott)
|
||||||
* Add a new switch input widget as an alternative to checkboxes (Karl Hobley)
|
* Add a new switch input widget as an alternative to checkboxes (Karl Hobley)
|
||||||
* Allow ``{% pageurl %}`` fallback to be a direct URL or an object with a ``get_absolute_url`` method (Andy Babic)
|
* Allow ``{% pageurl %}`` fallback to be a direct URL or an object with a ``get_absolute_url`` method (Andy Babic)
|
||||||
* Add support for exporting redirects (Martin Sandström)
|
|
||||||
* Support slicing on StreamField / StreamBlock values (Matt Westcott)
|
* Support slicing on StreamField / StreamBlock values (Matt Westcott)
|
||||||
* Switch Wagtail choosers to use SVG icons instead of font icon (Storm Heg)
|
* Switch Wagtail choosers to use SVG icons instead of font icon (Storm Heg)
|
||||||
* Save revision when restart workflow (Ihor Marhitych)
|
* Save revision when restart workflow (Ihor Marhitych)
|
||||||
|
|
Ładowanie…
Reference in New Issue