Releases: Qix-/color
Releases · Qix-/color
5.0.0
What's Changed
- move to ESM by @LitoMore in https://github.com/Qix-/color/pull/264
- fix: typo error, cant arrive at the anchor by @buzuosheng in https://github.com/Qix-/color/pull/252
- Added more constructor examples (#181) by @ChristinaRau in https://github.com/Qix-/color/pull/260
New Contributors
- @buzuosheng made their first contribution in https://github.com/Qix-/color/pull/252
- @ChristinaRau made their first contribution in https://github.com/Qix-/color/pull/260
- @LitoMore made their first contribution in https://github.com/Qix-/color/pull/264
Full Changelog: 4.2.3...5.0.0
4.2.3
Patch Release 4.2.3
- 957531f mention .hex() is lossy (#244)
- d00bd1a Correct the limits on XYZ model
- 4ac1315 mark the package as side-effects free (#189)
- f34a0ba use correct WCAG luminance constant (fixes #248)
- 9dcc3b7 update YIQ formula constants (fixes #107, ref chartjs#2)
- 5696221 remove numeric separators
- Not sure why I had such a strong stance on this. I see now how annoying and terrible they are. Apologies to everyone who was affected, this was a bad decision on my part.
- b26040e remove bitchy issue template
Thanks to @csandman, @zdenekkostal, @technobuddha, and @maranomynet for their contributions!
4.2.2
4.2.1
4.2.0
4.1.0
4.0.2
4.0.1
3.2.1 (Hotfix)
Patch Release 3.2.1
- Revert
color-convert
back down to <2 since v2 introduced ES6 syntax.
If you need color-convert@>=2
then you'll need to have ES6 support. It's 2021, embrace it. 🙂
4.0.0
Major Release 4.0.0
NOTE: "Major" here used loosely. This release is an interim major release that introduces ES6 syntax into the package without changing the import method (
require()
). There will be a follow-up major release that switches entirely to ESM and will set the appropriateengine
key inpackage.json
. This was just a necessary first step to allow those who don't (yet) use ESModules a sane place to upgrade and pin to.
- Move ES6 syntax (i.e.
const
/let
, still usingrequire
)