Skip to content

Releases: unclead/yii2-multiple-input

Release 2.20.3

21 Mar 07:02
Compare
Choose a tag to compare

Release 2.20.3

  • fixed undefined index

Release 2.20.2

20 Mar 15:24
Compare
Choose a tag to compare

Release 2.20.2

  • Pass context params to input render method in ListRenderer

Release 2.20.1

19 Mar 17:58
Compare
Choose a tag to compare

Release 2.20.1

fixed replace an index placeholder in input options

Release 2.20.0

17 Mar 18:41
Compare
Choose a tag to compare

Release 2.20.0

  • #278 allow zero name
  • #261 replace the widget placeholder in all nested options

Release 2.19.0

02 Feb 07:38
Compare
Choose a tag to compare

Release 2.19.0

  • add template for input (bscheshirwork)
  • pass more params to a prepareValue closure (bscheshirwork)
  • add DivRenderer (bscheshirwork)

Release 2.18.0

11 Dec 07:12
Compare
Choose a tag to compare

Release 2.18.0

  • #246 accept \Traversable in model attribute for yield compatibility (bscheshirwork)
  • #250 accept \Traversable in TableRenderer and ListRenderer for yield compatibility (bscheshirwork)
  • #253 allow to omit a name for static column
  • #257 added jsPositions property for the BaseRenderer to set right order js-code in jsInit and jsTemplates (Spell6inder)
  • #259 added columnOptions property in the BaseColumn for TableRenderer and ListRenderer to support HTML options of individual column (InsaneSkull)

Release 2.17.1

08 Oct 09:53
Compare
Choose a tag to compare

Release 2.17.1

  • fix BC

Release 2.17.0

07 Oct 08:47
Compare
Choose a tag to compare

Release 2.17.0

  • #215 collect all js script that has to be evaluate when add new row (not only from " on ready" section)
  • #198 introduce the option theme to disable all bootstrap css classes
  • #197 explicitly set tabindex for all inputs
  • #175 option showGeneralError to enable displaying of general error message

Release 2.16.0

30 Sep 14:38
Compare
Choose a tag to compare

Release 2.16.0

  • #220 fixed error message for clientValidation and ajaxValidation (antkaz)
  • #228 added iconMap and iconSourceproperty for MultipleInput and TabularInput
  • #228 changed the following methods to support icon class:
    BaseColumn->renderDragColumn(), TableRenderer->renderCellContent(), BaseRenderer->prepareButtons()
  • #194 added support of yii\base\DynamicModel
  • #186 added event afterDropRow

Release 2.15.0

13 Jun 12:35
Compare
Choose a tag to compare

Release 2.15.0

  • #217 added layoutConfig property for the ListRenderer