0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Add release notes for Stimulus adoption

This commit is contained in:
Thibaud Colas 2022-12-19 13:54:59 +00:00
parent 86f8d2b7ad
commit 84e2390192
2 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,8 @@ Changelog
* Maintenance: Move `identity` JavaScript util into shared utils folder (LB (Ben Johnston))
* Maintenance: Remove unnecessary declaration of function to determine URL query params, instead use `URLSearchParams` (Loveth Omokaro)
* Maintenance: Update `tsconfig` to better support modern TypeScript development and clean up some code quality issues via Eslint (Loveth Omokaro)
* Maintenance: Set up Stimulus application initialisation according to RFC 78 (LB (Ben) Johnston)
* Maintenance: Refactor submit-on-change search filters for image and document listings to use Stimulus (LB (Ben) Johnston)
4.1.2 (xx.xx.xxxx) - IN DEVELOPMENT

View File

@ -88,6 +88,8 @@ This feature was developed by Sage Abdullah.
* Add class inheritance information to StreamField block sreference (Temidayo Azeez)
* Document the hook [`register_image_operations`](register_image_operations) and add an example of a [custom Image filter](custom_image_filters) (Coen van der Kamp)
* Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott)
* Set up Stimulus application initialisation according to RFC 78 (LB (Ben) Johnston)
* Refactor submit-on-change search filters for image and document listings to use Stimulus (LB (Ben) Johnston)
### Maintenance