- Adopt latest captcha changes
- Require at least Contao 4.13.37 or Contao 5.2.8
- Allow symfony/event-dispatcher-contracts version 3
- Allow psr/log ^2.0 and ^3.0
- Allow psr/log ^2.0 and ^3.0
- Switched to m-vo/contao-group-widget instead of multicolumnwizard
- Support Contao 5
- Drop support for Contao < 4.13
- Require at least PHP 8.1
- Add form_text template for Contao 5 support
- Support custom palettes for form fields
- Fixed undefined array index warnings
- Fix form password in Contao 4.13
- Improve PHP 8 compatibility
- Contao 4.13 compatibility
- Add the option to override the form layout for a form field
- Add the option to override the form control and form layout template for a form field
- Allow customizing supported elements, modules and widgets by the bundle configuration
- Always detect widget type from the registry insteadof using the
type attribute
(Fixes contao-bootstrap/form#47)
- Fix widget type detection for widgets not defining
type
attribute
- Catch Contao\CoreBundle\DataContainer\PaletteNotFoundException for forward compatibility (#42). Resolves also contao/contao#378
- Fix incompatibility with PHP 7.3 in
ThemeImportListener
.
- Fix referenced module in content element not handled in contextual form layout listener.
- Fix referenced module in content element not handled in contextual form layout listener.
- Fix broken captcha in Contao 4.6
- Fix compatibility with Contao 4.6 / Symfony 4
- Provide method to get the default layout without having a widget.
- Fix naming issue of default control template (See #1).
- Loosen type restrictions of WidgetUtil::invokeClosure.
- Rewrite attribute parsing to fix issue of missing non-value attributes.
- Prevent MetaPalettes from throwing an error if an palette does not exist.
- Test build against Contao 4.5.
- Fix broken tl_content view if supported palette does not exist (core module disabled).
- Fix old spdx license format.
- Make hook/dca listeners public as Contao requires it
- Support Metapalettes v2.0