Releases: ricokahler/color2k
Releases · ricokahler/color2k
v2.0.3
2.0.3 (2023-12-08)
Bug Fixes
v2.0.2
2.0.2 (2023-01-30)
Bug Fixes
- add types for
node16
module resolution support (4399f34)
v2.0.1
2.0.1 (2023-01-05)
Bug Fixes
v2.0.0
2.0.0 (2022-02-14)
Features
- allow custom bg color in
hasBadContrast
(d6bcddf)
- conditional exports (31b79a1)
BREAKING CHANGES
- This package now includes conditional package exports. Most consumers should be able to upgrade without any issues, however, package exports limits the allowed entry points inside of Node.js and also affects consumption in other bundlers.
main
targets been updated to support down to node 4 (ES5)
module
targets has update to support down to node 6 (ES2015)
exports
targets have been set to node 12 (ES2019)
unpkg
targets have been set to browserslist defaults
v1.2.5
1.2.5 (2022-01-02)
Bug Fixes
- mix: return valid colors with transparent values at weight extremes (#409) (ed9febe)
v1.2.4
1.2.4 (2021-02-23)
Bug Fixes
v1.2.3
1.2.3 (2021-02-23)
Bug Fixes
v1.2.2
1.2.2 (2021-02-01)
Bug Fixes
- build: remove exports field for node.js stability (#347) (c58e969)
v1.2.1
1.2.1 (2021-01-31)
Bug Fixes
- build: fix incorrect common js main import (#344) (c488bdb)
v1.2.0
1.2.0 (2021-01-30)
Bug Fixes
Features
- microbundle and semantic release (#341) (00fa632)
- build: switch to microbundle and semantic release (#337) (ebd6e23)