Skip to content

Releases: kartik-v/dependent-dropdown

Version 1.4.9

09 Mar 10:57
Compare
Choose a tag to compare

Date: 09-Mar-2019

  • (enh #72): Correct validation for undefined groups idParam.
  • (enh #72): Add Hungarian Translations.
  • (enh #70): Add Portugese Translations.
  • Update README for NPM install and updates to copyright year.

Version 1.4.8

01 Aug 11:44
Compare
Choose a tag to compare

Date: 01-Aug-2017

  • (enh #69): Better toString parsing.

Version 1.4.7

25 Jul 14:35
Compare
Choose a tag to compare

Date: 25-Jul-2017

  • Empty select input element more correctly in renderSelect.
  • (bug #68): Remove obsolete init with parseDisabled.

Version 1.4.6

25 Jul 11:55
Compare
Choose a tag to compare

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 to loadingText.
  • (enh #54): Validate disabled initial attribute if set.
  • (enh #44): Parse selected value variable type more correctly.

Version 1.4.5

11 Jul 08:15
Compare
Choose a tag to compare

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

16 Dec 19:30
Compare
Choose a tag to compare

Date: 16-Dec-2015

  1. (enh #29): Ability to configure and extend ajax settings
  2. (enh #33): Add language and localization support.
  3. (enh #34): Make all parameter names configurable.
  4. (enh #35): AMD and Node Common JS Support.
  5. (enh #36): Enhance ability to configure HTML attributes for each option.

Version 1.4.3

14 Jul 15:42
Compare
Choose a tag to compare

Date: 14-Jul-2015

  1. (enh #27): Better validation for value selected.
  2. (enh #28): Ability to configure HTML attributes for each option element via ajax.

Version 1.4.2

18 Jun 15:05
Compare
Choose a tag to compare

Date: 18-Jun-2015

  1. (enh #23): New property initDepends to set all dependent parents in the chain.
  2. (enh #24): Enhancement for Select2 plugin.

Version 1.4.1

22 May 12:36
Compare
Choose a tag to compare

Date: 22-May-2015

  1. (enh #19): New depdrop_all_params that will be sent as an associative array (keys & values) to the server ajax action.
  2. (enh #20): Ability to configure id and name param names in json response.
  3. (bug kartik-v/yii2-widget-depdrop#10): Fix process dependency params.
  4. (enh #22): Fixes for JQuery v2.1.4 & Select2.

Version 1.4.0

01 Feb 13:12
Compare
Choose a tag to compare

Date: 01-Feb-2015

  1. Updated trigger of afterChange event
  2. Set composer minimum stability to stable.
  3. (enh #10): Enhance ability to use checkbox or radio as the first dependent parent.
  4. (enh #14): Code cleanup and restructure for various JS lint changes (using JSHint Code cleanup library).
  5. (enh #15): Implement reusable constructor for extending plugin if needed.
  6. (enh #16): Enhance Select2 dropdowns to show loading indicator.