Skip to content

Commit

Permalink
(c) 2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed May 11, 2022
1 parent 027de5f commit 62d4519
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Olivier Giulieri
Copyright (c) 2022 Olivier Giulieri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 2 additions & 4 deletions README.md
@@ -1,6 +1,5 @@
# evol-colorpicker · [![GitHub license](https://img.shields.io/github/license/evoluteur/colorpicker)](https://github.com/evoluteur/colorpicker/blob/master/LICENSE.md) [![npm version](https://img.shields.io/npm/v/evol-colorpicker)](https://www.npmjs.com/package/evol-colorpicker)


**evol-colorpicker** 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 comes with several color palettes, can track selection history and supports "transparent" color.
Expand All @@ -11,6 +10,7 @@ It is a full jQuery UI widget, supporting various configurations and themes.
Check the [online demo](https://evoluteur.github.io/colorpicker/index.html) for several examples.

### Table of Contents

1. [Installation](#Installation)
2. [Usage](#Usage)
3. [Theming](#Theming)
Expand All @@ -20,7 +20,6 @@ Check the [online demo](https://evoluteur.github.io/colorpicker/index.html) for
7. [Browser Support](#Browser)
8. [License](#License)


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

## Installation
Expand Down Expand Up @@ -294,7 +293,6 @@ $("#mycolor").on("mouseover.color", function(event, color){

## License

Copyright (c) 2021 [Olivier Giulieri](https://evoluteur.github.io/).
Copyright (c) 2022 [Olivier Giulieri](https://evoluteur.github.io/).

**evol-colorpicker** is released under the [MIT license](http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md).

2 changes: 1 addition & 1 deletion css/demo.css
@@ -1,6 +1,6 @@
/*
evol-colorpicker 3.4.3
(c) 2021 Olivier Giulieri
(c) 2022 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
body {
Expand Down
2 changes: 1 addition & 1 deletion css/evol-colorpicker.css
@@ -1,6 +1,6 @@
/*
evol-colorpicker 3.4.3
(c) 2021 Olivier Giulieri
(c) 2022 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
.evo-pop {
Expand Down
9 changes: 5 additions & 4 deletions index.html
Expand Up @@ -261,8 +261,9 @@ <h1 id="title">Evol-ColorPicker <span>v3.4.3</span></h1>

<p>Evol-ColorPicker is released under the <a href="http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md">MIT license</a>.</p>

<p>&#169; 2021 <a href="https://evoluteur.github.io/">Olivier Giulieri</a></p>

</body>

</html>
<p>
&#169; 2022 <a href="https://evoluteur.github.io/">Olivier Giulieri</a>
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion js/evol-colorpicker.js
Expand Up @@ -3,7 +3,7 @@
ColorPicker widget for jQuery UI
https://github.com/evoluteur/colorpicker
(c) 2021 Olivier Giulieri
(c) 2022 Olivier Giulieri
* Depends:
* jquery.ui.core.js
Expand Down
2 changes: 1 addition & 1 deletion js/evol-colorpicker.min.js

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "evol-colorpicker",
"version": "3.4.3",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2021 Olivier Giulieri",
"copyright": "(c) 2022 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
Expand Down

0 comments on commit 62d4519

Please sign in to comment.