New features
[ae6ff6b] Add login_form_footer block to the login page template (@lacatoire)
[a2aa224] Add ButtonVariant::Info (@lacatoire)
Bug fixes
[ba934ab] Fix TextEditorField layout breaking under strict CSP (@lacatoire)
[f74c134] Allow buttons to grow and wrap with long or multi-line content (@lacatoire)
[968fe87] Prevent ImageField from overwriting existing files (@lacatoire)
[f71eee4] Fix filter to use translated labels for enums implementing TranslatableInterface (@lacatoire)
[080ae90] Fix the disabling of text editor fields (@javiereguiluz)
[29bf7ec] Prevent TextEditor modal clicks from triggering row action redirect (@lacatoire)
[5e00ba3] Add choice_label support to CrudAutocompleteType (@Amoifr)
[0d158f0] Apply DefaultColumns to ChoiceField regardless of widget type (@lacatoire)
[4e39c0d] Fix filter label translation when field is hidden via hideOnIndex (@Amoifr)
Misc fixes
[846a2f3] Add regression test for CollectionField::renderExpanded() on nested CRUD forms (@lacatoire)
[538ff87] Improve the docs about field configurators (@lacatoire)
[b95f290] Fix configuration on documentation file (@maxhelias)