Skip to content

Commit

Permalink
Version 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Dec 29, 2016
1 parent 067af1e commit bdb5954
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
13 changes: 6 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"name": "evol-colorpicker",
"version": "3.2.6",
"version": "3.3.0",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"homepage": "http://evoluteur.github.io/colorpicker/",
"main": "js/evol-colorpicker.min.js",
"authors": [
{ "name": "Olivier Giulieri", "homepage": "https://github.com/evoluteur" }
],
"authors": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
"keywords": [
"colorpicker",
"color",
"picker",
"palette",
"input",
"jquery",
"jquery-ui",
"widget",
"ui",
"web"
"widget",
"web",
"input",
"form"
]
}
4 changes: 2 additions & 2 deletions css/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
evol-colorpicker 3.2.6
(c) 2016 Olivier Giulieri
evol-colorpicker 3.3.0
(c) 2017 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
body {
Expand Down
4 changes: 2 additions & 2 deletions css/evol-colorpicker.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
evol-colorpicker 3.2.6
(c) 2016 Olivier Giulieri
evol-colorpicker 3.3.0
(c) 2017 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
.evo-pop {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 id="github">
<a href="https://github.com/evoluteur/colorpicker">GitHub</a>
</h2>

<p><strong>evol-colorpicker</strong> (currently v3.2.6) is a web color picker which looks like the one in Microsoft Office 2010.
<p><strong>evol-colorpicker</strong> (currently v3.3.0) is a web color picker which looks like the one in Microsoft Office 2010.
It can be used inline or as a popup bound to a text box.
It is a full jQuery UI widget, supporting various configurations and themes.
</p>
Expand Down Expand Up @@ -222,7 +222,7 @@ <h2 id="github">
<p><br/><a href="https://github.com/evoluteur/colorpicker/archive/master.zip">Download</a>, documentation, and source code are available at <a href="https://github.com/evoluteur/colorpicker" target="download">GitHub</a> under the <a href="http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md">MIT license</a>.</p>

<br/><br/>
<div class="footer">&#169; 2016 Olivier Giulieri</div>
<div class="footer">&#169; 2017 <a href="https://evoluteur.github.io/">Olivier Giulieri</a></div>

</body>

Expand Down
6 changes: 3 additions & 3 deletions js/evol-colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
evol-colorpicker 3.2.6
evol-colorpicker 3.3.0
ColorPicker widget for jQuery UI
https://github.com/evoluteur/colorpicker
(c) 2016 Olivier Giulieri
(c) 2017 Olivier Giulieri
* Depends:
* jquery.ui.core.js
Expand Down Expand Up @@ -68,7 +68,7 @@ var _idx=0,

$.widget( "evol.colorpicker", {

version: '3.2.6',
version: '3.3.0',

options: {
color: null, // example:'#31859B'
Expand Down
6 changes: 3 additions & 3 deletions js/evol-colorpicker.min.js

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "evol-colorpicker",
"version": "3.2.6",
"version": "3.3.0",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2017 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
"author": "Olivier Giulieri (https://github.com/evoluteur)",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -18,10 +18,10 @@
"jquery-ui": "~1.10.5"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-less": "~1.0.0"
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-less": "~1.4.0"
},
"keywords": [
"colorpicker",
Expand All @@ -33,7 +33,8 @@
"jquery",
"jquery-ui",
"ui",
"web"
"web",
"office"
],
"main": "js/evol-colorpicker.js"
}

0 comments on commit bdb5954

Please sign in to comment.