Skip to content

Latest commit

 

History

History
190 lines (112 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

190 lines (112 loc) · 4.38 KB

Changelog

2.2.5

Full Changelog

Fixed

  • Fix compatibility with improved captcha

Deprecated

  • Template fd_control_captcha_bs_horizontal is deprecated and not required anymore

2.2.4

Full Changelog

Improved

  • Prevent error if a horizontal form layout templates is used with a wrong form layout (#56)

2.2.3

Full Changelog

Fixed

  • Fix broken form layout customization

2.2.2

Full Changelog

Fixed

  • Fix another PHP 8 warning

2.2.1

Full Changelog

Fixed

  • Do not render errors within input groups (#48)

2.2.0

Full Changelog

Changed

  • Restore compatibility with Contao 4.13
  • Bump dependencies

2.1.6

Full Changelog

Fixed

  • Fix widget type detection for widgets not providing type information

2.1.5

Full Changelog

Fixed

  • Show missing asterisk for confirming password (#45)

2.1.4 (2019-03-19)

Full Changelog

Changed

  • Catch Contao\CoreBundle\DataContainer\PaletteNotFoundException for forward compatibility (#42). Resolves also contao/contao#378

2.1.3 (2018-09-28)

Full Changelog

  • Fix captcha for Contao 4.6 (#41)
  • Force error message being visible (#40)

2.1.2 (2018-08-24)

Full Changelog

  • Make service "contao_bootstrap.form.listener.form_field_dca" public for symfony/dependency-container v4 compatibility.

2.1.1 (2018-07-03)

Full Changelog

  • Add missing getRowClass().

2.1.0 (2018-07-03)

Full Changelog

  • 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 of row as default grid row class.
  • Make row class configurable in the form layout.

2.0.5 (2018-06-28)

Full Changelog

  • Fix upload label class for custom file uploads.

2.0.4 (2018-05-28)

Full Changelog

  • Fix error markup for fields with input groups.
  • Bugfix: Add offset if no label is defined.
  • Bugfix: Add missing grid column classes.
  • Update translations.

2.0.3 (2018-01-24)

Full Changelog

  • 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)

2.0.2 (2018-01-10)

Full Changelog

  • Bugfix: Changed MetaPalettes Namespace (#30)

2.0.1 (2018-01-05)

Full Changelog

  • Bugfix: Add input-group-text wrappers

2.0.0 (2018-01-05)

Full Changelog

  • Apply markup changes of Bootstrap 4 beta 3 (#29)
  • Support Metapalettes v2.0

2.0.0-beta1 (2017-12-01)

Full Changelog

  • Make listener services public as Contao requires it.

2.0.0-beta1 (2017-09-27)

Full Changelog

Implemented enhancements:

  • Rework as Contao 4 bundle
  • Replace form-helper with form-designer
  • Bootstrap 4 support