Skip to content

Commit a609740

Browse files
chore: version packages (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9f6def commit a609740

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/gentle-curves-bend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/loud-stars-shine.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-pens-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @tenphi/glaze
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#37](https://github.com/tenphi/glaze/pull/37) [`8b0b62b`](https://github.com/tenphi/glaze/commit/8b0b62b35f9ae47ae5efd1607ffc6f09f03076f6) Thanks [@tenphi](https://github.com/tenphi)! - Bypass lightLightness and darkLightness window constraints in high-contrast mode, allowing colors to use the full 0–100 lightness spectrum for increased perceivable contrast.
8+
9+
### Patch Changes
10+
11+
- [#39](https://github.com/tenphi/glaze/pull/39) [`f9f6def`](https://github.com/tenphi/glaze/commit/f9f6def1f55f604c278b086c4e91de8de8374199) Thanks [@tenphi](https://github.com/tenphi)! - Add `darkCurve` config option for perceptual dark-theme lightness inversion using a power curve. Expands subtle near-white distinctions in dark mode. Default `0.5`; set to `1` for legacy linear behavior. Widen contrast solver search range to `[0, 1]` so contrast targets are met regardless of dark lightness window.
12+
13+
- [#39](https://github.com/tenphi/glaze/pull/39) [`f9f6def`](https://github.com/tenphi/glaze/commit/f9f6def1f55f604c278b086c4e91de8de8374199) Thanks [@tenphi](https://github.com/tenphi)! - Replace power-curve dark lightness mapping with Möbius transformation for proportional expansion of lightness deltas across all sizes.
14+
315
## 0.7.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tenphi/glaze",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "OKHSL-based color theme generator with WCAG contrast solving for light, dark, and high-contrast schemes",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)