Skip to content

Releases: kartik-v/yii2-widget-activeform

Version 1.6.4

02 Aug 08:25
Compare
Choose a tag to compare

Date: 31-Jul-2023

  • (enh #139): Correct parseFormFlag method for readonly and disabled check.

Version 1.6.3

28 Jul 11:55
Compare
Choose a tag to compare

Date: 28-Jul-2023

  • (enh #138): Enhance required star for bootstrap 5 floating labels.
  • (enh #137): Overflowing labels in CheckboxList don't break correctly with Bootstrap 4.
  • (enh #136): Enhance ActiveForm to dynamically configure enabled, readonly and staticOnly flags.

Version 1.6.2

26 Feb 18:56
Compare
Choose a tag to compare

Date: 27-Feb-2022

  • PHP 8.1 enhancements for native functions.
  • (enh #135): Backward compatibility for PHP 5.6.

Version 1.6.1

13 Feb 18:10
Compare
Choose a tag to compare

Date: 13-Feb-2022

  • (enh #134): Correct form label required star styling for BS 5.x.
  • (enh #131): Enhance hint block styling.
  • (enh #130): Support isset validation for older PHP versions.
  • (enh #129): Enhance radioList and checkboxList styles.

Version 1.6.0

01 Sep 11:45
Compare
Choose a tag to compare

Date: 01-Sep-2021

  • (enh #128): Enhancements to support Bootstrap v5.x.

Version 1.5.9

01 Sep 11:39
Compare
Choose a tag to compare

Date: 01-Sep-2021

  • (enh #121): Fixed type hinting error.
  • (enh #120): BS4 Custom Controls Enhancements: Switch and File.

Version 1.5.8

23 Feb 19:46
Compare
Choose a tag to compare

Date: 24-Feb-2019

  • (enh #119): Correct required star styling for BS custom checkbox control label.
  • (enh #118): Add feature to show star indicator for required field labels.
  • (enh #117): Add ability to insert content at begin and end of rendered ActiveField.

Version 1.5.7

27 Sep 18:08
Compare
Choose a tag to compare

Date: 27-Sep-2018

  • (enh #115): Enhance rendering of Bootstrap 4.x custom file control.

Version 1.5.6

27 Sep 03:44
Compare
Choose a tag to compare

Date: 27-Sep-2018

  • Bump up version.

Version 1.5.5

26 Sep 14:30
Compare
Choose a tag to compare

Date: 26-Sep-2018

  • New ActiveForm methods isHorizontal, isInline, isVertical for easy layout detection.
  • Label styling enhancements.