-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89f649a
commit b066763
Showing
15 changed files
with
129 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,32 @@ | ||
# Blend Changelog | ||
|
||
## v0.2.0 - UNRELEASED | ||
- BREAKING: Remove over-complicated settings & output options for now. | ||
Focus on Sass <-> CIE functions. | ||
- NEW: `lch()` hue channel accepts any angle unit | ||
## v0.2.0 - 2020.05.27 | ||
- **BREAKING**: Moved project to [oddbird/blend][repo] on GitHub, | ||
and [@oddbird/blend][pkg] on NPM. | ||
- **BREAKING**: Remove over-complicated settings & output options for now. | ||
Focus on practical Sass conversion to and from CIE functions. | ||
- **NEW**: `lch()` hue channel accepts any angle unit | ||
(e.g. `turn`, `rad`, `grad`, or `deg`) | ||
- NEW: `lab($lab, $a)` returns an (sRGB) Sass color | ||
- NEW: Inspect LCH/Lab values of a Sass color with | ||
- **NEW**: `lab($lab, $a)` returns an (sRGB) Sass color | ||
- **NEW**: Inspect LCH/Lab values of a Sass color with | ||
- `lightness()` | ||
- `a()` and `b()` | ||
- `chroma()` and `hue()` | ||
- NEW: `contrast()` selects the best contrast from a list | ||
- NEW: Generate new colors based on relative LCH & Lab adjustments: | ||
- **NEW**: `contrast()` selects the best contrast from a list | ||
- **NEW**: Generate new colors based on relative LCH & Lab adjustments: | ||
- `set()` to replace a channel value | ||
- `adjust()` to add or subtract from a channel | ||
- `scale()` to scale fluidly towards one "end" of the channel range | ||
- NEW: `from()` converts a Sass color to LCH | ||
- **NEW**: `from()` converts a Sass color to LCH | ||
in order to adjust CIE lightness, chroma, and hue -- | ||
using a syntax roughly based on | ||
[CSS Colors Level 5 relative syntax][relative] | ||
|
||
[pkg]: https://www.npmjs.com/package/@oddbird/blend | ||
[repo]: https://github.com/oddbird/blend/ | ||
[relative]: https://www.w3.org/TR/css-color-5/#relative-RGB | ||
|
||
## v0.1.1 - 2020.05.06 | ||
- NEW: `lch($lch, $a)` returns an (sRGB) Sass color | ||
- **NEW**: `lch($lch, $a)` returns an (sRGB) Sass color | ||
- Various other now-removed things… | ||
¯\\\_(ツ)_/¯ that's what pre-releases are for |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.