@minhspark/spacing-skill 2.12.1 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,18 @@
1
- {
2
- "name": "spacing-skill",
3
- "description": "Spacing & rhythm skill library for AI coding agents — anti-cramped spacing, vertical rhythm, and optical alignment for AI-generated UI.",
4
- "plugins": [
5
- {
6
- "name": "spacing-skill",
7
- "source": {
8
- "source": "local",
9
- "path": "./"
10
- },
11
- "policy": {
12
- "installation": "AVAILABLE",
13
- "authentication": "ON_INSTALL"
14
- },
15
- "category": "Design"
16
- }
17
- ]
18
- }
1
+ {
2
+ "name": "spacing-skill",
3
+ "description": "Spacing & rhythm skill library for AI coding agents — anti-cramped spacing, vertical rhythm, and optical alignment for AI-generated UI.",
4
+ "plugins": [
5
+ {
6
+ "name": "spacing-skill",
7
+ "source": {
8
+ "source": "local",
9
+ "path": "./"
10
+ },
11
+ "policy": {
12
+ "installation": "AVAILABLE",
13
+ "authentication": "ON_INSTALL"
14
+ },
15
+ "category": "Design"
16
+ }
17
+ ]
18
+ }
@@ -1,20 +1,20 @@
1
- {
2
- "name": "spacing-skill",
3
- "description": "Spacing & rhythm skill library for Claude Code — anti-cramped spacing, vertical rhythm, and optical alignment for AI-generated UI",
4
- "owner": {
5
- "name": "buidangminh23",
6
- "email": ""
7
- },
8
- "plugins": [
9
- {
10
- "name": "spacing-skill",
11
- "description": "Anti-cramped spacing skill for AI-generated UI — three dials, one spacing scale, vertical rhythm, optical alignment, accessibility floors, and density discipline",
12
- "version": "2.12.1",
13
- "source": "./",
14
- "author": {
15
- "name": "buidangminh23",
16
- "email": ""
17
- }
18
- }
19
- ]
20
- }
1
+ {
2
+ "name": "spacing-skill",
3
+ "description": "Spacing & rhythm skill library for Claude Code — anti-cramped spacing, vertical rhythm, and optical alignment for AI-generated UI",
4
+ "owner": {
5
+ "name": "buidangminh23",
6
+ "email": ""
7
+ },
8
+ "plugins": [
9
+ {
10
+ "name": "spacing-skill",
11
+ "description": "Anti-cramped spacing skill for AI-generated UI — three dials, one spacing scale, vertical rhythm, optical alignment, accessibility floors, and density discipline",
12
+ "version": "2.13.0",
13
+ "source": "./",
14
+ "author": {
15
+ "name": "buidangminh23",
16
+ "email": ""
17
+ }
18
+ }
19
+ ]
20
+ }
@@ -1,22 +1,22 @@
1
- {
2
- "name": "spacing-skill",
3
- "description": "Anti-cramped spacing skill for AI-generated UI — three dials, one spacing scale, vertical rhythm, optical alignment, accessibility floors, and density discipline",
4
- "version": "2.12.1",
5
- "author": {
6
- "name": "buidangminh23",
7
- "email": ""
8
- },
9
- "homepage": "https://github.com/buidangminh23/spacing-skill",
10
- "repository": "https://github.com/buidangminh23/spacing-skill",
11
- "license": "MIT",
12
- "keywords": [
13
- "skills",
14
- "spacing",
15
- "rhythm",
16
- "alignment",
17
- "frontend",
18
- "design",
19
- "whitespace",
20
- "ui"
21
- ]
22
- }
1
+ {
2
+ "name": "spacing-skill",
3
+ "description": "Anti-cramped spacing skill for AI-generated UI — three dials, one spacing scale, vertical rhythm, optical alignment, accessibility floors, and density discipline",
4
+ "version": "2.13.0",
5
+ "author": {
6
+ "name": "buidangminh23",
7
+ "email": ""
8
+ },
9
+ "homepage": "https://github.com/buidangminh23/spacing-skill",
10
+ "repository": "https://github.com/buidangminh23/spacing-skill",
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "skills",
14
+ "spacing",
15
+ "rhythm",
16
+ "alignment",
17
+ "frontend",
18
+ "design",
19
+ "whitespace",
20
+ "ui"
21
+ ]
22
+ }
@@ -1,6 +1,6 @@
1
- {
2
- "name": "spacing-skill",
3
- "version": "2.12.1",
4
- "description": "Anti-cramped spacing skill for AI-generated UI — one spacing scale, vertical rhythm, optical alignment, and density discipline.",
5
- "skills": "./skills/"
6
- }
1
+ {
2
+ "name": "spacing-skill",
3
+ "version": "2.13.0",
4
+ "description": "Anti-cramped spacing skill for AI-generated UI — one spacing scale, vertical rhythm, optical alignment, and density discipline.",
5
+ "skills": "./skills/"
6
+ }
package/CHANGELOG.md CHANGED
@@ -4,20 +4,33 @@ All notable changes to this project are documented here. The format is based on
4
4
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
5
5
  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [2.12.1] - 2026-09-17
8
-
9
- ### Added
10
- - Publish the complete skill and native plugin manifests as `@minhspark/spacing-skill` on npm, with an explicit package file allowlist and GitHub Actions trusted publishing.
11
- - Link the npm package from the README and document npm installation without implying automatic agent registration.
12
-
13
- ## [2.12.0] - 2026-09-09
14
-
15
- ### Added
16
- - §10.B: settings/list row with a single action — make the whole 64px row the tap target (icon tile + label + chevron) instead of embedding a button; ~1.7× the tap area and it dissolves the §4.C icon-column alignment problem. Costs: one action per row, long copy moves to a group note.
17
- - Tag-triggered GitHub Releases with changelog notes, a portable plugin ZIP, SHA-256 checksums, and validation on Linux, macOS, and Windows with Node 22 and 24.
18
-
19
- ### Fixed
20
- - Synchronize Claude marketplace, Codex plugin, and Gemini extension versions with the skill release. Future version bumps update all manifests together, and CI rejects version drift.
7
+ ## [2.13.0] - 2026-09-24
8
+
9
+ ### Added
10
+ - §8.I: a resize is a round trip. Toolkits keep sizes they measured while the container was narrow — grid rows auto-sized only while visible, `GrowOnly` controls, fill ratios adjusted when a column hit its minimum width, virtualized-list height caches — so re-measure every item, off-screen ones included, once the width settles, and test narrow → wide → narrow. Measured on a WinForms table: rows grown to 78px kept 78px after widening where 54px was needed, and the name / status / file columns came back as 216 / 151 / 112px instead of 226 / 157 / 96px. Includes the WinForms `DataGridView` fix (public `AutoResizeRows` only caches heights while an autosize mode is on) and the rule that the settle pass must ignore the width events it raises itself, or it re-arms forever.
11
+ - §13.C: Responsive checklist item for the round trip.
12
+ - §11: anti-pattern #25 — checking each width once, never the trip between them.
13
+ ## [2.12.2] - 2026-09-20
14
+
15
+ ### Fixed
16
+ - §4.C: `margin-top:auto` is a claim on free space, so in a hug-height container (`flex:none`, `height:auto`, a `max-content` cell) it computes to `0` and the footer sits flush against the block above — the declaration is present and the gap is not. Measured 44px in a landscape build and 0px in the portrait build of the same layout. Use it only where stretch is guaranteed; otherwise a literal scale value.
17
+ - §8.E: anything composited over the layout — burnt-in captions, a player control bar, a HUD, a watermark — is a safe area that `env()` cannot see, so the band must be reserved in the layout. Measured on a 1920×1080 slide: 72px of block-end padding against a 46px caption at `MarginV 56` covered the last two lines of a panel; 184px cleared it.
18
+ - §11: anti-patterns #23 (auto-margin used as a gap with no slack) and #24 (layout padded as if nothing will be drawn over it).
19
+
20
+ ## [2.12.1] - 2026-09-17
21
+
22
+ ### Added
23
+ - Publish the complete skill and native plugin manifests as `@minhspark/spacing-skill` on npm, with an explicit package file allowlist and GitHub Actions trusted publishing.
24
+ - Link the npm package from the README and document npm installation without implying automatic agent registration.
25
+
26
+ ## [2.12.0] - 2026-09-09
27
+
28
+ ### Added
29
+ - §10.B: settings/list row with a single action — make the whole 64px row the tap target (icon tile + label + chevron) instead of embedding a button; ~1.7× the tap area and it dissolves the §4.C icon-column alignment problem. Costs: one action per row, long copy moves to a group note.
30
+ - Tag-triggered GitHub Releases with changelog notes, a portable plugin ZIP, SHA-256 checksums, and validation on Linux, macOS, and Windows with Node 22 and 24.
31
+
32
+ ### Fixed
33
+ - Synchronize Claude marketplace, Codex plugin, and Gemini extension versions with the skill release. Future version bumps update all manifests together, and CI rejects version drift.
21
34
 
22
35
  ## [2.11.0] - 2026-09-09
23
36