pull/10525/head
Thibaud Colas 2023-06-12 10:54:51 +01:00
rodzic 268b038ea8
commit 2163e02933
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -19,12 +19,15 @@ Changelog
* Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)
* Docs: Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen)
* Docs: Reorganise snippets documentation to cover customisations and optional features (Sage Abdullah)
* Docs: Update color customisations guidance to include theme-agnostic options (Thibaud Colas)
* Maintenance: Switch to ruff for flake8 / isort code checking (Oliver Parker)
* Maintenance: Deprecate `insert_editor_css` in favour of `insert_global_admin_css` (Ester Beltrami)
* Maintenance: Optimise use of `specific` on Task and TaskState (Matt Westcott)
* Maintenance: Use table UI component for workflow task index view (Matt Westcott)
* Maintenance: Make header search available on generic index view (Matt Westcott)
* Maintenance: Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
* Maintenance: Remove color tokens which are duplicates / unused (Thibaud Colas)
* Maintenance: Add tests to help with maintenance of theme color tokens (Thibaud Colas)
5.0.1 (25.05.2023)

Wyświetl plik

@ -37,6 +37,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)
* Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen)
* Reorganise snippets documentation to cover customisations and optional features (Sage Abdullah)
* Update color customisations guidance to include theme-agnostic options (Thibaud Colas)
### Maintenance
@ -46,6 +47,8 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Use table UI component for workflow task index view (Matt Westcott)
* Make header search available on generic index view (Matt Westcott)
* Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
* Remove color tokens which are duplicates / unused (Thibaud Colas)
* Add tests to help with maintenance of theme color tokens (Thibaud Colas)
## Upgrade considerations