- #104: Fixed preparation of js attributes (Choate, unclead)
- Enh: Passing a deleted row to the event
- Enh #37: Support of client validation
- Bug #105: Change vendor name in namespace from yii to unclead to respect Yii recommendations
- Renamed
limit
option tomax
- Changed namespace from
unclead\widgets
toyii\multipleinput
- #92: Adjustments for correct work with AR relations
- Enh #104: Added method to set value of an particular option
- #99: Respect "defaultValue" if it is set and current value is empty (unclead)
- #94: added ability to set custom renderer (unclead, bokodi-dev)
- #97: Respect
addButtonPosition
when rendering the button (unclead)
- Bug: Use method
::className
instead of::class
- #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)
- #85: fixed
$enableError
not render element in template (thiagotalma)
- #81 fixed output of errors in case of non-ajax validation
- Enh: increased default value for the property
limit
(ivansal) - Enh: Added support of associative array in data (ivansal)
- Bug: fixed double execution events for included MultipleInput (fiamma06)
- Bug #70: replacing of the placeholder after preparing the content of row
- Added note about usage widget with ajax
- Bug #71: trigger the event after actual removal of row
- Added new js events (add/remove/clear inputs) and integrated the gulp for minification of assets (veksa)
- Added support of closure for parameter
options
(veksa)
- Hotfix: Fixed error when array_key_exits (kongoon)
- Bug #61: Fixed a rendering of remove button
- Bug #62: Incorrect behavior is case when
min
is equal tolimit
- Bug #64: Radio/checkbox lists doesn't work correctly
- Enh #59 Added columnClass property (unclead)
- Enh #56: add
rowOptions
property
- Enh: Don't show action column when limit is
equal
tomin
- Bug #55: Attach click events to the widget wrapper instead of
$(document)
- Bug #49: urlencoded field token replacement in js template (rolmonk)
- Enh #48: Added option
min
for setting minimum number of rows - Enh: added option
addButtonPosition
- Bug #46: Renamed placeholder to avoid conflict with other plugins
- Bug #47: Use Html helper for rendering buttons instead of Button widget
- Enh: Deleted yii2-bootstrap dependency
- Bug #39: TabularInput: now new row does't copy values from the most recent row
- Enh #40: Pass the current row for removal when calling
beforeDeleteRow
event
- Enh #34: Added option
allowEmptyList
(unclead) - Enh #35: Added option
enableGuessTitle
for MultipleInput (unclead) - Bug #36: Use PCRE_MULTILINE modifier in regex
- Enh #31: Added support of anonymous function for
items
attribute (unclead, stepancher) - Enh: added hidden field for radio and checkbox inputs (unclead, kotchuprik)
- Enh: improved css (fiamma06)
- Bug #25 fixed rendering when data is empty
- Bug #27 fixed element's prefix generation
- Bug #19 Refactoring rendering of inputs (unclead)
- Bug #20 Added hasAttribute checking for AR models (unclead)
- Enh #22 Added
TabularInput
widget (unclead), rendering logic has been moved to separate class (renderer)
- Bug #17: display inline errors (unclead, mikbox74)
- Enh #11: Improve js events (unclead)
- Bug #16: correct use of defaultValue property (unclead)
- code improvements (unclead)
- Bug #15: Fix setting current values of dropDownList (unclead)
- Bug #16: fix render of dropDown and similar inputs (unclead)
- Enh: Add attributeOptions property
- Bug: Hidden fields no longer break markup (unclead, kotchuprik)
- Enh: added minified version of js script (unclead)
- Enh #8: renamed placeholders for avoid conflicts with other widgets (unclead)
- Enh #7: customization of header cell
- Enh #1: Implemented ability to use widget as column type (unclead)
- Enh: add js events (ZAYEC77)
first stable release