Skip to content

Commit

Permalink
Version 3.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Sep 15, 2018
1 parent b2df895 commit 5716aed
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Check the [online demo](http://evoluteur.github.com/colorpicker/index.html) for


<a name="Installation"></a>

## Installation

Download or fork **evol-colorpicker** at [GitHub](https://github.com/evoluteur/colorpicker).
Expand All @@ -42,6 +43,7 @@ npm install evol-colorpicker
```

<a name="Usage"></a>

## Usage

First, load [jQuery](http://jquery.com/) (v3.1 or greater), [jQuery UI](http://jqueryui.com/) (v1.12.1 or greater), and the plugin (for earlier version of jQuery-UI, use an earlier version of Colorpicker).
Expand Down Expand Up @@ -84,12 +86,14 @@ Using the same syntax, the widget can also be instanciated on a `<div>` or a `<s


<a name="Theming"></a>

## Theming

evol-colorpicker is as easily themeable as any jQuery UI widget, using one of the [jQuery UI themes](http://jqueryui.com/themeroller/#themeGallery) or your own custom theme made with [Themeroller](http://jqueryui.com/themeroller/).


<a name="Options"></a>

## Options

evol-colorpicker provides several options to customize its behaviour:
Expand Down Expand Up @@ -206,6 +210,7 @@ Defaults to *false*.


<a name="Methods"></a>

## Methods

### clear()
Expand Down Expand Up @@ -260,6 +265,7 @@ $("#mycolor").colorpicker("hidePalette");
```

<a name="Events"></a>

## Events

### change.color
Expand All @@ -283,6 +289,7 @@ $("#mycolor").on("mouseover.color", function(event, color){
```

<a name="License"></a>

## License

Copyright (c) 2018 [Olivier Giulieri](https://evoluteur.github.io/).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol-colorpicker",
"version": "3.3.1",
"version": "3.3.2",
"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",
Expand Down
2 changes: 1 addition & 1 deletion css/demo.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.3.1
evol-colorpicker 3.3.2
(c) 2018 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
Expand Down
2 changes: 1 addition & 1 deletion css/evol-colorpicker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.3.1
evol-colorpicker 3.3.2
(c) 2018 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 id="github">

<h1 id="title">Evol-ColorPicker</h1>

<p style="clear:both;"><strong>Evol-ColorPicker</strong> (currently v3.3.1) is a web color picker which looks like the one in Microsoft Office 2010.
<p style="clear:both;"><strong>Evol-ColorPicker</strong> (currently v3.3.2) is a web color picker which looks like the one in Microsoft Office 2010.
</p>

<p>
Expand Down
4 changes: 2 additions & 2 deletions js/evol-colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.3.1
evol-colorpicker 3.3.2
ColorPicker widget for jQuery UI
https://github.com/evoluteur/colorpicker
Expand Down Expand Up @@ -68,7 +68,7 @@ var _idx=0,

$.widget( "evol.colorpicker", {

version: '3.3.1',
version: '3.3.2',

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol-colorpicker",
"version": "3.3.1",
"version": "3.3.2",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2018 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
Expand Down

0 comments on commit 5716aed

Please sign in to comment.