Skip to content

Releases: ricokahler/color2k

v2.0.3

08 Dec 23:31
85fc150
Compare
Choose a tag to compare

2.0.3 (2023-12-08)

Bug Fixes

v2.0.2

30 Jan 00:31
Compare
Choose a tag to compare

2.0.2 (2023-01-30)

Bug Fixes

  • add types for node16 module resolution support (4399f34)

v2.0.1

05 Jan 18:32
43eee1f
Compare
Choose a tag to compare

2.0.1 (2023-01-05)

Bug Fixes

  • hsla parsing with an alpha value of 0 (#464) (43eee1f)

v2.0.0

14 Feb 03:01
Compare
Choose a tag to compare

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

02 Jan 02:38
ed9febe
Compare
Choose a tag to compare

1.2.5 (2022-01-02)

Bug Fixes

  • mix: return valid colors with transparent values at weight extremes (#409) (ed9febe)

v1.2.4

23 Feb 19:49
0a56624
Compare
Choose a tag to compare

1.2.4 (2021-02-23)

Bug Fixes

v1.2.3

23 Feb 06:16
edb2e01
Compare
Choose a tag to compare

1.2.3 (2021-02-23)

Bug Fixes

v1.2.2

01 Feb 01:18
c58e969
Compare
Choose a tag to compare

1.2.2 (2021-02-01)

Bug Fixes

  • build: remove exports field for node.js stability (#347) (c58e969)

v1.2.1

31 Jan 05:33
c488bdb
Compare
Choose a tag to compare

1.2.1 (2021-01-31)

Bug Fixes

  • build: fix incorrect common js main import (#344) (c488bdb)

v1.2.0

30 Jan 05:35
00fa632
Compare
Choose a tag to compare

1.2.0 (2021-01-30)

Bug Fixes

Features

  • microbundle and semantic release (#341) (00fa632)
  • build: switch to microbundle and semantic release (#337) (ebd6e23)