Skip to content

Commit c2c920c

Browse files
chore: sync version artifacts to v0.5.36
1 parent 917d562 commit c2c920c

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

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

55
## Unreleased
66

7+
## [0.5.36] - 2026-06-12
8+
9+
### Features
10+
- **configurator:** ux/a11y polish — escape, focus, persisted prefs, meta
11+
12+
### Bug Fixes
13+
- **configurator:** resolve horizontal overflow + CodeRabbit review fixes
14+
- **configurator:** font-weight tokens no longer get font-family picker + draggable pane widths
15+
- **configurator:** preview overlay self-contained controls + a11y polish
16+
- **configurator:** garbage css import no longer wipes existing overrides
17+
- **configurator:** track viewport changes live + dedupe count helpers
18+
- **configurator:** make the live preview reachable on narrow viewports
19+
720
## [0.5.35] - 2026-06-11
821

922
### Features

configurator/src/data/api-index.generated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_sync": {
33
"generatedBy": "configurator/scripts/sync-api.mjs",
44
"source": "docs/api-index.json",
5-
"frameworkVersion": "0.5.35",
5+
"frameworkVersion": "0.5.36",
66
"tokensHash": "64c1ee7ddc47",
77
"bundles": [
88
"essential",

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.5.35**
3+
Current version: **0.5.36**
44

55
## Before v1.0
66

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.5.35",
4+
"version": "0.5.36",
55
"engines": {
66
"node": ">=20.11.0"
77
},

0 commit comments

Comments
 (0)