Skip to content

Commit

Permalink
Add release notes for #10657
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jul 13, 2023
1 parent 7a6b7f5 commit e8f29e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -23,6 +23,7 @@ Changelog
* Add support for `--template` option to `wagtail start` (Thibaud Colas)
* Change to always cache renditions (Jake Howard)
* Update link/document rich text tooltips for consistency with the inline toolbar (Albina Starykova)
* Add support for AVIF images (Aman Pandey)
* Fix: Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where `parent_page_types` would disallow it (Dan Braghis)
* Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah)
* Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
Expand Down
8 changes: 7 additions & 1 deletion docs/releases/5.1.md
Expand Up @@ -36,13 +36,19 @@ The `boost` option on `SearchField`, to increase the ranking of search results t

### Extend Stimulus adoption

As part of tackling Wagtail’s technical debt and improving [CSP compatibility]([Title](https://github.com/wagtail/wagtail/issues/1288)), we have continued extending our usage of Stimulus, based on the plans laid out in [RFC 78: Adopt Stimulus](https://github.com/wagtail/rfcs/pull/78).
As part of tackling Wagtail’s technical debt and improving [CSP compatibility](https://github.com/wagtail/wagtail/issues/1288), we have continued extending our usage of Stimulus, based on the plans laid out in [RFC 78: Adopt Stimulus](https://github.com/wagtail/rfcs/pull/78).

* Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston)
* Migrate legacy dropdown implementation to a Stimulus controller (Thibaud Colas)
* Migrate header search behaviour to `w-swap`, a Stimulus controller (LB (Ben) Johnston)
* Replace Bootstrap tooltips with a new `w-tooltip` Stimulus controller (LB (Ben) Johnston)

### AVIF image support

Images can now be uploaded and rendered in [AVIF](https://en.wikipedia.org/wiki/AVIF) format; see [image file format](image_file_formats),
[output image format](output_image_format) and [image quality](image_quality) for further details.
This feature was developed by Aman Pandey with input from Dan Braghis, Thibaud Colas and Chris Adams.

### Other features

* Mark calls to `md5` as not being used for secure purposes, to avoid flagging on FIPS-mode systems (Sean Kelly)
Expand Down

0 comments on commit e8f29e3

Please sign in to comment.