You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
58
58
59
59
## [0.6.11] - 2026-06-23
60
60
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
+
61
65
### Features
62
66
-**configurator:** add shade ramp without new utility classes
63
67
-**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/),
131
135
### Bug Fixes
132
136
- remove trailing comma in artifacts.json
133
137
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
-
142
138
## [0.6.3] - 2026-06-19
143
139
144
140
### Bug Fixes
@@ -160,15 +156,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
160
156
161
157
## [0.6.0] - 2026-06-19
162
158
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
-
172
159
A usability-driven token-surface reduction: ~182 tokens removed from the public
173
160
API (876 → 694) by cutting power-user/vestigial families that real marketing,
174
161
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.
187
174
-**tokens:**`--sf-color-text--on-inverse` now correctly references `--sf-color-inverse` (was `--sf-color-text--inverse`)
188
175
-**tokens:** add `var(--sf-color-bg, …)` fallback to `--sf-focus-ring-shadow` for contexts where `--sf-color-bg` is unset
189
176
-**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
190
178
191
179
### Changed
192
180
-**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
0 commit comments