Add release notes for Stimulus adoption

pull/9807/head^2
Thibaud Colas 2022-12-19 13:54:59 +00:00
rodzic 86f8d2b7ad
commit 84e2390192
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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