Skip to content

Latest commit

 

History

History
144 lines (65 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

144 lines (65 loc) · 5.33 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.17 (2020-09-22)

Note: Version bump only for package @thi.ng/color

1.2.16 (2020-09-13)

Note: Version bump only for package @thi.ng/color

1.2.15 (2020-08-28)

Note: Version bump only for package @thi.ng/color

1.2.14 (2020-08-20)

Note: Version bump only for package @thi.ng/color

1.2.13 (2020-08-17)

Note: Version bump only for package @thi.ng/color

1.2.12 (2020-08-16)

Note: Version bump only for package @thi.ng/color

1.2.0 (2020-05-29)

Features

  • color: add gradient presets (2f93581)

1.1.2 (2019-11-09)

Bug Fixes

  • color: update/rename imports (vectors pkg) (7cb8877)

1.1.0 (2019-08-21)

Features

  • color: add resolveAsCSS(), update deps (f96ac92)

1.0.2 (2019-08-16)

Bug Fixes

  • color: add proper rounding to rgbaInt() (d956954)

1.0.0 (2019-07-31)

Bug Fixes

  • color: update factory fn args for mem-mapped colors (eae671e)

Code Refactoring

  • color: remove PD related functions, update readme (5d868db)

Features

  • color: (#106) add PD int ops, clamp existing porterDuff() (4c975b2)

BREAKING CHANGES

  • color: Porter-Duff ops & pre/post-multiply moved to new package @thi.ng/porter-duff

0.2.0 (2019-07-07)

Features

  • color: enable TS strict compiler flags (refactor) (8c13166)
  • color: TS strictNullChecks, update color conversion fns (04dc356)

0.1.10 (2019-03-04)

Bug Fixes

  • color: add/update luminanceRGB/luminanceInt, add to re-exports (566cf02)

0.1.7 (2019-02-28)

Bug Fixes

  • color: update ColorMode & Hue const enum handling (bb71b7c)

0.1.0 (2019-01-21)

Bug Fixes

  • color: add/update conversions (a5c53c3)
  • color: HCYA field names (1c28c22)

Features

  • color: add alpha()/setAlpha(), add docs, re-exports, update readme (b849bd1)
  • color: add convert() fallback, minor other updates (aa30344)
  • color: add HSI converters, add clampH(), minor refactors (404ac54)
  • color: add Hue enum, closestHue*() fns, namedHueRgba() (e7bb46b)
  • color: add luminance defmulti (445b8c1)
  • color: add more color spaces, refactor, rename, simplify (e930d73)
  • color: add multiCosineGradient() (dbbb26c)
  • color: add new package (0b51ef1)
  • color: add Porter-Duff ops, pre/post-multiply, update types (a5d2f98)
  • color: add RGBA/HSLA wrapper types, update convert (610699a)
  • color: add/update class wrappers (5788646)

Performance Improvements

  • color: refactor porterDiff as HOF, update all PD ops, add docs (714381d)