- Closes #9748
pull/9779/head
LB Johnston 2022-12-11 15:13:32 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 5728b876e0
commit abc39ad3c4
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -83,6 +83,7 @@ Changelog
* Maintenance: Extracted generic lock / unlock views from page lock / unlock views (Sage Abdullah)
* 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)
4.1.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -102,6 +102,7 @@ Wagtail now provides a set of utilities for creating data migrations on StreamFi
* Extracted generic lock / unlock views from page lock / unlock views (Sage Abdullah)
* Move `identity` JavaScript util into shared utils folder (LB (Ben Johnston))
* Remove unnecessary declaration of function to determine URL query params, instead use `URLSearchParams` (Loveth Omokaro)
* Update `tsconfig` to better support modern TypeScript development and clean up some code quality issues via Eslint (Loveth Omokaro)
## Upgrade considerations