Skip to content

Releases: kartik-v/yii2-widgets

Version 3.4.1

09 Oct 17:41
Compare
Choose a tag to compare

Date: 09-Oct-2018

  • Update composer dependencies
  • Move all source code to src directory.
  • Add github contribution and issue/PR log templates.
  • Added ActiveField component

Version 3.4.0

09 Nov 19:55
Compare
Choose a tag to compare

Date: 09-Nov-2014

  1. enh #199: Revamp yii2-widgets extension bundle to refer to individual sub repositories.
  2. Set release to stable

Version 3.3.0

09 Nov 17:09
Compare
Choose a tag to compare

Date: 05-Nov-2014

  1. enh #193: Upgraded select2 plugin to latest version.
  2. enh #166: Reverted back Select2 placeholder CSS for bootstrap v3.3.0.
  3. enh #195: Enable Typeahead option to conditionally load HandleBars.
  4. enh #198: Enhance dependency validation using common code base.

Version 3.2.0

05 Nov 08:54
Compare
Choose a tag to compare

Date: 25-Oct-2014

  1. enh #181: Enhance RangeInput to include new vertical orientation
  2. bug #183: Fix typeahead remote loading spinning indicator.
  3. enh #184: Update select2 plugin to the latest release v3.5.1.
  4. enh #185: Update typeahead plugin to the latest release v0.10.5.
  5. enh #186: Better replacement of tags for field template.

Version 3.1.0

25 Oct 05:07
Compare
Choose a tag to compare

Date: 10-Oct-2014

  1. enh #169: Enhancement for ICU format conversion for DatePicker and DateTimePicker (enrica, kartik-v).
  2. bug #172: More correct InputWidget name field parsing.
  3. enh #173: Fix styling for FileInput additional line feed.
  4. enh #177: Add Italian translations.

Version 3.0.0

10 Oct 08:30
Compare
Choose a tag to compare

Date: 08-Oct-2014

  1. PSR4 alias change
  2. enh #162: Add Russian locale and translation for DatePicker plugin.
  3. enh #165, #166, #168: Various Select2 styling enhancements for Bootstrap.
  4. Updated Select2 plugin version to latest version.

Version 2.9.0

14 Aug 17:23
Compare
Choose a tag to compare

Date: 14-Aug-2014

  1. bug #132: Enhance growl widget for major changes to core plugin.
  2. Separate animation enhancements added to growl.

Version 2.8.0

31 Jul 08:02
Compare
Choose a tag to compare

Date: 31-Jul-2014

  1. enh #119, #121: Various styling enhancements to Select2.
  2. enh #122: Upgrade bootstrap growl to latest plugin version with various related enhancements
  3. enh #71: Created separate yii2-editable extension

Version 2.7.0

17 Jul 18:51
Compare
Choose a tag to compare

Date: 18-Jul-2014

  1. enh #96: Enhanced DatePicker, DateTimePicker, and TimePicker to work along with the new autoWidgetSettings for DateControl module .
  2. enh #98: Added language configuration property for DatePicker, DateTimePicker, and TimePicker.
  3. bug #99: Fix DateControl to work for date time formatting with DateTimePicker.
  4. enh #104: Add more information to documentation for Select2 widget and explain placeholder setting when allowClear is true.
  5. enh #106: Added Turkish translations for FileInput widget.
  6. bug #110: Allow use of Select2 with tags, when tags are empty.
  7. enh #111: Allow configuring of template for each item in SideNav.
  8. Added iconPrefix property in SideNav to easily configure with more icon frameworks (other than glyphicon).

Version 2.6.0

17 Jul 18:40
Compare
Choose a tag to compare

Date: 01-Jul-2014

  1. Issue Fixes from #73 to #95.
  2. Added language property to InputWidget along with initLanguage method for automatic language setting in pluginOptions.
    The language property will be auto defaulted to Yii::$app->language if not set.