Skip to content

Releases: unclead/yii2-multiple-input

Release 2.3.0

28 Jan 18:47
Compare
Choose a tag to compare

Release 2.3.0

  • #107: render a hidden input when MultipleInput is used for active field
  • #109: respect ID when using a widget's placeholder

Release 2.2.0

01 Dec 08:08
Compare
Choose a tag to compare

Release 2.2.0

  • #104: Fixed preparation of js attributes (Choate, unclead)
  • Fixed removal of row with index 0 via js api method (pvlg)

Release 2.1.1

12 Oct 08:42
Compare
Choose a tag to compare

Release 2.1.1

  • Enh: Passing a deleted row to the event

Release 2.1.0

11 Oct 15:49
Compare
Choose a tag to compare

Release 2.1.0

  • Enh #37: Support of client validation

Release 2.0.1

11 Oct 06:33
Compare
Choose a tag to compare

Release 2.0.1

  • Bug #105: Change vendor name in namespace from yii to unclead

Release 2.0.0

09 Oct 19:07
Compare
Choose a tag to compare

Release 2.0.0

  • Renamed limit option to max
  • Changed namespace from unclead\widgets to yii\multipleinout
  • #92: Adjustments for correct work with AR relations
  • Enh #104: Added method to set value of an particular option
  • small improvements

Release 1.4.1

16 Sep 06:08
Compare
Choose a tag to compare

Release 1.4.1

  • #99: Respect "defaultValue" if it is set and current value is empty (unclead)

Release 1.4.0

04 Sep 19:24
Compare
Choose a tag to compare

Release 1.4.0

  • #94: added ability to set custom renderer (unclead, bokodi-dev)
  • #97: Respect addButtonPosition when rendering the button (unclead)

Release 1.3.1

18 Jul 17:25
Compare
Choose a tag to compare

Release 1.3.1

  • Bug: Use method ::className instead of ::class

Release 1.3.0

12 Jul 16:21
Compare
Choose a tag to compare

Release 1.3.0

  • #79 Added support for embedded MultipleInput widget (unclead, execut)
  • Enh: Added ability to render add button in the footer (unclead)
  • Enh: Improving for better work without ActiveForm (unclead)
  • Enh: Added ability to render add button at several positions (unclead)