Skip to content

Commit fc3bd0e

Browse files
committed
docs: fix sync gaps found in v0.6.0-to-v0.6.15 audit
- llm-guide.md: update version header from 0.6.10/693 to 0.6.15/686 (header is not covered by check:llm-guide CI gate) - CHANGELOG.md: remove duplicate v0.6.4 entry and duplicate v0.6.0 entry (release process ran twice; merge undici CVE fix into the richer entry) - CHANGELOG.md: add ⚠️ Breaking Changes to v0.6.11 for error color removal and source token rename (were undocumented in release notes) - migration.md: rename section header from "0.6.x → 0.7.0" to "0.6.10 → 0.6.11" — changes were introduced in v0.6.11, not v0.7.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XN8wtM6HyC6DEoCrNkoAKh
1 parent 222f137 commit fc3bd0e

3 files changed

Lines changed: 7 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5858

5959
## [0.6.11] - 2026-06-23
6060

61+
### ⚠️ Breaking Changes
62+
- **tokens:** removed `--sf-color-error` family (7 tokens: `--sf-color-error`, `-dark`, `-light`, `-muted`, `-strong`, `-subtle`, `--sf-color-text--on-error`) — use `--sf-color-danger` equivalents; see `docs/migration.md`
63+
- **tokens:** brand + status source tokens renamed from `-light`/`-dark` to `-source-light`/`-source-dark` (e.g. `--sf-color-primary-light``--sf-color-primary-source-light`); resolved semantic tokens are unchanged
64+
6165
### Features
6266
- **configurator:** add shade ramp without new utility classes
6367
- **docs:** add CI gate to keep llm-guide.md in sync with token registry
@@ -131,14 +135,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
131135
### Bug Fixes
132136
- remove trailing comma in artifacts.json
133137

134-
## [0.6.4] - 2026-06-20
135-
136-
### Features
137-
- merge per-size typography sub-properties into core/tokens.css
138-
139-
### Bug Fixes
140-
- remove trailing comma in artifacts.json
141-
142138
## [0.6.3] - 2026-06-19
143139

144140
### Bug Fixes
@@ -160,15 +156,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
160156

161157
## [0.6.0] - 2026-06-19
162158

163-
### Breaking Changes
164-
- flatten gap tokens to base→semantic→component model
165-
- v0.6.0 usability-driven token-surface reduction
166-
167-
### Bug Fixes
168-
- pin undici to >=7.28.0 via overrides to resolve high-severity CVEs
169-
170-
## [0.6.0] - 2026-06-18
171-
172159
A usability-driven token-surface reduction: ~182 tokens removed from the public
173160
API (876 → 694) by cutting power-user/vestigial families that real marketing,
174161
landing, and business sites never reach for, while keeping (and clarifying) the
@@ -187,6 +174,7 @@ families they do. See `docs/migration.md` for the upgrade guide.
187174
- **tokens:** `--sf-color-text--on-inverse` now correctly references `--sf-color-inverse` (was `--sf-color-text--inverse`)
188175
- **tokens:** add `var(--sf-color-bg, …)` fallback to `--sf-focus-ring-shadow` for contexts where `--sf-color-bg` is unset
189176
- **forms:** scope button default styles to `:not([class*="sf-"])` to avoid overriding Slashed UI component classes
177+
- **deps:** pin undici to >=7.28.0 via overrides to resolve high-severity CVEs
190178

191179
### Changed
192180
- **tokens:** alpha transparency for brand ghost/subtle/muted tokens now uses `oklch(from …)` syntax instead of `color-mix(…, transparent)` — equivalent output, better color-space fidelity

docs/llm-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Slashed Framework — LLM Reference Guide
22

3-
> Version: **0.6.10** · Tokens: **693** · Prefix: `--sf-`
3+
> Version: **0.6.15** · Tokens: **686** · Prefix: `--sf-`
44
55
---
66

docs/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Mapping concepts from popular CSS frameworks to SLASHED, plus intra-project
44
upgrade notes.
55

6-
## SLASHED 0.6.x → 0.7.0
6+
## SLASHED 0.6.10 → 0.6.11
77

88
### Color source tokens renamed
99

0 commit comments

Comments
 (0)