Skip to content

Commit 22be5bb

Browse files
chore: sync version artifacts to v0.7.27
1 parent fd70789 commit 22be5bb

8 files changed

Lines changed: 24 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
## Unreleased
66

7+
## [0.7.27] - 2026-07-23
8+
9+
### Breaking Changes
10+
- **states:** rename .sf-is-skeleton to .sf-is-shimmer (#575)
11+
12+
### Features
13+
- **layout:** give .sf-content-grid an inline-size CQ scope, at parity with .sf-container
14+
- **docs:** generate distilled llms.txt AI-assistant context file (#472)
15+
- **utilities:** add fractional content-width utilities .sf-width-* (#531)
16+
17+
### Bug Fixes
18+
- **layout:** address review — name the content-grid container, guard the guttered reset
19+
- **layout:** full-bleed reaches section edge in a guttered content grid; doc center CQ scope
20+
- address PR review — correct demo migration note + anchor llms.txt version regex
21+
722
## [0.7.26] - 2026-07-22
823

924
### Breaking Changes

configurator/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configurator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slashed-configurator",
33
"private": true,
4-
"version": "0.7.26",
4+
"version": "0.7.27",
55
"description": "Standalone Svelte 5 + Tailwind panel to configure every SLASHED token/knob and generate override CSS. Auto-synced from the framework's generated docs/api-index.json.",
66
"type": "module",
77
"scripts": {

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.7.26** · Tokens: **741** · Prefix: `--sf-`
3+
> Version: **0.7.27** · Tokens: **741** · Prefix: `--sf-`
44
55
---
66

docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SLASHED — Roadmap
22

3-
Current version: **0.7.26**
3+
Current version: **0.7.27**
44

55
## Before v1.0
66

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SLASHED v0.7.26
1+
# SLASHED v0.7.27
22

33
> SLASHED is a pure-CSS, token-driven styling framework — BEM-first, cascade-layered, zero runtime JS. This file is a distilled, machine-generated reference of SLASHED’s complete token and class vocabulary for this exact version, so an AI coding assistant can use real `--sf-*` token and `.sf-*` class names instead of guessing or hallucinating them.
44

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slashed",
33
"type": "module",
4-
"version": "0.7.26",
4+
"version": "0.7.27",
55
"engines": {
66
"node": ">=20.11.0"
77
},

0 commit comments

Comments
 (0)