Releases: kartik-v/dependent-dropdown
Releases · kartik-v/dependent-dropdown
Version 1.4.9
Version 1.4.8
Date: 01-Aug-2017
- (enh #69): Better
toString
parsing.
Version 1.4.7
Date: 25-Jul-2017
- Empty select input element more correctly in
renderSelect
. - (bug #68): Remove obsolete init with
parseDisabled
.
Version 1.4.6
Date: 25-Jul-2017
- Enhance following events to return ajax parameters for better exception handling.
depdrop:beforeChange
depdrop:change
depdrop:error
- (enh #67, #66): Add new method
getAjaxResults
to return the last output ajax data. - (enh #65, #47): Enhancements for multi select dependency.
- (enh #64, #51): New property
skipDep
to allow skipping ajax dependency firing when value is empty or set toloadingText
. - (enh #54): Validate
disabled
initial attribute if set. - (enh #44): Parse selected value variable type more correctly.
Version 1.4.5
Date: 11-Jul-2017
- Add package for npm.
- Add composer branch alias for latest dev-master release.
- Add github contribution templates.
- (enh #63): Collate all locales files within
js/locales
folder. - (enh #62): Modify event names to begin with
depdrop:
. - (enh #60): Add Portuguese translations.
- (enh #49): Add Polish translations.
- (enh #46): Documentation fixes.
- (enh #43): Allow multiselect dependency and initializing selected values as an array.
- (enh #38): Add Italian translations.
Version 1.4.4
Version 1.4.3
Version 1.4.2
Version 1.4.1
Date: 22-May-2015
- (enh #19): New
depdrop_all_params
that will be sent as an associative array (keys & values) to the server ajax action. - (enh #20): Ability to configure
id
andname
param names in json response. - (bug kartik-v/yii2-widget-depdrop#10): Fix process dependency params.
- (enh #22): Fixes for JQuery v2.1.4 & Select2.
Version 1.4.0
Date: 01-Feb-2015
- Updated trigger of afterChange event
- Set composer minimum stability to stable.
- (enh #10): Enhance ability to use checkbox or radio as the first dependent parent.
- (enh #14): Code cleanup and restructure for various JS lint changes (using JSHint Code cleanup library).
- (enh #15): Implement reusable constructor for extending plugin if needed.
- (enh #16): Enhance Select2 dropdowns to show loading indicator.