Changelog / release notes for #6819 and #6320

pull/6854/head
Karl Hobley 2021-02-26 09:33:44 +00:00
rodzic b211c7f541
commit c002a04576
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,8 @@ Changelog
* Fix: StreamField required status is now consistently handled by the `blank` keyword argument (Matt Westcott)
* Fix: Show 'required' asterisks for blocks inside required StreamFields (Matt Westcott)
* Fix: Make image chooser "Select format" fields translatable (Helen Chapman, Thibaud Colas)
* Fix: Move labels above the form field in the image format chooser, to avoid styling issues at tablet size (Helen Chapman)
* Fix: `{% include_block with context %}` now passes local variables into the block template (Jonny Scholes)
2.12.2 (18.02.2021)

Wyświetl plik

@ -49,6 +49,8 @@ Bug fixes
* Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
* Reinstate chevron on collection dropdown (Mike Brown)
* Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)
* Move labels above the form field in the image format chooser, to avoid styling issues at tablet size (Helen Chapman)
* ``{% include_block with context %}`` now passes local variables into the block template (Jonny Scholes)
Upgrade considerations