Skip to content

Commit

Permalink
Updates to release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 12, 2018
1 parent f3530ae commit 65f2c4b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log: `yii2-widget-colorinput`
====================================

## Version 1.0.5

**Date:** 12-Sep-2018

- Refactor code to consolidate Trait use.

## Version 1.0.4

**Date:** 06-Sep-2018
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yii2-widget-colorinput

The ColorInput widget is an advanced ColorPicker input styled for Bootstrap. It uses a combination of the HTML5 color input and/or the [JQuery Spectrum Plugin](http://bgrins.github.io/spectrum) for rendering the color picker. You can use the Native HTML5 color input by setting the `useNative` option to `true`. Else, the Spectrum plugin polyfills for unsupported browser versions.

* Specially styled for Bootstrap 3.0 with customizable caption showing the output of the control.
* Specially styled for Bootstrap 3.x and 4.x with customizable caption showing the output of the control.
* Ability to prepend and append addons.
* Allow the input to be changed both via the control or the text box.
* The Spectrum plugin automatically polyfills the `HTML5 color input` for unsupported browser versions.
Expand Down Expand Up @@ -63,4 +63,4 @@ echo ColorInput::widget([

## License

**yii2-widget-colorinput** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.
**yii2-widget-colorinput** is released under the BSD-3-Clause License. See the bundled `LICENSE.md` for details.
4 changes: 1 addition & 3 deletions src/ColorInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-colorinput
* @version 1.0.4
* @version 1.0.5
*/

namespace kartik\color;
Expand All @@ -27,8 +27,6 @@
*/
class ColorInput extends Html5Input
{
use TranslationTrait;

/**
* @var boolean whether to use the native HTML5 color input
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ColorInputAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-colorinput
* @version 1.0.4
* @version 1.0.5
*/

namespace kartik\color;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/spectrum-kv.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @version 1.0.4
* @version 1.0.5
*
* Krajee CSS Theme for Spectrum plugin used in `kartik-v/yii2-widget-colorinput`
*
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/spectrum-kv.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/js/spectrum-kv.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @version 1.0.4
* @version 1.0.5
*
* Additional jQuery plugin enhancements for ColorInput Spectrum plugin by Krajee.
*
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/spectrum-kv.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @version 1.0.4
* @version 1.0.5
*
* Additional jQuery plugin enhancements for ColorInput Spectrum plugin by Krajee.
*
Expand Down

0 comments on commit 65f2c4b

Please sign in to comment.