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:
parent
86f8d2b7ad
commit
84e2390192
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user