- Fix widget type detection for widgets not providing type information
- Show missing asterisk for confirming password (#45)
- Catch
Contao\CoreBundle\DataContainer\PaletteNotFoundException
for forward compatibility (#42). Resolves also contao/contao#378
- Fix captcha for Contao 4.6 (#41)
- Force error message being visible (#40)
- Make service "contao_bootstrap.form.listener.form_field_dca" public for symfony/dependency-container v4 compatibility.
- Add missing getRowClass().
- Add javascript to fd_control_upload_bs_custom to update the label.
- Add fd_control_upload_bs_custom_no_js to keep option without js.
- Use
form-row
instead ofrow
as default grid row class. - Make row class configurable in the form layout.
- Fix upload label class for custom file uploads.
- Fix error markup for fields with input groups.
- Bugfix: Add offset if no label is defined.
- Bugfix: Add missing grid column classes.
- Update translations.
- Fix issue that undefined palettes thrown an exception in the form view (#31)
- Fix spdx license format
- Fix adding bootstrap form styles for hidden captca (#27)
- Bugfix: Changed MetaPalettes Namespace (#30)
- Bugfix: Add input-group-text wrappers
- Apply markup changes of Bootstrap 4 beta 3 (#29)
- Support Metapalettes v2.0
- Make listener services public as Contao requires it.
Implemented enhancements:
- Rework as Contao 4 bundle
- Replace form-helper with form-designer
- Bootstrap 4 support