Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.79 KB

Change Log

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

2.0.1 (2021-01-04)

Bug Fixes

  • get readme sorted for npm (df9260c)

2.0.0 (2021-01-03)

Bug Fixes

  • adds support for modern modules (02b2bd2)

  • hues are now created from the passed color (ba651f7)

  • feat!: doubles the light/dark variants to 40 (bc272fe)

  • refactor!: gray variant adjusted (4a1d2e6)

  • refactor!: remove complemented colors (302b858)

Features

  • add sat/desat objects for passed color (62d2895)

BREAKING CHANGES

  • passed color now sits and will stay at the first position of the returned object, rather than the second.
  • adds more light/dark variants. If these are being used you will likely need to make adjustments.
  • gray variant colors have changed slightly to be more gray. With the addition of the desaturated object it made sense to make this slight adjustment
  • color complements already exist in the full spectrum, no need to have them be on each object anymore.