Skip to content

Commit

Permalink
Update to release v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 5, 2015
1 parent b7eb849 commit 24d3a39
Show file tree
Hide file tree
Showing 27 changed files with 101 additions and 63 deletions.
29 changes: 29 additions & 0 deletions ActiveField.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.1
*/

namespace kartik\widgets;

/**
* Extends the ActiveField component to handle various bootstrap form types and handle input groups.
*
* Example(s):
* ```php
* echo $this->form->field($model, 'email', ['addon' => ['type'=>'prepend', 'content'=>'@']]);
* echo $this->form->field($model, 'amount_paid', ['addon' => ['type'=>'append', 'content'=>'.00']]);
* echo $this->form->field($model, 'phone', ['addon' => ['type'=>'prepend', 'content'=>'<i class="glyphicon
* glyphicon-phone']]);
* ```
*
* @property ActiveForm $form
*
* @author Kartik Visweswaran <[email protected]>
* @since 1.0
*/
class ActiveField extends \kartik\form\ActiveField
{
}
2 changes: 1 addition & 1 deletion ActiveForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion Affix.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion AlertBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion AssetBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
85 changes: 47 additions & 38 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
version 3.4.0
=============
Change Log: yii2-widgets
========================

## version 3.4.1

**Date:** 05-Dec-2015

1. Added ActiveField component

## version 3.4.0

**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
=============
## version 3.3.0

**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
=============
## version 3.2.0

**Date:** 25-Oct-2014

1. enh #181: Enhance RangeInput to include new vertical orientation
Expand All @@ -24,26 +33,26 @@ version 3.2.0
4. enh #185: Update typeahead plugin to the latest release v0.10.5.
4. enh #186: Better replacement of tags for field template.

version 3.1.0
=============
## version 3.1.0

**Date:** 10-Oct-2014

1. enh #169: Enhancement for ICU format conversion for DatePicker and DateTimePicker (enrica, kartik-v).
1. enh #169: Enhancement for ICU format con## version 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
=============
## version 3.0.0

**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.
4. Updated Select2 plugin ## version to latest version.

## version 2.9.0

version 2.9.0
=============
**Date:** 14-Aug-2014

1. bug #132: Enhance growl widget for major changes to core plugin.
Expand All @@ -54,16 +63,16 @@ version 2.9.0
6. bug # 157: Correct duplicate `label` displayed after SwitchInput.


version 2.8.0
=============
## version 2.8.0

**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
2. enh #122: Upgrade bootstrap growl to latest plugin ## version with various related enhancements
3. enh #71: Created separate [yii2-editable](https://github.com/kartik-v/yii2-editable) extension

version 2.7.0
=============
## version 2.7.0

**Date:** 18-Jul-2014

1. enh #96: Enhanced DatePicker, DateTimePicker, and TimePicker to work along with the new `autoWidgetSettings` for DateControl module .
Expand All @@ -75,32 +84,32 @@ version 2.7.0
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
=============
## version 2.6.0

**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.

version 2.5.1
=============
## version 2.5.1

1. Updated DepDrop widget to support rendering of \kartik\widgets\Select2 widget.

version 2.5.0
=============
## version 2.5.0

1. New DepDrop widget based on [dependent-dropdown plugin](http://plugins.krajee.com/dependent-dropdown).
2. Upgrade Select2 Widget to v3.4.8 of the `select2` plugin.

version 2.4.0
=============
## version 2.4.0

1. Star Rating Widget upgraded as a result of the base Krajee StarRating JQuery plugin upgrade.
2. Upgrade Select2 Widget to v3.4.6 of the `select2` plugin.

version 2.3.0
=============
## version 2.3.0

1. Typeahead widget upgraded to use version 0.10 of the `typeahead.js` plugin.

1. Typeahead widget upgraded to use ## version 0.10 of the `typeahead.js` plugin.
2. The widget has been released as 2 variants:

- `TypeaheadBasic`: This widget is a basic implementation of the *typeahead.js* plugin without any suggestion engine.
Expand All @@ -111,8 +120,8 @@ version 2.3.0
engine and the *Handlebars* template compiler.
[```VIEW DEMO```](http://demos.krajee.com/widget-details/typeahead)

version 2.2.0
=============
## version 2.2.0


1. New category of widgets added - 'Notification'. Widgets now categorized as
- Input Widgets
Expand All @@ -123,8 +132,8 @@ version 2.2.0
3. Added `Growl` widget wrapping the Bootstrap Growl JQuery plugin.
4. Added `AlertBlock` widget allowing a block of alerts to be displayed and faded out. Uses and processes session flash messages if needed.

version 2.1.0
=============
## version 2.1.0


1. Widgets categorized as
- Input Widgets
Expand All @@ -133,12 +142,12 @@ version 2.1.0
2. Added DateTimePicker widget enhanced for Bootstrap 3.x based on the [Bootstrap DateTimePicker Plugin](http://www.malot.fr/bootstrap-datetimepicker/) by smalot.
3. Added Spinner widget based on spin.js - an animated CSS3 loading spinner with VML fallback for IE.

version 2.0.0
=============
## version 2.0.0

[enh # 40] FileInput widget now wraps the enhanced [JQuery Bootstrap FileInput Plugin](https://github.com/kartik-v/bootstrap-fileinput).

The fileinput routines and rendering have been enhanced and offers ability to configure most options, call events, and methods.

version 1.0.0
=============
## version 1.0.0

Initial release
2 changes: 1 addition & 1 deletion ColorInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion DatePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion DateTimePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion DepDrop.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion FileInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion Growl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion InputWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yii2-widgets

This extension enhances or adds functionality to existing Yii Framework 2 Widgets to make available other bundled features available in Bootstrap 3.0, new HTML 5 features and affiliated Bootstrap extras.

> NOTE: This extension has been revamped with release v3.4.0 on 09-Nov-2014. With release v3.4.0, each widget within this extension bundle has been logically regrouped and split into separate sub repositories.
> NOTE: This extension has been revamped with release v3.4.1 on 05-Dec-2015. With release v3.4.0, each widget within this extension bundle has been logically regrouped and split into separate sub repositories.
This change has been done to allow developers flexibility to install separately or specific widgets only (via composer) if needed. However, for new users installing this bundle
should be the easiest way to give you access to all these important widget sub repositories in one shot. This change would not affect backward compatibility for any users already using the previous extension versions.

Expand Down
2 changes: 1 addition & 1 deletion RangeInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion Select2.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion SideNav.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion Spinner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion StarRating.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion SwitchInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion TimePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
2 changes: 1 addition & 1 deletion TouchSpin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-widgets
* @version 3.4.0
* @version 3.4.1
*/

namespace kartik\widgets;
Expand Down
Loading

0 comments on commit 24d3a39

Please sign in to comment.