update changelog for eslint clean up items

- #8749
- #8764
- #8750
- #8748
- #8737
pull/8542/merge
LB Johnston 2022-07-06 19:27:48 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic d57021e1cc
commit dbac4335c2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,7 @@ Changelog
* Add a `classnames` template tag to easily build up classes from variables provided to a template (Paarth Agarwal)
* Migrate the dashboard (home) view header to the shared header template and update designs (Paarth Agarwal)
* Update classes and styles for the shared header templates to align with UI guidelines (Paarth Agarwal)
* Clean up multiple eslint rules usage and configs to align better with the Wagtail coding guidelines (LB (Ben Johnston))
* Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
* Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
* Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand)

Wyświetl plik

@ -64,6 +64,7 @@ When using a queryset to render a list of images, you can now use the `prefetch_
* Add a `classnames` template tag to easily build up classes from variables provided to a template (Paarth Agarwal)
* Migrate the dashboard (home) view header to the shared header template and update designs (Paarth Agarwal)
* Update classes and styles for the shared header templates to align with UI guidelines (Paarth Agarwal)
* Clean up multiple eslint rules usage and configs to align better with the Wagtail coding guidelines (LB (Ben Johnston))
### Bug fixes