8000 Tags · ricokahler/color2k · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ricokahler/color2k

Tags

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: corrected threshold for luminance (#472)

The correct threshold is 0.04045, as recited in the official IEC standard for sRGB. And while it was incorrect (0.03928) for a long time in WCAG2, it was corrected by the W3 AGWG in May 2021. 

Current WCAG 2.1 and 2.2 reflect the correct 0.04045 threshold.

Co-authored-by: Rico Kahler <ricokahler@gmail.com>

v2.0.2

Toggle v2.0.2's commit message
fix: add types for `node16` module resolution support

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: hsla parsing with an alpha value of 0 (#464)

* fix: hsla parsing with an alpha value of 0

* test: add test explictly for hsla with zero alpha

Co-authored-by: Rico Kahler <kahlwric@amazon.com>

v2.0.0

Toggle v2.0.0's commit message
chore: remove dry-run

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(mix): return valid colors with transparent values at weight extre…

…mes (#409)

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: node 6 compatibility, take 2 (#353) (#355)

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: node 6 compatibility (#353)

Co-authored-by: ljharb <ljharb@gmail.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(build): remove exports field for node.js stability (#347)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(build): fix incorrect common js main import (#344)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: microbundle and semantic release (#341)

* remove dry run

* fix: update releaserc with necessary plugins

* fix(build): add prepare to package.json; remove private from package.json

* fix(build): remove pre-defined plugins

* fix(build): add microbundle to dev deps

* chore(renovate): set schedule to monthly

* chore(build): add relaserc to npmignore; sort package.json
0