Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simonwep/pickr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.2
Choose a base ref
...
head repository: simonwep/pickr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: afd6b18258342a5dfb66843ab3891b6900eeb7b7
Choose a head ref
  • 7 commits
  • 16 files changed
  • 1 contributor

Commits on May 19, 2022

  1. Update README

    simonwep authored May 19, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    48fe9f1 View commit details

Commits on Sep 27, 2023

  1. Update dependencies and workflow

    Closes #316, #315
    simonwep committed Sep 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5430430 View commit details
  2. Update README

    simonwep committed Sep 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5601887 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    67053f5 View commit details

Commits on Sep 28, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    598e02d View commit details
  2. Merge pull request #327 from simonwep/#326

    Update build system and support new rgb syntax
    simonwep authored Sep 28, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8f022ac View commit details
  3. Publish 1.9.0

    simonwep committed Sep 28, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    afd6b18 View commit details
Showing with 6,354 additions and 12,108 deletions.
  1. +4 −5 .eslintrc
  2. +4 −4 .github/workflows/ci.yml
  3. +7 −12 README.md
  4. +3 −3 dist/pickr.es5.min.js
  5. +1 −1 dist/pickr.es5.min.js.map
  6. +2 −2 dist/pickr.min.js
  7. +1 −1 dist/pickr.min.js.map
  8. +2 −3 dist/themes/classic.min.css
  9. +2 −3 dist/themes/monolith.min.css
  10. +2 −3 dist/themes/nano.min.css
  11. +6,272 −12,010 package-lock.json
  12. +30 −30 package.json
  13. +4 −5 scripts/build.js
  14. +0 −8 scripts/bundles.js
  15. +17 −13 src/js/utils/color.js
  16. +3 −5 webpack.config.js
9 changes: 4 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"parser": "babel-eslint",
"extends": [
"eslint:recommended",
"simon"
"eslint:recommended"
],
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2022,
"sourceType": "module"
},
"rules": {
"new-cap": "off"
"new-cap": "off",
"no-cond-assign": "off"
},
"globals": {
"VERSION": true
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js 14.x
uses: actions/setup-node@v1
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18

- name: Install
run: npm ci
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<h1 align="center">
<h3 align="center">
<img src="https://user-images.githubusercontent.com/30767528/57573928-1e78db80-7430-11e9-940c-aecbf3226b7c.png" alt="Logo">
</h1>
</h3>

<h3 align="center">
Flat, Simple, Hackable Color-Picker.
</h3>

<br/>

<p align="center">
<img alt="gzip size" src="https://img.badgesize.io/https://raw.githubusercontent.com/Simonwep/pickr/master/dist/pickr.min.js?compression=gzip&style=flat-square">
<img alt="brotli size" src="https://img.badgesize.io/https://raw.githubusercontent.com/Simonwep/pickr/master/dist/pickr.min.js?compression=brotli&style=flat-square">
@@ -32,16 +34,10 @@

<br>

<h3 align="center">
<img alt="Demo" src="https://user-images.githubusercontent.com/30767528/53578134-4e297e80-3b77-11e9-9d74-4d2ed547c274.gif"/>
</h3>

<h4 align="center">
<a href="https://simonwep.github.io/pickr/">Fully Featured demo</a>
</h4>

<br>

<p align="center">
<a href="https://opencollective.com/pickr/donate" target="_blank">
<img src="https://user-images.githubusercontent.com/30767528/63641974-ade08c80-c6b7-11e9-827a-faa526b5c2bf.png" height="37"/>
@@ -51,6 +47,8 @@
</a>
</p>

<br>

### Features
* Themes
* Simple usage
@@ -72,10 +70,7 @@ The reason behind this decision is the way this tool has been build (monolithic,

> Personally I recommend building these UI-Related "widgets" directly into the app with the framework you're using which takes more time but in return gives you full power of how it should work and look like. Frameworks such as [(p)react](https://preactjs.com/), [vue](https://vuejs.org/) and [svelte](https://svelte.dev/) will make it a breeze to develop such things within a day.
##### Update

This project will be archived at the end of 2021!
After this there will be no more bug / security fixes or feature requests.
**As of 2021, this project is no longer maintained!**

### Themes
|Classic|Monolith|Nano|
Loading