Skip to content

Releases: unclead/yii2-multiple-input

2.30.0

21 Apr 11:01
21d0138
Compare
Choose a tag to compare

Release 2.30.0

  • #369 fix rendering action buttons in case the dataset contains non-numeric indices (unclead)

2.29.0

31 Mar 10:37
Compare
Choose a tag to compare

Release 2.29.0

  • fix addind active form fields doesn't work properly in case of 10 rows and more (unclead)
  • revert changes in normalize method because it affected ajax validation
  • fix addind active form fields in nested columns (unclead)

2.28.0

24 Mar 16:31
c94c992
Compare
Choose a tag to compare

Release 2.28.0

  • replace outdated jquery-sortable.js with a modern alternative (sortable.js) (@sankam-nikolya)

2.27.0

29 Jan 18:42
Compare
Choose a tag to compare
  • #367 (fix) ajax validation doesn't work for newly added/cloned inputs

Release 2.26.2

01 Oct 10:06
Compare
Choose a tag to compare

2.26.2

  • prevent error loop in case of undefined $wrapper.data('multipleInput') (cebe)

Release 2.26.1

01 Oct 09:47
Compare
Choose a tag to compare

Release 2.26.1

  • remove the version from composer.json

Release 2.26.0

15 Aug 08:47
Compare
Choose a tag to compare

Release 2.26.0

  • fix calculation of the current row index
  • fix incrementing the current row index after adding a new row

Release 2.25.0

06 Aug 08:22
Compare
Choose a tag to compare

Release 2.25.0

Release 2.24.0

09 Jan 10:56
Compare
Choose a tag to compare

Release 2.24.0

  • #339 don't set tabindex explicitly

Release 2.23.0

08 Jan 11:49
Compare
Choose a tag to compare

Release 2.23.0

  • always use id from the settings if it is specified
  • Ability to add custom tabindex via options array
  • #335 fix input name in case of one column and enabled sorting